Skip to content

Releases: Notifiarr/mysql-auth-proxy

Before Server removal

06 Mar 01:41
b6de347
Compare
Choose a tag to compare

Dropping a release before nuking some code.

What's Changed

  • Update golang:latest Docker digest to 03082de by @renovate in #81
  • Update module github.com/prometheus/client_golang to v1.19.0 by @renovate in #82

Full Changelog: v1.3...v1.4

Updates

03 Feb 18:48
dbd9957
Compare
Choose a tag to compare

Haven't made a release in a while and things are updated.

Metrics

23 May 07:47
3dea2d4
Compare
Choose a tag to compare

This release adds prometheus metric output.

Posterity

06 Feb 09:21
7c0f097
Compare
Choose a tag to compare

Made a lot of changes, and it seems pretty good here.

Simple

01 Aug 02:17
1978d64
Compare
Choose a tag to compare

This release was made after we put this software onto dev and did some testing. We found a use case that we need to fix before prod. This code does not contain that use case as it's pretty specific to our needs, and it makes this code even more complicated.

TODO: remove the user package dependency from cache. Make cache just do add/get/del on any interface{}. Then make the handlers do the mysql queries, and cache their results.