Releases: topfreegames/pusher
Releases · topfreegames/pusher
v4.5.0: Code cleanup (#63)
* 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
[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
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
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
chore: add pr suggestions
v4.3.0-rc.7
chore: add test flag to config to set tls
v4.3.0-rc.6
fix: add tls config
v4.3.0-rc.5
chore: add rate limiter to firebase handler
v4.3.0-rc.4
fix: rate limiter config
v4.3.0-rc.2
Merge branch 'master' of https://github.com/topfreegames/pusher into …