Skip to content

Releases: hummingbird-project/hummingbird-redis

v2.0.0 Beta 1

14 Mar 10:51
15e94ae
Compare
Choose a tag to compare
v2.0.0 Beta 1 Pre-release
Pre-release

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 in HummingbirdJobs module.

Other changes

  • 2.0 code has now been merged into main branch.

v2.0.0 Alpha 2

20 Feb 10:49
5fd9f31
Compare
Choose a tag to compare
v2.0.0 Alpha 2 Pre-release
Pre-release

Minor update changes

  • Update HBRedisJobQueue to set JobID associated type from Hummingbird v2.0.0-alpha.3.

v2.0.0 Alpha 1

22 Jan 16:38
Compare
Choose a tag to compare
v2.0.0 Alpha 1 Pre-release
Pre-release

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 to Service
  • Redis is no longer available from HBApplication

API Documentation can be found here

v1.2.0

28 Jul 17:26
3e2857b
Compare
Choose a tag to compare

Minor release changes

  • Add support for multiple Redis databases
  • RedisConnectionPoolGroup can be used separately from HBApplication

v1.1.0

21 Jun 20:51
Compare
Choose a tag to compare
  • Use swift-server version of RediStack

v1.0.0

08 Feb 16:30
cdf7547
Compare
Choose a tag to compare

Hummingbird interface to RediStack the Swift client for Redis.
Also includes implementations of the persist storage and jobs frameworks from Hummingbird.

v1.0.0 Release Candidate 1

17 Jan 17:34
7374a7c
Compare
Choose a tag to compare

Patch changes

  • Fix up errors generated by breaking changes in hummingbird 1.0.0-rc.1 release

v1.0.0 Alpha 2

07 Dec 14:19
6c35b15
Compare
Choose a tag to compare

Minor release changes

  • Requires Swift 5.5 (inline with SwiftNIO)
  • Add RedisConnectionPoolGroup for managing multiple redis pools across EventLoops

v1.0.0 Alpha 1

17 Nov 18:45
Compare
Choose a tag to compare

Use 1.0.0-alpha of Hummingbird

v0.5.1

22 Oct 16:26
Compare
Choose a tag to compare
  • Update for changes in HummingbirdJobs