Skip to content

Releases: smallrye/smallrye-jwt

4.6.0

29 Aug 17:21
Compare
Choose a tag to compare
  • #824 Bump version.mokito from 5.12.0 to 5.13.0
  • #823 Bump org.jboss.galleon:galleon-maven-plugin from 6.0.2.Final to 6.0.3.Final
  • #822 Support for multiple signature algorithms
  • #821 Fix minor typos in JWT build JavaDocs
  • #820 Allow to build JWT from JSON string
  • #819 Fix a key location comparison in case of HS256
  • #815 Add smallrye.jwt.verify.secretkey property for inlining secret keys
  • #811 Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
  • #810 Bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7
  • #809 Bump org.jboss.galleon:galleon-maven-plugin from 6.0.1.Final to 6.0.2.Final
  • #807 Bump io.smallrye:smallrye-parent from 44 to 45

4.5.3

17 Jun 11:46
Compare
Choose a tag to compare
  • #804 Bump jakarta.servlet:jakarta.servlet-api from 5.0.0 to 6.1.0
  • #802 Bump io.smallrye:smallrye-parent from 43 to 44
  • #801 Fix IllegalArgumentException when using EdDSA signature algorithm
  • #798 Bump version.mokito from 5.11.0 to 5.12.0

4.5.2

10 May 15:02
Compare
Choose a tag to compare
  • #792 Fix JwtClaimsBuilder.algorithm() implementation
  • #790 Bump org.jboss.galleon:galleon-maven-plugin from 6.0.0.Final to 6.0.1.Final
  • #789 Add EdDSA to KeyUtils.keyFactoryAlgorithm()
  • #787 fetch keys in ContextProvider

4.5.1

15 Apr 18:29
Compare
Choose a tag to compare
  • #785 Check configured signing algorithm when reading the key
  • #783 Bump org.wildfly.plugins:wildfly-maven-plugin from 4.2.2.Final to 5.0.0.Final
  • #781 Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6

4.5.0

21 Mar 13:27
Compare
Choose a tag to compare
  • #775 Fix the self-closing element JavaDocs issue
  • #773 Add JavaDocs to DefaultJWTParser constructors and prevent possible NPE
  • #772 Support for the 'jwk' JWT header
  • #771 Test with JDK 21
  • #769 Bump org.bitbucket.b_c:jose4j from 0.9.5 to 0.9.6
  • #768 Bump version.mokito from 5.10.0 to 5.11.0
  • #767 Prioritize groups path over groups claim
  • #764 Bump org.bitbucket.b_c:jose4j from 0.9.4 to 0.9.5
  • #763 Bump org.wildfly.plugins:wildfly-maven-plugin from 4.2.1.Final to 4.2.2.Final
  • #762 Bump version.mokito from 5.9.0 to 5.10.0
  • #761 Bump org.jboss.resteasy.microprofile:microprofile-rest-client from 2.1.4.Final to 2.1.5.Final
  • #760 Bump version.mokito from 5.8.0 to 5.9.0
  • #759 Parse time claims as Number and convert to Long.
  • #758 Instant claims may be non-integer values
  • #756 Allow encryption with explicitly requested algorithm (#755)
  • #753 Bump org.bitbucket.b_c:jose4j from 0.9.3 to 0.9.4
  • #752 Bump version.mokito from 5.7.0 to 5.8.0

4.4.0

16 Nov 10:07
Compare
Choose a tag to compare
  • #750 Bump org.wildfly.plugins:wildfly-maven-plugin from 4.2.0.Final to 4.2.1.Final
  • #749 Improve handling of file system resources
  • #748 Support for setting a certificate chain header when building JWT
  • #747 Fix JWTCallerPrincipal JavaDocs
  • #744 Bump version.mokito from 5.6.0 to 5.7.0
  • #743 Bump org.jboss.galleon:galleon-maven-plugin from 5.2.1.Final to 5.2.2.Final
  • #742 Fix typos in KeyEncryptionAlgorithm ECDH-ES+* enums (#737)
  • #736 Bump org.eclipse.parsson:parsson from 1.1.4 to 1.1.5
  • #735 Support "Direct encryption with shared symmetric key"
  • #731 Explain in JWTCallerPrincipal#getName JavaDocs that this method may not return a unique principal name
  • #730 Support parsing already verified tokens
  • #729 Support for the scope claim in JWT Build API
  • #728 Bump org.jboss.galleon:galleon-maven-plugin from 5.2.0.Final to 5.2.1.Final
  • #727 Bump io.smallrye:smallrye-parent from 41 to 42
  • #726 Bump version.mokito from 5.5.0 to 5.6.0
  • #724 AWS Configuration Validation and Logging
  • #723 Bump io.smallrye:smallrye-parent from 40 to 41

4.3.1

04 Oct 09:34
Compare
Choose a tag to compare
  • #713 Bump galleon-maven-plugin from 5.1.0.Final to 5.2.0.Final
  • #715 Bump parsson from 1.1.2 to 1.1.3
  • #716 Bump wildfly-maven-plugin from 4.1.1.Final to 4.2.0.Final
  • #717 Bump parsson from 1.1.3 to 1.1.4
  • #574 Distinguish between unresolvable and invalid keys
  • #718 Bump version.mokito from 5.4.0 to 5.5.0
  • #719 Bump microprofile-rest-client from 2.1.2.Final to 2.1.3.Final
  • #720 Bump microprofile-rest-client from 2.1.3.Final to 2.1.4.Final

4.3.0

05 Jul 16:34
Compare
Choose a tag to compare
  • #711 Bump microprofile-rest-client from 2.1.1.Final to 2.1.2.Final
  • #710 Allow removing claims when bulding JWT
  • #709 Bump wildfly-maven-plugin from 4.0.0.Final to 4.1.1.Final
  • #707 Support AWS ALB token verification
  • #706 Bump version.mokito from 5.3.1 to 5.4.0
  • #705 Bump smallrye-parent from 39 to 40
  • #702 Bump parsson from 1.1.1 to 1.1.2
  • #699 Bump version.mokito from 5.3.0 to 5.3.1
  • #697 Bump version.mokito from 5.2.0 to 5.3.0
  • #696 Bump galleon-maven-plugin from 5.0.9.Final to 5.1.0.Final
  • #695 Bump galleon-maven-plugin from 5.0.8.Final to 5.0.9.Final

4.2.1

30 Mar 17:20
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 4.2.1

4.2.0

31 Jan 19:27
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 4.2.0