Releases: hummingbird-project/hummingbird-redis
Releases · hummingbird-project/hummingbird-redis
v2.0.0 Alpha 1
Changes to coincide with Hummingbird v2 alpha release.
- Rewritten to use structured concurrency.
- EventLoop APIs no longer exist
- Added
HBRedisConnectionPoolServicea Redis connection pool that conforms toService - Redis is no longer available from
HBApplication
API Documentation can be found here
v1.2.0
Minor release changes
- Add support for multiple Redis databases
RedisConnectionPoolGroupcan be used separately fromHBApplication
v1.1.0
- Use swift-server version of RediStack
v1.0.0
v1.0.0 Release Candidate 1
Patch changes
- Fix up errors generated by breaking changes in hummingbird 1.0.0-rc.1 release
v1.0.0 Alpha 2
Minor release changes
- Requires Swift 5.5 (inline with SwiftNIO)
- Add
RedisConnectionPoolGroupfor managing multiple redis pools across EventLoops
v1.0.0 Alpha 1
Use 1.0.0-alpha of Hummingbird
v0.5.1
- Update for changes in HummingbirdJobs
v0.5.0
Minor release changes
- Added Redis driver for new HummingbirdJobs library
v0.4.2
- Conform to expectations of persist framework. Where
createthrows aduplicateerror if the key already exists.