Releases: topfreegames/arkadiko
Releases · topfreegames/arkadiko
Use Prometheus for metrics
Do not use init functions to initialize metrics (#22) * Do not use init functions to initialize metrics * Fix multiple metrics initialization on testing * Change metric name
v2.2.0
Use MQTT client and configure timeout (#20) * Use Mqtt client instead of http * Do no check for http error * Better logging + get timeout from config * Use mqtt client and configure timeout
v2.1.0
Default to no modetation on messages (#19) * Do not moderate messages sent from server side * Fix tests * Fix tests * Fix tests * Allow moderation if set explicitly * Do not use version on go run
v2.0.1
Merge pull request #18 from topfreegames/chore/improve-logging Add log for 500 requests
Release v2.0.0
Update Arkadiko to work with the latest EMQx broker version.
Release v1.2.2
Revert "Resto MQTT connection to broker" This reverts commit 0ee150e8fed266dbb8cc35834ff0ca2935fd5953. We have restore the broker http api, so we are moving back to http for now.
v1.2.1
Release 0.3.0
- Arkadiko now supports retained messages.
Release 0.2.0
- Removed iris http framework and replaced it with echo.
- Better handle logging so it doesn't use unnecessary memory
- Added Sentry integration: to enable sentry set the ARKADIKO_SENTRY_URL environment variable with your Sentry DSN.
- Added New Relic integration: to enable New Relic set the ARKADIKO_NEWRELIC_KEY environment variable with your New Relic account key.
- Removed nginx and handle basic auth using echo.