Skip to content

Releases: julian776/rcgo

v0.2.6

08 Jun 21:04
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

Full Changelog: v0.2.5...v0.2.6

v0.2.5

01 Jun 00:45
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Full Changelog: v0.2.4...v0.2.5

v0.2.4

26 Apr 19:45
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Full Changelog: v0.2.3...v0.2.4

v0.2.3

23 Apr 19:20
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Apr 22:38
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Mar 13:35
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

In this release, we've rolled back some changes from the previous version.

After deployment and usage, it became apparent that certain issues were not compatible with the Reactive Commons ecosystem. As a result, we reverted to match map[string]interface{} instead of just an interface{}. This aligns with the norm of serializing data within our Reactive Commons ecosystem, making it possible to work effectively in this manner.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Mar 15:08
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

In this new version, a breaking change has been introduced to the library's API.

Now, instead of working with an interface, we handle bytes to provide more flexibility. Users are responsible for serializing their messages before sending them to RabbitMQ. Additionally, the library returns bytes, and users must handle serialization in the handler. This change enables users to work with different data types without being restricted to JSON. It also simplifies the logic by allowing direct parsing to a struct from the response, eliminating the need for casting to a map and string and using external libraries like MapStructure for decoding.

PR (#7)

Full Changelog: v0.1.17...v0.2.0

v0.1.17

05 Mar 02:12
Compare
Choose a tag to compare
v0.1.17 Pre-release
Pre-release

Full Changelog: v0.1.16...v0.1.17

v0.1.16

23 Feb 14:01
Compare
Choose a tag to compare
v0.1.16 Pre-release
Pre-release

Full Changelog: v0.1.15...v0.1.16

v0.1.13-beta

06 Feb 02:44
Compare
Choose a tag to compare
v0.1.13-beta Pre-release
Pre-release

Now that we have achieved sufficient stability, and most bugs have been resolved, we have released the beta.

This package is already in use by two production services.

Please use it at your discretion.

Full Changelog: v0.1.12...v0.1.13