Releases: topfreegames/pusher
Releases · topfreegames/pusher
v4.2.2-rc.2
What's Changed
- Use only auto commit by @miguelreiswildlife in #56
- [APNS] Make pushQueue and responseChannel buffered by @hspedro in #57
New Contributors
Full Changelog: v4.2.2-rc.1...v4.2.2-rc.2
v4.2.1: Do not quit consumer on commit error (#55)
* Do not return on commit errror * Commit after stopping * Update mock
v4.2.0: Fix retry mechanism for APNS (#54)
* Fix data races wip * wip * wip * wip * wip * wip * wip * Fix timeout * fix test * Add missing lock * Rollback to lower case * Remove commented code * Add missing lock/unlock * Use single lock/unlock on invalid_token_handler * Add missing lock/unlock * Prevent deadlock on retry * More logs on apns initialization * More logs on apns client * Try fix infinite loop * Fix mock * More logging * More logs * Call Resume only when Pause is called * Remove pause + resume * Fix data races * Some more data race fixes * Add e2e tests for apns * Fix test * Try fix test on CI * Try fix tests * Fix test * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Remove unnecessary config file * Increase request timeout * Add a log + remove code * Fix test name * Allow go stats report on e2e * Fix error log * Replace images on CI * Try fix CI * Try fix CI * Fix test * Fix test * GinkgoRecover * Try fix kafka on CI * Fix test * Try fix Ci on Kafka * Fix action yaml * Try fix Kafka address on CI * Use localhost on CI * Try fix CI * Add health check on kafka container on CI * Increase health check timeout * Change kafka replication factor on Ci * Change hostname on kafka health check on CI * Change eventually assertion * Try fix test * Try fix test * Tweak configs * Try fix tests * Try fix test
v4.1.0
Merge pull request #52 from topfreegames/chore/migrate-fcm Migrate from legacy gcm to Firebase
v3.7.1
What's Changed
- Add extra log to APNS handler by @miguelreiswildlife in #47
- fix: gcm push handlers initialization by @bitbanshee in #48
Full Changelog: v3.7.0...v3.7.1
v3.7.0
What's Changed
- fix: feedback listener negative values in count metrics by @bitbanshee in #39
- Add metadata to GCM message content by @miguelreiswildlife in #42
- Add metadata to APNS message payload by @miguelreiswildlife in #43
- Replace wrong print message with return statement by @miguelreiswildlife in #44
New Contributors
- @bitbanshee made their first contribution in #39
- @miguelreiswildlife made their first contribution in #42
Full Changelog: v3.6.1...v3.7.0
v3.6.0
v3.1.0
- Upgrade librdkafka to 0.11.3
v3.0.0
- Compile with go 1.9
- Upgrade librdkafka to 0.11.1
- Send pushes with apple keys instead of certificates
- Each pusher process now can send pushes from multiple topics/games
v2.0.0
- Compile with go 1.8
- Upgrade librdkafka to 0.11
- Change dependency manager to Dep