Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Releases: NinoDiscord/timeouts

v2.2.0

05 Mar 20:52
c25e8be
Compare
Choose a tag to compare

Additions

  • 🎉 Metrics with Prometheus
  • 🎉 Stats request type (client -> server -> client)

Dependency Updates

  • Update module github.com/gorilla/websocket to v1.5.0 by @renovate in #6
  • Update actions/setup-go action to v3 by @renovate in #7
  • Update actions/checkout action to v3 by @renovate in #8

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Dec 13:57
Compare
Choose a tag to compare

Fixes

  • Store the timeout into Redis when requested.

Remove

  • RequestAllBack operation type

v2.0.0

17 Dec 18:33
Compare
Choose a tag to compare

🎉 This is a major rework on the timeouts service and will not published to production (just yet)

Changelog

  • Require Redis for persisting timeouts on server close
  • Removed Acknowledged operation type
  • (dev-only) Added a Makefile to make development more easier