RediStack 1.0.0 Beta 2
Pre-release
Pre-release
This is likely to be the last beta release for the package. 🎉
A 1 week window for immediate bug and performance fixes for PubSub will be left open before publishing a Release Candidate version.
1 week following the RC release the full GM 1.0.0 release will be made.
The API is now considered stable. No breaking changes will be accepted unless absolutely critical to fixing major bugs.
If you find any bugs, please report them with a GitLab Issue.
API Docs are always available at docs.redistack.info
Major
ActiveConnectionGaugehas been renamed toRedisMetrics.IncrementalGauge!136- New cases have been added to
RedisMetrics.Labels!136 RedisClienthas new method requirements for supporting PubSub !136
Minor
- Added
RedisPubSubHandlerfor managing PubSub mode !136 - Added
RedisChannelNamefor type-safe interaction with PubSub methods !136 - Added
addPubSubHandlerextension method toNIO.Channel!136 - Added the
publishandpubsubcommand methods !136 - Added
isSubscribedproperty toRedisConnection!136 - Added
availableConnectionCountandleasedConnectionCounttoRedisConnectionPool!136 - Added
makeNewPoolfactory method toRedisConnectionPoolIntegrationTestCase!136
Patch
- Fixed
RedisCommandHandlernever entering theerrorstate 6fe37cb7
Misc
- CI now runs against the official Swift 5.3 images for all supported platforms 45f665b9