Skip to content

Releases: vapor/queues-redis-driver

Update swift tools version to 5.8

Choose a tag to compare

@gwynne gwynne released this 19 Sep 18:10
a3dac0d
This patch was authored by @GNMoseke and released by @gwynne.

As of queues 1.15, swift 5.8 is required to build. This package is still on 5.6, and vapor itself is also on 5.8.

Also updates the README accordingly.

Implemented redisTLSClient and add it to the RedisConnectionPool

Choose a tag to compare

@VaporBot VaporBot released this 30 May 01:50
89a4350
This patch was authored by @Kishimotovn and released by @gwynne.

This PR is to mirror the updates from vapor/redis#205 to the Queues Redis Driver to support SSL connection for Redis.

Misc cleanups

Choose a tag to compare

@VaporBot VaporBot released this 30 May 01:38
09fac77
This patch was authored and released by @gwynne.
  • Updates min Swift version to 5.6 to match Vapor
  • Updates CI (it's a Gwynne PR, what were you expecting?)
  • Updates README

Add missing platform specifiers

Choose a tag to compare

@VaporBot VaporBot released this 22 Mar 09:01
5e42bcd
This patch was authored and released by @gwynne.

Also bump Swift version minimum to something closer to Vapor's

Use `context.eventLoop` for executing redis commands

Choose a tag to compare

@VaporBot VaporBot released this 19 May 17:29
2728477
This patch was authored by @Andrewangeta and released by @jdmcd.

Adds full conformance to the RedisClient protocol to use the context's eventLoop for commands vs the default RedisConnectionPools RedisConnection eventLoop for commands.

Fixes delayed jobs being kept in the processing queue.

Choose a tag to compare

@VaporBot VaporBot released this 07 Apr 14:26
5307753
This patch was authored by @Andrewangeta and released by @jdmcd.

Pushing delayed jobs back into the queue should also remove them from the processing queue.

Sets the Date encoding/decoding strategy for getting and setting values.

Choose a tag to compare

@VaporBot VaporBot released this 31 Mar 04:25
cebfd99
This patch was authored by @Andrewangeta and released by @jdmcd.

Sets the Date encoding/decoding strategy for getting and setting values.
(This should only effect top level properties like queuedAt and delayUntil not the custom payload)

1.0.0

Choose a tag to compare

@jdmcd jdmcd released this 10 Dec 23:44
04306b8

Please see the docs for using queues.

Use Redis v4 release

Use Redis v4 release Pre-release
Pre-release

Choose a tag to compare

@tanner0101 tanner0101 released this 09 Dec 07:24
04306b8
This patch was authored and released by @Mordil.

Drop RedisKit dependency to use Vapor/Redis directly

Choose a tag to compare

@tanner0101 tanner0101 released this 16 Nov 22:46
907aa8d
This patch was authored by @Mordil and released by @0xTim.

Drop RedisKit and use Vapor/Redis directly (#19)