v1.2.12
This release adds a new experimental RealtimeChannels.GetDerived
method which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the announcement post for more information.
Merged pull requests:
- Support Go 1.20, drop support for Go 1.18 #586 (amnonbc)
- Add new GetDerived method to support subscription filters #594 (mschristensen)
- Add new async publishing methods PublishAsync and PublishMultipleAsync #596 (andydunstall)
- Fix docs for transient publishing #595 (andydunstall)
- Add support for setting agents option #590 (andydunstall)