Releases: julian776/rcgo
v0.2.6
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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
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
Full Changelog: v0.1.16...v0.1.17
v0.1.16
Full Changelog: v0.1.15...v0.1.16
v0.1.13-beta
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