v11.0.0
Breaking
- configuration of Authentication for getters is now done by new introduced credentials file
Features
- introducing an additional file to define the credentials for every configuration source
- retrieve oauth token automatically from different oauth endpoints
- retrieve configruation with mTLS authentication
- reimplementation of HTTP Input Connector with following Features:
- Wildcard based HTTP Request routing
- Regex based HTTP Request routing
- Improvements in thread-based runtime
- Configuration and possibility to add metadata
Improvements
- remove
versioneer
dependency in favor ofsetuptools-scm
Bugfix
- fix version string of release versions
- fix version string of container builds for feature branches
- fix merge of config versions for multiple configs
Details
- fix documentation examples by @ekneg54 in #548
- Update FDA to version 0.21.0 in quickstart example by @clumsy9 in #544
- Automatic oauth2 token retrieval by @dtrai2 in #531
- exchange version string generation from versioneer to setuptools-scm by @ekneg54 in #549
- fix merge of version string for multiple configs by @ekneg54 in #556
- Expand authentication with mTLS by @djkhl in #554
- Reimplementation HTTP Connector by @herrfeder in #538
Full Changelog: v10.0.4...v11.0.0