Breaking Changes
reqwest has been updated to v0.13. The TLS features of workos have been changed to:
[features]
- default = ["rustls-tls"]
+ default = ["reqwest/default-tls"]
native-tls = ["reqwest/native-tls"]
- rustls-tls = ["reqwest/rustls-tls"]
+ rustls = ["reqwest/rustls"]What's Changed
- feat(user-management): add authenticate with organization selection by @DanielleHuisman in #187
- feat(user-management): add authenticate with session cookie by @DanielleHuisman in #188
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #189
- chore(deps): update dependency prettier to v3.7.3 by @renovate[bot] in #192
- chore(deps): update rust crate mockito to v1.7.1 by @renovate[bot] in #191
- chore(deps): update pre-commit hook embarkstudios/cargo-deny to v0.18.6 by @renovate[bot] in #190
- chore(deps): update dependency prettier to v3.7.4 by @renovate[bot] in #193
- chore(deps): update rust crate derive_more to v2.1.0 by @renovate[bot] in #195
- chore(deps): update pre-commit hook embarkstudios/cargo-deny to v0.18.8 by @renovate[bot] in #194
- chore(deps): update pre-commit hook embarkstudios/cargo-deny to v0.18.9 by @renovate[bot] in #196
- chore(deps): update rust crate reqwest to v0.12.25 by @renovate[bot] in #197
- chore(deps): update rust crate reqwest to v0.12.26 by @renovate[bot] in #198
- chore(deps): update rust crate derive_more to v2.1.1 by @renovate[bot] in #199
- chore(deps): update rust crate serde_json to v1.0.148 by @renovate[bot] in #201
- chore(deps): update rust crate reqwest to v0.12.28 by @renovate[bot] in #200
- chore(deps): update rust crate tokio to v1.49.0 by @renovate[bot] in #202
- fix(deps): update rust crate reqwest to 0.13.0 by @renovate[bot] in #203
Full Changelog: v0.7.0...v0.8.0