Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Releases: Comcast/cmb

CMB 2.2.46

19 May 22:27
Compare
Choose a tag to compare

Bug fixes:

  • fix UTF validation (issue 49)

CMB 2.2.45

16 Jun 02:51
Compare
Choose a tag to compare

Bug fixes:

  • fix performance degradation during Redis outage (issue 44)

CMB 2.2.44

13 Jun 04:19
Compare
Choose a tag to compare

Bug fixes:

  • fix for SendMessage() reporting an error when Redis is offline (issue 43)
  • fix for null pointer exception for certain scenarios logging long poll times
  • allow queue url to be passed in as url parameter (issue 37)
  • fix for unicode validations (issue 39)

Misc:

  • improved documentation
  • draft Vagrantfile for bootstrapping single node CMB including C* and Redis

CMB 2.2.43

13 Jan 22:22
Compare
Choose a tag to compare

CMB VERSION 2.2.43

New features:

  • message attributes for CNS and CQS

Bug fixes:

  • fix for Cassanndra 2.1 counter columns (prior to fix publishing
    from CNS to CQS would not work for Cassandra versions >= 2.1.*

Misc:

  • Renamed ClearQueue() API to PurgeQueue()

CMB VERSION 2.2.42

Bug fixes:

  • lost messages when using more than Redis shard (was introduced
    with 2.2.41)

Misc:

  • allow to set Cassandra credentials in Astyanax driver using
    properties cmb.cassandra.username and cmb.cassandra.password
  • stream-lined logging

CMB 2.2.41

15 May 22:10
Compare
Choose a tag to compare

CMB VERSION 2.2.41

New features:

  • implement Redis Sorted Set for cache layer
  • upgrade Jedis version to 2.4.2

Bug fixes:

  • fix bug for when nothing returned from Astyanax.
  • fix bug for receive message. When hitting a Cassandra exception, put the message id back into Redis

CMB VERSION 2.2.40

New features:

  • change Cassandra connection library from Hector to Astyanax
  • remove super columns

Bug fixes:

  • remove unnecessary dependencies, upgrade dependency versions
  • fix \r bug in message body
  • clean and refactor persistence
  • clean logs
  • clean and refactor JMX operations