Skip to content

Releases: networknt/light-rest-4j

2.0.9

31 Dec 04:23
Compare
Choose a tag to compare

2.0.9 (2019-12-30)

Merged pull requests:

  • fixes #119 Status being overwritten by new implementation of setExcha… #120 (stevehu)

1.6.13

31 Dec 02:33
Compare
Choose a tag to compare

1.6.13 (2019-12-30)

Merged pull requests:

  • fixes #119 Status being overwritten by new implementation of setExcha… #120 (stevehu)

2.0.8

27 Nov 17:17
Compare
Choose a tag to compare

2.0.8 (2019-11-27)

Merged pull requests:

1.6.11

27 Nov 15:55
Compare
Choose a tag to compare

1.6.11 (2019-11-27)

Merged pull requests:

2.0.7

26 Oct 18:53
Compare
Choose a tag to compare

2.0.7 (2019-10-26)

Merged pull requests:

1.6.10

26 Oct 17:47
Compare
Choose a tag to compare

1.6.10 (2019-10-26)

Merged pull requests:

2.0.6

13 Sep 15:43
Compare
Choose a tag to compare

2.0.6 (2019-09-13)

Merged pull requests:

  • Fixes #113 - Support parameterization of handling nullable fields #114 (ddobrin)
  • fixes #111 Exit the application if swagger.json is not loaded success… #112 (stevehu)
  • fixes #109 output clear error message when swagger 2.0 specification … #110 (stevehu)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. The setMissingNodeAsError method in the schema validator config is removed as the implementation has been changed. If you encounter an error message that the method is missing, please remove the line from your source code.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

1.6.9

13 Sep 20:40
Compare
Choose a tag to compare

1.6.9 (2019-09-13)

Merged pull requests:

  • Fixes #113 - Support parameterization of handling nullable fields #114 (ddobrin)
  • fixes #111 Exit the application if swagger.json is not loaded success… #112 (stevehu)
  • fixes #109 output clear error message when swagger 2.0 specification … #110 (stevehu)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. The setMissingNodeAsError method in the schema validator config is removed as the implementation has been changed. If you encounter an error message that the method is missing, please remove the line from your source code.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

2.0.5

30 Aug 15:11
Compare
Choose a tag to compare

2.0.5 (2019-08-30)

Merged pull requests:

  • fixes #103 replace JwtHelper with JwtVerifier to remove dependency to… #104 (stevehu)

1.6.8

30 Aug 19:00
Compare
Choose a tag to compare

1.6.8 (2019-08-30)

Merged pull requests:

  • Fixes #107 Collect Status and StackTrace on Error in light-rest-4j handlers #108 (ddobrin)
  • Fixes #105 - Add flexibility to JWT token validation in openapi-security #106 (ddobrin)