Skip to content

Releases: networknt/light-rest-4j

2.1.35

17 Aug 12:48

Choose a tag to compare

2.1.35 (2024-08-17)

Merged pull requests:

  • fixes #392 remove UnifiedSecurityHandler from openapi-security as it … #393 (stevehu)
  • fixes #390 update values.yml to change openapi-security to security #391 (stevehu)
  • fixes #388 use security.yml for config and remove dup JwtVerifier ins… #389 (stevehu)
  • fixes #386 move unified-config and some security classes to light-4j #387 (stevehu)
  • fixes #384 Fix the PojoSchema to add new methods as openapi-parser is… #385 (stevehu)
  • fixes #382 update test cases to add use sig for the jwk response #383 (stevehu)
  • fixes #380 validator error doesnot have the name for the header, path… #381 (stevehu)
  • fixes #378 Add another jwt verifier for tokens without scopes #379 (stevehu)
  • fixes #358 upgrade the json-schema-validator to 1.4.3 #376 (stevehu)
  • fixes #374 update the exception handler when loading openapi.yaml #375 (stevehu)

2.1.34

22 Jun 14:57

Choose a tag to compare

2.1.34 (2024-06-22)

Merged pull requests:

  • fixes #372 update openapi-inject to add cache explore endpoint #373 (stevehu)
  • fixes #370 Update JwtVerifyHandler and SwtVerifyHandler #371 (stevehu)
  • fixes #368 Add a test case and configurations to test enum validation #369 (stevehu)
  • fixes #366 update test values.yml to set baise.enabled to true #367 (stevehu)
  • fixes #364 Split unified-config for UnifiedSecurityHandle to share wi… #365 (stevehu)
  • [pre-commit.ci] pre-commit autoupdate #363 (pre-commit-ci)
  • fixes #361 add openapi-inject into the map with key adm in multiple s… #362 (stevehu)
  • fixes #359 Allow the openapi.yaml to be missing so that openapi-injec… #360 (stevehu)

2.1.33

31 Mar 22:01

Choose a tag to compare

2.1.33 (2024-03-31)

Merged pull requests:

2.1.32

27 Feb 23:21

Choose a tag to compare

2.1.32 (2024-02-27)

Merged pull requests:

  • fixes #354 update UnifiedSecurityConfig to support JSON string pathPr… #355 (stevehu)
  • [pre-commit.ci] pre-commit autoupdate #353 (pre-commit-ci)
  • fixes #351 add pre-commit hook and apply it #352 (stevehu)
  • fixes #349 UnifiedSecurityHandler should check each handler isEnabled… #350 (stevehu)
  • fixes #347 Use NoneDecryptedInstance to load the config for registerM… #348 (stevehu)
  • fixes #345 openapi-validator.skipBodyValidation not working as expected #346 (stevehu)

1.6.47

18 Jan 18:33

Choose a tag to compare

1.6.47 (2024-01-18)

Merged pull requests:

2.1.31

17 Jan 01:30

Choose a tag to compare

2.1.31 (2024-01-16)

Merged pull requests:

  • fixes #343 Fix all test cases with another server2 for the Jwks #344 (stevehu)
  • fixes #341 disable two more test cases as they are not stable #342 (stevehu)
  • fixes #339 update test cases to use jwk endpoint instead of 509 certf… #340 (stevehu)
  • fixes #337 split ValidatorConfig into another module #338 (stevehu)
  • fixes #334 update config class to support conversion from string to i… #335 (stevehu)

1.6.46

31 Dec 03:12

Choose a tag to compare

1.6.46 (2023-12-30)

Merged pull requests:

2.1.30

21 Nov 13:50

Choose a tag to compare

2.1.30 (2023-11-21)

Merged pull requests:

2.1.29

19 Nov 21:50

Choose a tag to compare

2.1.29 (2023-11-19)

Merged pull requests:

  • fixes #332 Ignore the SwtVerifyHandlerTest as it is frozen sometimes #333 (stevehu)
  • fixes #330 refactor module registry to add config name #331 (stevehu)
  • fixes #328 sync the openapi-security.yml with the security.yml in lig… #329 (stevehu)
  • fixes #325 add values.yml for service.yml and cache.yml for the jwk a… #326 (stevehu)
  • fixes #323 Add info log and trace log in the OpenApiHandler contructor #324 (stevehu)

2.1.28

24 Oct 20:26

Choose a tag to compare

2.1.28 (2023-10-24)

Merged pull requests:

  • fixes #321 move the ContentType from http-string to common #322 (stevehu)
  • fixes #319 environment variables cannot overwrite config values if it… #320 (stevehu)