Skip to content

Releases: networknt/light-4j

2.0.13

01 May 19:37
Compare
Choose a tag to compare

2.0.13 (2020-05-01)

Merged pull requests:

  • fixes #699 add start_time to refresh_token table with default #700 (stevehu)
  • fixes #696 add remember to token response to handle refresh token #697 (stevehu)
  • fixes #694 double check the tracer has activeSpan in the client heade… #695 (stevehu)
  • fixes #692 add host and port to the JaegerHandler for tracing #693 (stevehu)
  • fixes #690 add test case to email-sender to demo the environment vari… #691 (stevehu)

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with the 2.0.12 release.

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

1.6.19

01 May 18:36
Compare
Choose a tag to compare

1.6.19 (2020-05-01)

Merged pull requests:

2.0.12

31 Mar 21:41
Compare
Choose a tag to compare

2.0.12 (2020-03-31)

Merged pull requests:

  • fixes #688 add status codes for light-portal #689 (stevehu)
  • fixes #686 apply issue 679 to master branch #687 (stevehu)
  • fixes #683 update master based on 677 and 681 #685 (stevehu)
  • fixes #675 resolve a defect in client.yml for the oauth2 urls #676 (stevehu)
  • fixes #673 add replaceToken method for html email template #674 (stevehu)
  • fixes #671 change Http2Client createClientCallback debug to trace #672 (stevehu)
  • fixes #669 parameterize default client.yml in client module #670 (stevehu)
  • fixes #667 comment out server_url in client.yml to default to service… #668 (stevehu)
  • fixes #665 need to promote the scope token to authorization header if… #666 (stevehu)
  • fixes #663 update security test cases to add roles to the long-lived … #664 (stevehu)

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with the 2.0.11 release.

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

1.6.18

31 Mar 21:00
Compare
Choose a tag to compare

1.6.18 (2020-03-31)

Merged pull requests:

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with 1.6.17 release.

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

2.0.11

29 Feb 20:55
Compare
Choose a tag to compare

2.0.11 (2020-02-29)

Merged pull requests:

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with 2.0.10 release.

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

1.6.17

29 Feb 19:39
Compare
Choose a tag to compare

1.6.17 (2020-02-29)

Merged pull requests:

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with 1.6.16 release.

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

1.6.16

07 Feb 02:07
Compare
Choose a tag to compare

1.6.16 (2020-02-06)

Merged pull requests:

Upgrade Guidelines:

This is a release with a defect fix in light-rest-4j. It is backward compatible with 1.6.14 release.

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

2.0.10

01 Feb 04:13
Compare
Choose a tag to compare

2.0.10 (2020-01-31)

Merged pull requests:

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.9 release. One of the major changes is removing the maven repository codelds for Oracle JDBC driver as it starts causing issues to download maven dependencies. For existing projects based on the older version, please remove this repository from the pom.xml if you encounter any issue during the maven build.

        <repository>
            <id>codelds</id>
            <url>https://code.lds.org/nexus/content/groups/main-repo</url>
        </repository>       

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

1.6.14

01 Feb 06:29
Compare
Choose a tag to compare

1.6.14 (2020-01-31)

Merged pull requests:

This is a release with some defect fixes and enhancements. It is backward compatible with 1.6.13 release. One of the major changes is removing the maven repository codelds for Oracle JDBC driver as it starts causing issues to download maven dependencies. For existing projects based on the older version, please remove this repository from the pom.xml if you encounter any issue during the maven build.

        <repository>
            <id>codelds</id>
            <url>https://code.lds.org/nexus/content/groups/main-repo</url>
        </repository>       

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

2.0.9

31 Dec 04:23
Compare
Choose a tag to compare

2.0.9 (2019-12-30)

Merged pull requests:

  • fixes #637 refactor the LightHttpHandler to ensure the auditInfo is c… #638 (stevehu)
  • fixes #635 add a test case with two generic types for service module #636 (stevehu)
  • Bug fix: ConsulRegistry keeps the first service url discovered in cache #633 (jsu216)
  • fixes issue #625 #626 (chenyan71)
  • Make Http2Client.SSL public again, but deprecate it #631 (miklish)
  • Make SSL private to prevent its usage before it is initialized. #630 (miklish)
  • Make valueMap to be static to prevent multiple warning #628 (jiachen1120)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.8 release.

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