version 1.0 (2012-05-29)
* First official release with authorisation endpoint, token endpoint, check
ID endpoint and UserInfo endpoint support.
* JSON Web Tokens (JWTs) support through the Nimbus-JWT library.
* Language Tags (RFC 5646) support through the Nimbus-LangTag library.
* JSON support through the JSON Smart library.
version 2.0 (2013-05-13)
* Intermediary development release with Maven build, published to
Maven Central.
version 2.1 (2013-06-06)
* Updates the APIs to OpenID Connect Messages draft 20, OpenID Connect
Standard draft 21, OpenID Connect Discovery draft 17 and OpenID
Connect Registration draft 19.
* Major refactoring of the APIs for greater simplicity.
* Adds JUnit tests.
version 2.2 (2013-06-18)
* Refactors dynamic OpenID Connect client registration.
* Adds partial support of the OAuth 2.0 Dynamic Client Registration
Protocol (draft-ietf-oauth-dyn-reg-12).
* Optimises parsing of request parameters consisting of one or more
tokens (scope, response type, etc).
version 2.4 (2013-06-20)
* Adds static OIDCClientInformation.parse(JSONObject) method.
version 2.5 (2013-06-22)
* Adds support OAuth 2.0 dynamic client update.
* Adds OpenID Connect dynamic client registration classes.
version 2.6 (2013-06-25)
* Enforces order of preference of ACR values in OpenID Connect client
metadata, as required by the specification.
* Documentation and performance improvements.
version 2.7 (2013-06-26)
* Switches Identifier generation to java.security.SecureRandom.
version 2.8 (2013-06-30)
* Fixes serialisation and assignment bugs in ClientMetadata.
* Switches Secret generation to java.security.SecureRandom.
version 2.9 (2013-09-17)
... (truncated)
Commits
5e425ec [maven-release-plugin] prepare for next development iteration
analytics: use Scarf.js to provide anonymized installation analytics (#10194) (fb55b9c)
Anonymized analytics
SwaggerUI uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scarfSettings.enabled field to false in your project's package.json:
Alternatively, you can set the environment variable SCARF_ANALYTICS to false as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install.
Bumps the libs group with 8 updates in the / directory:
11.20
11.20.1
1.78.1
1.79
5.17.14
5.18.2
3.3.4
3.3.5
2.0.20
2.0.21
2.0.20
2.0.21
2.0.20
2.0.21
10.0.4
11.1.0
Updates
com.nimbusds:oauth2-oidc-sdk
from 11.20 to 11.20.1Changelog
Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.
... (truncated)
Commits
5e425ec
[maven-release-plugin] prepare for next development iteration6d97ef0
Updates README7968337
Sanitises ErrorObject inputs from OIDCResponseTypeValidator.validate, Authent...2dd5cc1
[maven-release-plugin] prepare release 11.20.1Updates
org.bouncycastle:bcpkix-jdk18on
from 1.78.1 to 1.79Changelog
Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.
... (truncated)
Commits
Updates
org.webjars:swagger-ui
from 5.17.14 to 5.18.2Release notes
Sourced from org.webjars:swagger-ui's releases.
Commits
3c7e281
chore(release): cut the v5.18.2 release1dd1f7c
chore(dist): update Scarf.js to v1.4.0 (#10205)adc1c3c
fix: update Scarf.js to v1.4.0 to avoid breaking Vitest (#10204)7b84da5
chore(deps-dev): bump release-it from 17.5.0 to 17.10.0 (#10202)e5d00e8
chore(deps-dev): bump json-merger from 1.1.10 to 2.0.0 (#10201)8fdf0d3
chore(deps-dev): bump jsdom from 24.0.0 to 25.0.1 (#10200)05b7aff
chore(docker): disable apk cache (#10203)91b6e13
chore(deps-dev): bump husky from 9.0.11 to 9.1.6 (#10199)e5addb1
chore(release): cut the v5.18.1 release3e3dfc6
fix(docker): return explicit Node.js installation (#10198)Updates
org.springframework.boot
from 3.3.4 to 3.3.5Release notes
Sourced from org.springframework.boot's releases.
... (truncated)
Commits
2316ce6
Release v3.3.502f6eb4
Merge branch '3.2.x' into 3.3.x728deaf
Next development version (v3.2.12-SNAPSHOT)9ca6667
Merge branch '3.2.x' into 3.3.x9858b4b
Fix release script2bf3e5a
Document that embedded Tomcat must be 10.1.25 or later13e75dc
Upgrade to Spring Integration 6.3.5131bbaf
Merge branch '3.2.x' into 3.3.x83a3212
Use github.ref_name when deploying snapshots2d91385
Merge branch '3.2.x' into 3.3.xUpdates
org.jetbrains.kotlin.jvm
from 2.0.20 to 2.0.21Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
... (truncated)
Commits
284e9b4
Add ChangeLog for 2.0.21-RC38084f0
Enable source information for getters and other special-named functions9fcd247
Move source information of default parameters to the default group4bad11d
Add source markers to@ExplicitGroupsComposable
fcc1075
Bump IntelliJ platform to 233.13135.1281499254
[FIR2IR] Add static fields to the list of declarations of lazy IR java class8f121bc
Derelocate NSTextAttachment and NSTextContainer methodscc0919d
Allow using categories in the def file to reintroduce methods in the classb1504e7
[IC] Add synchronized clean methods to storage classes273abb8
Derelocate deprecated DOMElement APIsUpdates
org.jetbrains.kotlin.plugin.spring
from 2.0.20 to 2.0.21Release notes
Sourced from org.jetbrains.kotlin.plugin.spring's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.spring's changelog.
... (truncated)
Commits
284e9b4
Add ChangeLog for 2.0.21-RC38084f0
Enable source information for getters and other special-named functions9fcd247
Move source information of default parameters to the default group4bad11d
Add source markers to@ExplicitGroupsComposable
fcc1075
Bump IntelliJ platform to 233.13135.1281499254
[FIR2IR] Add static fields to the list of declarations of lazy IR java class8f121bc
Derelocate NSTextAttachment and NSTextContainer methodscc0919d
Allow using categories in the def file to reintroduce methods in the classb1504e7
[IC] Add synchronized clean methods to storage classes273abb8
Derelocate deprecated DOMElement APIsUpdates
org.jetbrains.kotlin.plugin.serialization
from 2.0.20 to 2.0.21Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
... (truncated)
Commits
284e9b4
Add ChangeLog for 2.0.21-RC38084f0
Enable source information for getters and other special-named functions9fcd247
Move source information of default parameters to the default group4bad11d
Add source markers to@ExplicitGroupsComposable
fcc1075
Bump IntelliJ platform to 233.13135.1281499254
[FIR2IR] Add static fields to the list of declarations of lazy IR java class8f121bc
Derelocate NSTextAttachment and NSTextContainer methodscc0919d
Allow using categories in the def file to reintroduce methods in the classb1504e7
[IC] Add synchronized clean methods to storage classes273abb8
Derelocate deprecated DOMElement APIsUpdates
org.jetbrains.kotlin.plugin.spring
from 2.0.20 to 2.0.21Release notes
Sourced from org.jetbrains.kotlin.plugin.spring's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.spring's changelog.
... (truncated)
Commits