This release fixes a problem with minder auth login on some platforms, and adds support for the following new features:
New features
-
Add SMTP sender as outbound email option by @evankanderson in #5799
- This will replace the Sendgrid and AWS SES email options at some point in the future, as both Sendgrid and SES support SMTP relay options for sending mail.
-
Add Provider authentication for DataSources by @evankanderson in #5899
- This allows REST DataSources to re-use the ingestion authentication credentials for further requests.
New contributors!
- Thank you to @suobitong for cleanup in #5778
- Thank you to @wdsjk for a fix in #5801
Non-Dependency PRs
- Shorten changelogs to avoid winget publishing failures by @evankanderson in #5777
- chore: fix some function names in comment by @suobitong in #5778
- Move a number of engine interfaces to pkg/ by @evankanderson in #5788
- Update protovalidate for new IGNORE_IF_ZERO_VALUE by @evankanderson in #5798
- Adjust usage of IGNORE_IF_ZERO with respect to field presence and empty-but-present values by @evankanderson in #5800
- Add Nondeterministic flag to the Data Source function by @wdsjk in #5801
- Switch to SetProviderAndWait to avoid data races when switching OpenFeature providers in tests by @evankanderson in #5884
- Specify boilerplate directory, pin boilerplate action by @evankanderson in #5900
- Avoid panic from re-registering on http.DefaultServeMux by @evankanderson in #5912
- Simplify PR requirements by @evankanderson in #5914
Full Changelog: v0.1.0...v0.1.1