Skip to content

Releases: hummingbird-project/hummingbird-redis

v2.0.0

10 Jan 12:21
3218ec5

Choose a tag to compare

Major version changes

  • hummingbird-redis has been updated to work with Hummingbird v2.0
  • Added RedisConnectionPoolService to manage lifecycle of redis client

v2.0.0 Beta 8

20 Nov 13:31
87a35fd

Choose a tag to compare

v2.0.0 Beta 8 Pre-release
Pre-release

Patch release changes

  • Throw PersistError.invalidConversion on invalid get(key:as:).

v2.0.0 Beta 7

23 Oct 13:19

Choose a tag to compare

v2.0.0 Beta 7 Pre-release
Pre-release

Patch release changes

  • Documentation fixes

v2.0.0 Beta 6

14 Oct 07:44
ff016fc

Choose a tag to compare

v2.0.0 Beta 6 Pre-release
Pre-release

Patch release changes

  • Don't update expiresIn if it is nil when updating persist value using set(). #31

v2.0.0 Beta 5

19 Sep 07:06
f6fa43b

Choose a tag to compare

v2.0.0 Beta 5 Pre-release
Pre-release

Patch release changes

  • Documentation updates

v2.0.0 Beta 4

12 Sep 09:06

Choose a tag to compare

v2.0.0 Beta 4 Pre-release
Pre-release

Using Hummingbird 2.0

v2.0.0 Beta 3

06 Sep 07:57
316d8b4

Choose a tag to compare

v2.0.0 Beta 3 Pre-release
Pre-release

Minor release changes

  • Add subscribe and psubscribe overloads to RedisConnectionPoolService. #27

v2.0.0 Beta 2

01 Jul 08:37
3895626

Choose a tag to compare

v2.0.0 Beta 2 Pre-release
Pre-release

Breaking changes

v2.0.0 Beta 1

14 Mar 10:51
15e94ae

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

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.