Skip to content

Releases: descope/descope-java

1.0.53

03 Sep 09:35
a8b6dd6

Choose a tag to compare

What's Changed

  • Add text to user search by @slavikm in #240
  • chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.3 by @descope[bot] in #241

Full Changelog: 1.0.52...1.0.53

1.0.52

02 Sep 08:56
efe2c23

Choose a tag to compare

What's Changed

  • chore(deps): update dependency org.assertj:assertj-core to v3.27.4 by @descope[bot] in #234
  • ci(action): update actions/checkout action to v4.3.0 by @descope[bot] in #237
  • Add more option to acceess key create/update by @aviadl in #238

Full Changelog: 1.0.51...1.0.52

1.0.51

26 Aug 19:44
95c2ec6

Choose a tag to compare

What's Changed

  • feat: add CRUD operations and token fetching for outbound applications by @orius123 in #232
  • User search by role names instead of ids by @slavikm in #233

Full Changelog: 1.0.50...1.0.51

1.0.50

22 Aug 16:04
e5a8ede

Choose a tag to compare

What's Changed

Full Changelog: 1.0.49...1.0.50

1.0.49

20 Aug 21:01
bf0bb78

Choose a tag to compare

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

23 Jul 23:24
1b5698a

Choose a tag to compare

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

27 Jun 21:51
8e98579

Choose a tag to compare

What's Changed

  • fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.81 by @descope in #206
  • Expose create and Delete csutom attributes by @aviadl in #207
  • Adding BuddyAuth Hashing to Create Batch User by @mrimboim in #209

New Contributors

Full Changelog: 1.0.44...1.0.46

1.0.44

21 Jun 18:56
c47d97f

Choose a tag to compare

What's Changed

  • feat: Load Inbound Application by client ID by @aviadl in #204

Full Changelog: 1.0.43...1.0.44

1.0.43

10 Jun 17:50
90c3080

Choose a tag to compare

What's Changed

  • fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5 by @descope in #201
  • fix: Add Cause to Error Log for JWT Validation by @gaokevin1 in #202
  • Release 1.0.43 by @dorsha in #203

Full Changelog: 1.0.42...1.0.43

1.0.42

22 May 06:06
643a424

Choose a tag to compare

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