Skip to content

Releases: topfreegames/pusher

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

v4.3.0-rc.7

06 Jun 18:46
Compare
Choose a tag to compare
v4.3.0-rc.7 Pre-release
Pre-release
chore: add test flag to config to set tls

v4.3.0-rc.6

05 Jun 20:13
Compare
Choose a tag to compare
v4.3.0-rc.6 Pre-release
Pre-release
fix: add tls config

v4.3.0-rc.5

05 Jun 19:49
Compare
Choose a tag to compare
v4.3.0-rc.5 Pre-release
Pre-release
chore: add rate limiter to firebase handler

v4.3.0-rc.4

05 Jun 14:26
Compare
Choose a tag to compare
v4.3.0-rc.4 Pre-release
Pre-release
fix: rate limiter config

v4.3.0-rc.2

05 Jun 13:59
Compare
Choose a tag to compare
v4.3.0-rc.2 Pre-release
Pre-release
Merge branch 'master' of https://github.com/topfreegames/pusher into …