Skip to content

Commit 777f0a9

Browse files
committed
prep for 1.2.263
Signed-off-by: Sean Corfield <sean@corfield.org>
1 parent a6c4232 commit 777f0a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ Releases and Dependency Information
3333

3434
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
3535

36-
Latest stable release: 1.2.259
36+
Latest stable release: 1.2.263
3737

3838
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.cache%22)
3939
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.cache~~~)
4040

4141
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
4242

4343
```clojure
44-
org.clojure/core.cache {:mvn/version "1.2.259"}
44+
org.clojure/core.cache {:mvn/version "1.2.263"}
4545
```
4646

4747
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
4848

49-
[org.clojure/core.cache "1.2.259"]
49+
[org.clojure/core.cache "1.2.263"]
5050

5151
[Maven](http://maven.apache.org/) dependency information:
5252

5353
<dependency>
5454
<groupId>org.clojure</groupId>
5555
<artifactId>core.cache</artifactId>
56-
<version>1.2.259</version>
56+
<version>1.2.263</version>
5757
</dependency>
5858

5959

@@ -173,6 +173,8 @@ Developer Information
173173
Change Log
174174
====================
175175

176+
* Release 1.2.263 on 2026-02-25
177+
* [CCACHE-65](http://clojure.atlassian.net/browse/CCACHE-65) again! This removes `locking` and reverts to regular `delay`/`force` but now has custom evict-on-exception logic. Credit to Claude Opus 4.6 (several iterations).
176178
* Release 1.2.259 on 2026-02-23
177179
* [CCACHE-65](http://clojure.atlassian.net/browse/CCACHE-65) again! Avoids caching exceptions but currently relies on `locking` to avoid an edge case race condition if the `value-fn` throws an exception under heavy load on `lookup-or-miss`. This is a temporary solution until we can implement a more robust solution that doesn't rely on `locking`.
178180
* Release 1.2.254 on 2026-02-21

0 commit comments

Comments
 (0)