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