Releases: descope/descope-java
Releases · descope/descope-java
1.0.53
1.0.52
1.0.51
1.0.50
1.0.49
What's Changed
Important changed dependency of jackson-databind to provided scope to support different versions. If you do not have it as a dependency, add it manually.
- id -> tenantId in revokeSSOConfigurationLink by @toharm in #220
- chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.8 by @descope[bot] in #217
- Allow to configure an optional scope by @aviadl in #224
- Patch user name by @aviadl in #227
- build(deps): refine dependency scopes to minimize burden on consumers by @Copilot in #229
- chore(deps): update dependency commons-codec:commons-codec to v1.19.0 by @descope[bot] in #226
- Feat/search by tenant roles with and by @slavikm in #230
New Contributors
- @Copilot made their first contribution in #229
Full Changelog: 1.0.47...1.0.49
1.0.47
What's Changed
- Add FGA API support by @orius123 in #208
- fix(deps): update jackson monorepo to v2.19.1 by @descope[bot] in #211
- fix(deps): update log4j2 monorepo to v2.25.0 by @descope[bot] in #210
- fix(deps): update dependency org.apache.commons:commons-lang3 to v3.18.0 [security] by @descope[bot] in #215
- Update readme with inbound and outbound app management methods by @talberry in #214
- chore(deps): update dependency org.sonatype.central:central-publishing-maven-plugin to v0.8.0 by @descope[bot] in #212
- Add tenantRoleIds and tenantRoleNames to UserSearchRequest by @talberry in #213
- Generation/Revocation of Tenant Admin SSO Link by @toharm in #219
New Contributors
Full Changelog: 1.0.46...1.0.47
1.0.46
1.0.44
1.0.43
1.0.42
This release introduces improved logout handling, dependency upgrades, and a migration to a central repository.
🚀 New Features & Enhancements
- Support Logout by Type – Enable more granular logout handling based on logout types (#197)
🛠 Maintenance & Dependency Updates
- Migrate to Central Repository – Project artifacts are now published to the central Maven repository (#198)
- Update Jackson Dependencies – Bump Jackson monorepo to version 2.19.0 for improved compatibility and security (#199)
Full Changelog: 1.0.41...1.0.42