Skip to content

Commit

Permalink
v2.21.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 11, 2020
1 parent b68ec9b commit b107cb4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.21.0-RC1 / 2020 Sep 11

```clojure
[com.taoensso/carmine "2.21.0-RC1"]
```

> This is a maintenance + security release. It may be **BREAKING**.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
#### Changes since `v2.20.0`

- **[BREAKING]** Bumped minimum Clojure version from `v1.5` to `v1.7`.
- **[BREAKING]** Bump Nippy to `v3`, see Nippy `CVE-2020-24164` [issue #130](https://github.com/ptaoussanis/nippy/issues/130) for details, incl. **upgrade instructions**. This will affect you iff you use Carmine's automatic de/serialization feature.

#### New since `v2.20.0`

- Update to [latest Redis commands spec](https://github.com/redis/redis-doc/blob/25555fe05a571454fa0f11dca28cb5796e04112f/commands.json).

#### Fixes since `v2.20.0`


## v2.20.0 / 2020 Sep 11

```clojure
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/carmine "2.20.0"] ; See CHANGELOG for details
[com.taoensso/carmine "2.21.0-RC1"] ; BREAKING, see CHANGELOG for details
[com.taoensso/carmine "2.20.0"] ; Stable
```

> See [here](https://taoensso.com/clojure/backers) if you're interested in helping support my open-source work, thanks! - Peter Taoussanis
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/carmine "2.20.0"
(defproject com.taoensso/carmine "2.21.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure Redis client & message queue"
:url "https://github.com/ptaoussanis/carmine"
Expand Down

0 comments on commit b107cb4

Please sign in to comment.