Skip to content

Releases: ScalaConsultants/reactive-rabbit

Custom SSL contexts and more options

18 Nov 11:15
Compare
Choose a tag to compare

Changes

  • Custom SSL contexts in ConnectionSettings
  • New option to set the maximum queue size in bytes
  • New option for an exclusive consumer

Improvemed channel recovery

18 Nov 11:14
Compare
Choose a tag to compare

Changes

  • Improvemed channel recovery
  • Replaced Joda Time with Java 8 Time

Ordering fix

11 Jun 09:23
Compare
Choose a tag to compare

Changes

  • Fixed ordering bug
  • AMQP client update to 3.6.1

Java 8, Scala 2.11 and bug fixes

09 Jun 11:15
Compare
Choose a tag to compare

Changes:

  • Dropped support for Java 7 and Scala 2.10
  • More documentation
  • Publisher conforms to Reative Streams specification (no blocking)
  • Improved delivery mechanics

Adjustable prefetch and explicit shutdown

17 Nov 11:32
Compare
Choose a tag to compare

Changes:

  • You can adjust prefetch in consumers (buffering)
  • Library no longer depends on Akka
  • AMQP client update to 3.5.6
  • You can close connection explicitly

More configuration options

05 Sep 03:30
Compare
Choose a tag to compare

Changes:

  • Configuration option for SSL connections
  • Partial automatic recovery - subscriptions only
  • AMQP client update to 3.5.4
  • Joda-Time update to 2.8.2

Library updates

09 Jul 14:01
Compare
Choose a tag to compare

Changes:

  • Scala updated to 2.10.5 / 2.11.7
  • AMQP client updated to 3.5.3
  • Akka Actor updated to 2.3.12
  • New documentation in reference.conf

Release for Reactive Streams 1.0.0

05 May 16:48
Compare
Choose a tag to compare

Changes:

  • Reactive Streams updated to 1.0.0
  • Akka Actor updated to 2.3.10
  • AMQP client updated to 3.5.1

Release for Scala 2.10

22 Dec 11:38
Compare
Choose a tag to compare

Changes:

  • Release for Scala 2.10
  • Second subscription from the same subscriber is canceled (rule 2.5)
  • Akka Actor updated to 2.3.7
  • Joda-Time updated to 2.6
  • More tests

Meaningful toString

12 Nov 01:23
Compare
Choose a tag to compare

Changes:

  • meaningful toString implementations everywhere
  • ConnectionSettings.toString does not return password field