Skip to content

Releases: topfreegames/pusher

v4.5.4: Do not rely on regex for topic list (#66)

14 Jan 18:35
62e530b
Compare
Choose a tag to compare
* Do not rely on regex for topic list

* Fix regex to extract game and platform

* Parse regex

* Fix tests

* fix error message

* Remove redundant function

* fix

v4.5.3

06 Jan 15:04
444072a
Compare
Choose a tag to compare

What's Changed

  • fix: change Kafka poll to block for 100ms instead of 100ns when no events by @fbgava-wildlife in #67

Full Changelog: v4.5.2...v4.5.3

v4.5.2

09 Dec 17:19
c749415
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v4.5.2

v4.5.2-rc.1

04 Dec 20:11
Compare
Choose a tag to compare
v4.5.2-rc.1 Pre-release
Pre-release

Full Changelog: v4.5.1...v4.5.2-rc.1

v4.5.1

29 Nov 18:26
3110398
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0: Code cleanup (#63)

26 Jun 15:50
5020846
Compare
Choose a tag to compare
* Remove inflight map + remove clean goroutine + fix tests

* Use different consumer groups for each test

* Fix error wrap

* re-add code I removed by mistake

* Remove logs stats and refactor apns tests

* Fix feedback reporting for fcm and refactor tests

* Fix startup

* Fix initialization on fcm e2e test

* Remove wait

v4.4.0

24 Jun 19:50
138cc3e
Compare
Choose a tag to compare
[APNS] Remove inflight map + remove clean goroutine (#62)

* Remove inflight map + remove clean goroutine + fix tests

* Tweak timeouts

* New tests for gracefull shutdown

* Tweak timeouts

* Tweak timeouts

* Fix tests

* Use different consumer groups for each test

* fix value instead of pointer

* Fix error wrap

* re-add code I removed by mistake

* fix rebase conflicts

* fix test

v4.3.0

19 Jun 14:18
201f0e1
Compare
Choose a tag to compare
feat: add rate limiter to apns and gcm (#58)

* feat: add rate limiter to apns and gcm

* fix: add rate limiter mock and fix tests

* try to fix tests

* add redis to github worflow

* fix: rate limiter config

* chore: add rate limiter to firebase handler

* fix: add tls config

* chore: log level and config name

* fix: tests

* chore: try to fix pipeline

* try to enable tls in pipeline

* chore: add test flag to config to set tls

* chore: fix port type

* chore: add pr suggestions

* chore: add labels to redis failure metric

v4.3.0-rc.9

19 Jun 14:09
201f0e1
Compare
Choose a tag to compare
v4.3.0-rc.9 Pre-release
Pre-release
feat: add rate limiter to apns and gcm (#58)

* feat: add rate limiter to apns and gcm

* fix: add rate limiter mock and fix tests

* try to fix tests

* add redis to github worflow

* fix: rate limiter config

* chore: add rate limiter to firebase handler

* fix: add tls config

* chore: log level and config name

* fix: tests

* chore: try to fix pipeline

* try to enable tls in pipeline

* chore: add test flag to config to set tls

* chore: fix port type

* chore: add pr suggestions

* chore: add labels to redis failure metric

v4.3.0-rc.8

13 Jun 12:50
Compare
Choose a tag to compare
v4.3.0-rc.8 Pre-release
Pre-release
chore: add pr suggestions