Releases: hummingbird-project/hummingbird-redis
Releases · hummingbird-project/hummingbird-redis
v2.0.0 Beta 7
Patch release changes
- Documentation fixes
v2.0.0 Beta 6
Patch release changes
- Don't update expiresIn if it is nil when updating persist value using
set()
. #31
v2.0.0 Beta 5
Patch release changes
- Documentation updates
v2.0.0 Beta 4
Using Hummingbird 2.0
v2.0.0 Beta 3
Minor release changes
- Add subscribe and psubscribe overloads to RedisConnectionPoolService. #27
v2.0.0 Beta 2
Breaking changes
- Use Hummingbird v2.0.0 release candidate
- Moved HummingbirdJobsRedis to new package https://github.com/hummingbird-project/swift-jobs-redis
v2.0.0 Beta 1
This is the first beta release of HummingbirdRedis v2. Below is a list of the changes since the last alpha
Major release changes
- The "HB" prefix on symbols has been removed. To help transition from previous symbols with the "HB" prefix we have added deprecated typealiases for the old symbols. eg
typealias HBRequest = Request
. - Refactor
RedisQueue
driver for changes inHummingbirdJobs
module.
Other changes
- 2.0 code has now been merged into
main
branch.
v2.0.0 Alpha 2
Minor update changes
- Update
HBRedisJobQueue
to setJobID
associated type from Hummingbird v2.0.0-alpha.3.
v2.0.0 Alpha 1
Changes to coincide with Hummingbird v2 alpha release.
- Rewritten to use structured concurrency.
- EventLoop APIs no longer exist
- Added
HBRedisConnectionPoolService
a Redis connection pool that conforms toService
- Redis is no longer available from
HBApplication
API Documentation can be found here