Releases: ONSdigital/dp-api-router
Releases · ONSdigital/dp-api-router
Release 1.19.0
What's Changed
- Don't rewrite the responses from the identity-api
- Enable TLS for Kafka
- Update Go version
- Refactor config
Full Changelog: v1.18.0...v1.19.0
Release 1.18.0
Added paths for proxying requests to the identity-api
Release 1.17.0
- Make API for dp-topic-api less specific
- Fix linter suggested Issues that can be fixed.
- Check err return from io.Copy and w.Write
- Improve regexp
- Close response Body in tests
- remove unused variables & adjust comments.
- Remove not needed log.Event() that is adding to HEAP for every Identity check.
- Remove unused 'errDo'
- Added 'system_job' tag for use in the consul templates
Release 1.16.0
- Changed the job type to a system job
- Update SEARCH_API_URL to point to new dp-search-api (previously known as dp-search-query)
Release 1.15.0
- Update go version to latest (go1.15.*)
- Update dependencies to latest versions
- Upgrade service to use dp-kafka/v2
- Update audit to work with Nancy > 1.0.0
- Fix bug around handling v1 prepended to path for link objects, only adds v1 when the path does not contain the API version
- Update README.md to contain full list of configurations for application
Release 1.14.0
- Add new config
DimensionSearchAPIURL
- Add
/dimension-search
with reference to the new config - Add tests for the particular endpoint as well
Release 1.13.0
- Add /topics routing to dp-api-router (toggled off)
- Add additional new route to point to dimension-search-api
- Allow audit to be disabled for Zebedee routes
Release 1.12.0
- Added session api routing
- Fix to ensure closed response body is not returned for empty responses
- Audit events query parameters fix
- Added upload-service to config
Release 1.11.0
- Trigger new secrets
- Feature/skip identity improvement
Release 1.10.0
Release 1.10.0
Fix for live issue: added /hierarchies endpoints to skip identity check whitelist.