Skip to content

Releases: topfreegames/arkadiko

Use Prometheus for metrics

13 Jan 17:20
dcd1070
Compare
Choose a tag to compare
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

25 Apr 20:15
2cca100
Compare
Choose a tag to compare
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

25 Apr 14:21
2f0d0ac
Compare
Choose a tag to compare
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

24 Apr 19:20
cffb9ae
Compare
Choose a tag to compare
Merge pull request #18 from topfreegames/chore/improve-logging

Add log for 500 requests

Release v2.0.0

07 May 19:21
Compare
Choose a tag to compare

Update Arkadiko to work with the latest EMQx broker version.

Release v1.2.2

07 May 17:10
Compare
Choose a tag to compare
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

24 Mar 17:38
Compare
Choose a tag to compare
Add vendor to github actions

Release 0.3.0

26 Jan 16:51
Compare
Choose a tag to compare
  • Arkadiko now supports retained messages.

Diff to previous release
DockerHub Container

Release 0.2.0

01 Nov 18:08
Compare
Choose a tag to compare
  • 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.