View Source Changelog
0-1-0
0.1.0
Initial release with the following features:
- Opening connection to RabbitMQ server
- Declaring a Stream
- Creating a Stream Publisher
- Subscribing to Stream Messages
- Initial Hex Release
0-2-0
0.2.0
The main objective of this release is to remove the manually added code from rabbitmq_stream_common
's Erlang implementation of Encoding and Decoding logic, with frame buffering.
0-2-1
0.2.1
Documentation and Configuration refactoring
- It is now possible to define the connection and subscriber parameters throught the
config.exs
file - Documentation improvements, and examples