Skip to content

Releases: networknt/light-rest-4j

1.5.16

05 Jul 21:29
Compare
Choose a tag to compare
bot checkin

1.5.15

18 Jun 17:35
Compare
Choose a tag to compare

1.5.15 (2018-06-18)

Full Changelog

Closed issues:

  • remove basic security for this release as it has some issues with Maven Central #43
  • switch to default setExchangeStatus method for errors #42
  • add basic security module for basic authentication #41
  • remove version for jose4j in sub modules #40

1.5.14

19 May 22:31
Compare
Choose a tag to compare

1.5.14 (2018-05-19)

Full Changelog

Closed issues:

  • update VerifyJwt signature and security.yml #39
  • populate subject claims and access claims in openapi security #38
  • Log the validation error in logs In error Level #37

1.5.13

20 Apr 17:45
Compare
Choose a tag to compare

1.5.13 (2018-04-20)

Full Changelog

Fixed bugs:

  • openapi schema validator resolves references incorrectly #36

1.5.12

08 Apr 17:15
Compare
Choose a tag to compare

1.5.12 (2018-04-08)

Full Changelog

Closed issues:

  • remove consul and zookeeper dependencies #35
  • upgrade jackson to 2.9.5 and swagger-parser to 1.0.34 #34

Upgrade Guidelines:

This is a release to address black duck security scan warnings only. No functional change. The following section contains new versions for dependent libraries.

        <version.light-4j>1.5.12</version.light-4j>
        <version.openapi-parser>1.5.12</version.openapi-parser>
        <version.jackson>2.9.5</version.jackson>
        <version.slf4j>1.7.25</version.slf4j>
        <version.jose4j>0.6.3</version.jose4j>
        <version.commons-text>1.3</version.commons-text>
        <version.encoder>1.2.1</version.encoder>
        <version.logback>1.2.3</version.logback>
        <version.junit>4.12</version.junit>
        <version.mockito>2.10.0</version.mockito>
        <version.undertow>1.4.23.Final</version.undertow>
        <version.swagger-parser>1.0.34</version.swagger-parser>
        <version.swagger-core>1.5.18</version.swagger-core>
        <version.jsr305>3.0.2</version.jsr305>
        <version.json-schema-validator>0.1.18</version.json-schema-validator>

1.5.11

31 Mar 23:01
Compare
Choose a tag to compare

1.5.11 (2018-03-31)

Full Changelog

Implemented enhancements:

  • support parameters validation in path item object #33

Closed issues:

  • remove docs folder as all documents moved to light-doc #32

1.5.10

02 Mar 14:45
Compare
Choose a tag to compare

1.5.10 (2018-03-02)

Full Changelog

Closed issues:

  • add subject_claims and access_claims in auditInfo attachment #31

1.5.9

21 Feb 01:49
Compare
Choose a tag to compare

1.5.9 (2018-02-21)

Full Changelog

Closed issues:

  • update travis CI to only build master branch #29
  • upgrade json-schema-validator to 0.1.15 #28

Upgrade guide:

When you upgrade to 1.5.9 for your rest services, you need to upgrade json-schema-validator to 0.1.15.

1.5.8

03 Feb 01:25
Compare
Choose a tag to compare
bot checkin

1.5.7

09 Jan 01:28
Compare
Choose a tag to compare
bot checkin