Skip to content

Releases: hummingbird-project/hummingbird-redis

v2.0.0 Beta 7

23 Oct 13:19
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
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