go-res v0.4.2 Release Notes
Release Date: 2020-12-02 // about 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.4.0
-
RES protocol version
- v1.2.1
๐ Changelog
๐ This release is focusing on features requested by the community.
๐ฆ Package resprot
๐ฆ The resprot subpackage provides low level structs and methods for communicating with other services over NATS server.
๐ QueueChanSubscribe support
To allow better horizontal scaling when only using system.reset to update resources, go-res now by default uses nats' QueueChanSubscribe (instead of just ChanSubscribe). This is configurable, but will by default use the service name as queue group.
๐ RES Protocol v1.2.1 support
๐ RES Protocol v1.2.1 introduced two new value types: soft references and data values. Support for these are also added in this release.
โ Added