Skip to content

Releases: matic-insurance/sidekiq-group

Use sadd? srem? when available to not trigger deprecation warning

12 May 11:35
bc42ee9
Compare
Choose a tag to compare
Use sadd? srem? when available to not trigger deprecation warning on …

…Redis > 4.2 (#19)

When using redis 4.8+ and still calling sadd/srem - redis spits deprecation warning that these methods soon will return integer instead of boolean.

This change not only puts unnecessary log lines - but also makes gem incompatible with redis 5 as we were checking fact of removing the job.

At some point - we should increase min supported redis version and remove the workaround

Support for sidekiq 6.5

16 Feb 08:13
fcb83a1
Compare
Choose a tag to compare
Merge pull request #16 from matic-insurance/allow_sidekiq_6_5

Update sidekiq-group.gemspec

Fix for Sidekiq::Client.push_bulk

16 Aug 13:14
5d15593
Compare
Choose a tag to compare
MIS-3774: fix for bulk push (#15)

* MIS-3774: fix for bulk push

* MIS-3774: update version

Add methods to track progress

15 Aug 08:05
639f491
Compare
Choose a tag to compare
MIS-3774: add progress methods (#14)

* MIS-3774: add progress methods

* MIS-3774: fix specs and rubocop

* MIS-3774: update version

* MIS-3774: update version

* MIS-3774: fix debug logs

Update sidekiq to 6.4.2

11 May 11:31
e3e38ee
Compare
Choose a tag to compare
0.1.7

Update version (#13)

Fix race condition issue

07 Sep 09:16
Compare
Choose a tag to compare
v0.1.6

update version in Gemfile.lock

Add debug logs

31 Aug 12:54
e4abd84
Compare
Choose a tag to compare
v0.1.5

fix publish (#8)

Update version

23 Mar 12:26
1ee197e
Compare
Choose a tag to compare
v0.1.3

Update version.rb

Update Rakefile

23 Mar 12:19
cd3a46a
Compare
Choose a tag to compare
0.1.2

Update Rakefile

Fix release GitHub action

23 Mar 12:03
401555d
Compare
Choose a tag to compare
0.1.1

Update publish.yml (#3)