Skip to content

Commit

Permalink
bumped version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Feb 22, 2016
1 parent a3608e6 commit 27fa803
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.rdoc
@@ -1,5 +1,13 @@
= Release Notes

== Version 0.4.3
* fixed a race condition which could lead to duplicate message processing
* fixed eventmachine shutdown sequence problem, which led to ACKs
occasionally being lost due to writing to a closed socket, which in
turn caused messages to be processed twice
* stop_listening now always triggers the subscribe shutdown sequence
via a eventmachine timer callback, if the eventmachine reactor is running

== Version 0.4.2
* Fail hard on missing master file
* Set message timestamp header
Expand Down
2 changes: 1 addition & 1 deletion lib/beetle/version.rb
@@ -1,3 +1,3 @@
module Beetle
VERSION = "0.4.2"
VERSION = "0.4.3"
end

0 comments on commit 27fa803

Please sign in to comment.