Sha256: 60a3fca99559c3fbe92c260b38a91ae0c622747333921bbce69c3945e8955f2b

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

# Changes

## 2.0.5 - 2011-03-08

* fixed issue with reusing connections after heartbeating extensions were
  included

* three releases in one day... pretty awesome.

## 2.0.4 - 2011-03-08

* minor issue where extraneous on\_connection\_died events were triggered.

## 2.0.3 - 2011-03-08

* checks that some event callbacks exist before trying to invoke, fixes #6

## 2.0.2 - 2011-03-01

* updated to-do's and version number in README.md

* added CHANGELOG.md

* connection's @close@ method now clears remaining subscriptions and receipt
  handlers after all events are fired. should ease the work
  the failover extension has to do to re-subscribe appropriately.
  
* corrected spec tests to handle features introduced in 2.0.1 - should not
  have pushed a new version until those specs were run.

## 2.0.1 - 2011-02-27

* connection now raises exception in threaded receiver to stop, prevents
  blocking on @receive@
  
* connection terminated event now fires properly, fixes #1

* subscription manager clears remaining subscriptions when the connection
  is closed, fixes #2

## 2.0.0 - 2011-02-22

* Rewrite of stomper

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stomper-2.0.6 CHANGELOG.md
stomper-2.0.5 CHANGELOG.md