Skip to content

Releases: hummingbird-project/hummingbird-redis

v2.0.0 Alpha 1

22 Jan 16:38

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

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

Choose a tag to compare

  • Use swift-server version of RediStack

v1.0.0

08 Feb 16:30
cdf7547

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

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

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

Choose a tag to compare

Use 1.0.0-alpha of Hummingbird

v0.5.1

22 Oct 16:26

Choose a tag to compare

  • Update for changes in HummingbirdJobs

v0.5.0

16 Oct 11:28
cc582da

Choose a tag to compare

Minor release changes

  • Added Redis driver for new HummingbirdJobs library

v0.4.2

18 May 12:21

Choose a tag to compare

  • Conform to expectations of persist framework. Where create throws a duplicate error if the key already exists.