Releases: ScalaConsultants/reactive-rabbit
Releases · ScalaConsultants/reactive-rabbit
Custom SSL contexts and more options
Improvemed channel recovery
Changes
- Improvemed channel recovery
- Replaced Joda Time with Java 8 Time
Ordering fix
Changes
- Fixed ordering bug
- AMQP client update to 3.6.1
Java 8, Scala 2.11 and bug fixes
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
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
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
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
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
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
Changes:
- meaningful
toString
implementations everywhere ConnectionSettings.toString
does not returnpassword
field