Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
bump version to 2.3.0-SNAPSHOT; update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Zuercher committed Jul 13, 2012
1 parent f308242 commit b9e8913
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
@@ -1,3 +1,18 @@
2.3.0
-----
release: 16 July 2012

- Introduce queue aliases, see docs/guide.md
- Remove all queue-related stats when a queue is deleted [Cory G Watson]
- Fanout queues are not tracked until they are successfully created (old
behavior caused never ending set errors if a fanout queue could not be
created due to filesystem name limitations, for example).
- Non-existent queues are no longer created
- when transactions are confirmed or aborted
- on flush
- on delete
- when stats for the queue are retrieved (e.g. STATS <queue>)

2.2.0
-----
release: 11 May 2012
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -15,7 +15,7 @@ object Kestrel extends Build {
).settings(
name := "kestrel",
organization := "net.lag",
version := "2.2.1-SNAPSHOT",
version := "2.3.0-SNAPSHOT",
scalaVersion := "2.9.1",

// time-based tests cannot be run in parallel
Expand Down

0 comments on commit b9e8913

Please sign in to comment.