Releases: Notifiarr/mysql-auth-proxy
Releases · Notifiarr/mysql-auth-proxy
Before Server removal
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
Haven't made a release in a while and things are updated.
Metrics
This release adds prometheus metric output.
Posterity
Made a lot of changes, and it seems pretty good here.
Simple
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.