tea-release.2.0.0
reweeden
released this
23 Apr 22:46
·
41 commits
to devel
since this release
Breaking Changes
- The
/locate
endpoint now requires the full bucket name to be provided in thebucket_name
query parameter.
Previously it expected only the trailing part of the bucket name with theBUCKET_NAME_PREFIX
stripped off
Backwards Compatible Changes
- Added CORS preflight
OPTIONS
request.
Some cross origin requests were failing when using certain libraries that send CORS preflight requests - Added
A-api-request-uuid
for metrics NGAP-11057
What's Changed
- Update dependencies by @reweeden in #774
- Allow floating points for session TTL by @reweeden in #776
- Fix docs build by @reweeden in #778
- PR-5069 Refactor locate endpoint by @reweeden in #777
- PR-5727 Update dependencies by @reweeden in #797
- Add workflow_dispatch trigger to e2e tests workflow by @reweeden in #804
- Fix locate endpoint bucket name test by @reweeden in #802
- Standardize quotes and log calls by @reweeden in #805
- PR-5790 Add CORS preflight OPTIONS request by @reweeden in #803
- Chore: Update CodeCov Version to 4 by @mattp0 in #809
- Add support for A-api-request-uuid query parameter by @jeffersonwhite in #807
- Update dependencies by @reweeden in #810
New Contributors
- @jeffersonwhite made their first contribution in #807
Full Changelog: tea-release.1.3.5...tea-release.2.0.0