Skip to content

Releases: elasticrash/rabbit-borough

0.1.7

04 Oct 09:01
45455dc

Choose a tag to compare

update outdated dependencies and refactor the library and the examples to work with the newer dependencies

0.1.6

04 Oct 08:59

Choose a tag to compare

bug fix

0.1.5

07 Aug 22:08
2a4afee

Choose a tag to compare

  • Added publish_with_type so as to be able to publish messages of a specific type

0.1.4 - first stable release

05 Jul 15:17

Choose a tag to compare

  • Tested thoroughly in one of my personal projects
  • Added example on how to use postgres and r2d2 in a consumer project

0.1.3-beta.4

18 Jun 22:43

Choose a tag to compare

0.1.3-beta.4 Pre-release
Pre-release
  • Wrap (create an alias) lapin Delivery as DeliveredMessage so as not to need to include lapin as a direct dependency
  • Replaced GetConnectionError with GenericError
  • Replaced ConnectionState with ErrorType

0.1.3-beta.3

11 Jun 23:31

Choose a tag to compare

0.1.3-beta.3 Pre-release
Pre-release
  • Added a publisher module and publisher example.
  • Create_channel and build_url are now publish and got moved on connection_manager
  • Documentation for publisher

0.1.3-beta.2

07 Jun 22:26

Choose a tag to compare

0.1.3-beta.2 Pre-release
Pre-release
  • Added ExchangeOptions in JSONConfiguration
  • Improved README and CRATE documents

0.1.3-beta

06 Jun 13:06

Choose a tag to compare

0.1.3-beta Pre-release
Pre-release

Breaking changes

  • Renamed handler_message_result to handle_message_result as it was an annoying typo

Bug fixes and general improvements

  • Added better descriptions in documentation
  • Went through some manual e2e resiliency testing.

0.1.2-alpha

03 Jun 22:51

Choose a tag to compare

0.1.2-alpha Pre-release
Pre-release
  • Added unit tests
  • Converted the project structure to a lib
  • If the configuration file cannot be read, use the default values
  • Removing some logs and replacing them with proper error handling and error propagation
  • Added Connection resiliency. If the RabbitMq dies, it will start retrying to connect until it exhausts all retries

0.1.1-alpha

31 May 23:32

Choose a tag to compare

0.1.1-alpha Pre-release
Pre-release
  • added default on JSONConfiguration
  • added DeclareProperties, so as to choose which action should be performed during setup (default to true)
  • removed ConsumerConfiguration, as it was considered duplication
  • abstracted consumer