Releases: ONSdigital/dp-api-router
Releases · ONSdigital/dp-api-router
Release 2.20.0
What's Changed
- remove context injection by @andre-urbani in #238
- Release/2.20.0 by @andre-urbani in #239
New Contributors
- @andre-urbani made their first contribution in #238
Full Changelog: v2.19.0...v2.20.0
v2.19.0
Release 2.18.0
Release 2.17.0
What's Changed
- add write timeout configurability; bump some libs by @gedge in #230
- Feature/write timeout variable by @gedge in #232
Full Changelog: v2.16.0...v2.17.0
v2.16.0
What's Changed
- make topic requests go through the interceptor by @Oluwawunmi in #227
- Release/2.16.0 by @Oluwawunmi in #228
New Contributors
- @Oluwawunmi made their first contribution in #227
Full Changelog: v2.15.0...v2.16.0
Release 2.15.0
Implements a feature flag for otel connectivity, handler changes for NLP and some kafka minimum broker changes.
Release 2.14.0
- Reverts temporary debugging code
Release 2.13.0
- Adds temporary debugging code to dump http headers on specific requests
Note, this release is intended to only be released to staging. Although safe to be deployed to prod there'll be a further release reverting this change to follow.
Release 2.12.0
- Re-add interceptor to filter-flex routes
Release 2.11.0
- Adds opentelemetry instrumentation
- Removes interceptor from filter-flex routes
- Refactors routing decisions from interceptor to routes definition
- Updates vulnerable golang.org/x/crypto dependency
** Do not deploy this version. The flilter-flex routes do indeed require the interceptor after all. **