Releases: mozilla/classify-client
Releases · mozilla/classify-client
v2.1.1
What's Changed
- Rolling back some indirect dependency updates that are causing issues. Updating docker images. by @alexcottner in #189
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Adding log level filtering. Setting a default level to Warning by @alexcottner in #186
Dependency updates
- Bump the minor group across 1 directory with 6 updates by @dependabot in #169
- Bump the minor group across 1 directory with 3 updates by @dependabot in #171
- Bump openssl from 0.10.64 to 0.10.66 in the cargo group by @dependabot in #166
- Bump the minor group with 4 updates by @dependabot in #172
- Bump once_cell from 1.19.0 to 1.20.0 in the minor group by @dependabot in #173
- Bump the minor group with 3 updates by @dependabot in #174
- Bump the minor group with 3 updates by @dependabot in #175
- Bump the minor group across 1 directory with 4 updates by @dependabot in #178
- Bump the minor group with 3 updates by @dependabot in #179
- Bump the minor group with 2 updates by @dependabot in #180
- Bump the minor group with 3 updates by @dependabot in #181
- Bump serde_json from 1.0.133 to 1.0.134 in the minor group by @dependabot in #182
- Bump the minor group with 2 updates by @dependabot in #183
- Bump the minor group with 3 updates by @dependabot in #184
- Bump the minor group with 2 updates by @dependabot in #185
Full Changelog: v2.0.3...v2.1.0
v2.0.3
Hotfix
- /v1/country endpoint should handle all verbs, as ichnea did by @alexcottner in #160
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Bump the minor group with 8 updates by @dependabot in #158
- Coalescing invalid keys to 'invalid-key' for metrics by @alexcottner in #159
New Contributors
- @dependabot made their first contribution in #158
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Adding metrics for country hit/miss by @alexcottner in #157
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
First release since moving deployments to github.
Features
- Fix #69: enable Sentry by @leplatrem in #136
- Issue #132 - Added needed routes for geolocate by @alexcottner in #133
- Adjusting paths for mls compatibility by @alexcottner in #149
- Allow downstream firefox builds to self-identify for /v1/country, return 404 for /v1/geolocate by @alexcottner in #152
- Moved API key loading/caching to startup. Added error logs and tests. by @alexcottner in #153
- Making geolite DB optional in dockerfile build as it can be mounted later by @alexcottner in #155
Maintenance
- Fix #121: Remove use of ci-docker bases by @leplatrem in #125
- Run
cargo update
by @leplatrem in #129 - Enable Dependabot weekly updates by @leplatrem in #131
- Switch CI to Github Actions by @leplatrem in #135
- Upgrading dependencies and dependabot config by @alexcottner in #154
New Contributors
- @alexcottner made their first contribution in #133
Full Changelog: v1.1.1...v2.0.0