Skip to content

Commit

Permalink
v2.4.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Nov 5, 2013
1 parent d9ad8d2 commit 8add6bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.3.1 → v2.4.0-beta6 (major update!)
## v2.3.1 → v2.4.0-beta7 (major update!)

* **IMPORTANT** Message queues: pre-2.4.0-beta1 queues *should* be compatible with 2.4.0-beta1+, but I would recommend **draining your old queues before upgrading** to 2.4.0-beta1+ to be on the safe side. That is: if you have any queued work outstanding - finish processing the work **before upgrading Carmine**.
* **BREAKING** Tundra: the datastore protocol has changed (been simplified). `put-keys`, `fetch-keys` -> `put-key`, `fetch-key`.
Expand All @@ -7,7 +7,8 @@
* Parsers: completely refactored design for robustness+flexibility.
* Parsers: new unit-test suite.
* Parsers: fixed a number of subtle bugs, mostly internal.
* Parsers: Added `parser-comp` fn for composing parsers (see docstring for details).
* Parsers: added `parser-comp` fn for composing parsers (see docstring for details).
* Parsers: added `parse-nippy` macro for convenient per-cmd control of thaw opts.

* Message queues: completely refactored design for robustness+efficiency.
* Message queues: new unit-test suite.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```clojure
[com.taoensso/carmine "2.3.1"] ; Stable
[com.taoensso/carmine "2.4.0-beta6"] ; Development
[com.taoensso/carmine "2.4.0-beta7"] ; Development
```

v2.4 is a major, backwards-compatible update which adds significant improvements to reply parsing, message queues, and [Tundra](#tundra-beta). See the [CHANGELOG](https://github.com/ptaoussanis/carmine/blob/master/CHANGELOG.md) for details.
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.4.0-beta6"
(defproject com.taoensso/carmine "2.4.0-beta7"
:description "Clojure Redis client & message queue"
:url "https://github.com/ptaoussanis/carmine"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 8add6bb

Please sign in to comment.