Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Releases: networknt/light-oauth2

1.5.13

20 Apr 18:38
Compare
Choose a tag to compare

1.5.13 (2018-04-20)

Full Changelog

Closed issues:

  • Unrecognized field authenticateClass not marked as ignorable #81
  • do not allow scope update once client and service are linked. #80

1.5.12

08 Apr 18:32
Compare
Choose a tag to compare

1.5.12 (2018-04-08)

Full Changelog

Closed issues:

  • update private keystore path to relative in jwt.yml #79

1.5.11

01 Apr 09:32
Compare
Choose a tag to compare

1.5.11 (2018-04-01)

Full Changelog

Implemented enhancements:

  • create a new table client_service to define the one to many relationship and scope dependencies. #18

Closed issues:

  • return to the caller after sending error to the exchange. #78
  • switch to JwtIssuer for token generation #77
  • update postgres and oracle db scripts to remove tables in the beginning #76
  • support custom claim in json format with client registration #75

Upgrade Guideline:

In this release, the jwt.yml config file in token and code services are updated to switch the private key path from absolute to relative to give more flexibility for customers to locate the file with externalized config.

filename: "oauth/primary.jks"

1.5.10

02 Mar 15:48
Compare
Choose a tag to compare

1.5.10 (2018-03-02)

Full Changelog

Closed issues:

  • update Dockerfile to remove EXPOSE #73

1.5.9

21 Feb 04:19
Compare
Choose a tag to compare

1.5.9 (2018-02-21)

Full Changelog

Closed issues:

  • cascade delete service endpoints if the service is deteted #72
  • update mysql script and service.yml to use mysqluser instead of root #71

Merged pull requests:

1.5.8

03 Feb 14:56
Compare
Choose a tag to compare

1.5.8 (2018-02-03)

Full Changelog

Fixed bugs:

  • Fix docker-compose build #57

Closed issues:

  • uppgrade to Hazelcast 2.9.2 #66
  • update db scripts and swagger.json for mysql, postgres and oracle #65
  • update README.md with more information and links to doc site #64
  • add client to service relationship API #62
  • add service endpoints API #61
  • refactor table names before service enhancement #60
  • externalize config files to db directory #59
  • Dockerfile for production images for all services #52

Merged pull requests:

Upgrade guidelines:
There are several changes for this release and some of them are not backward compatible. First the database script has been changed so you have to recreate the database if you are no using docker compose. Second, the service type has been changed from ms/api to openapi/swagger/graphql/hybrid for the enum values.

1.5.7

10 Jan 00:20
Compare
Choose a tag to compare
bot checkin

1.5.6

31 Dec 20:06
Compare
Choose a tag to compare

1.5.6 (2017-12-31)

Full Changelog

Closed issues:

  • update .gitignore to ignore dependency-reduced-pom.xml #56
  • remove dependency-reduced-pom.xml for each sub project #55
  • upgrade secret.yml to 1.5.6 with emailPassword #54
  • remove default config for production package #53
  • Dockerfile for production images for all services #52
  • Update readme with links to document site and remove docs folder #50
  • Upgrade docker-compose files and db configurations to 1.5.4 #49
  • Upgrade dependencies and add maven-version #48

Merged pull requests:

1.4.3

10 Sep 17:47
Compare
Choose a tag to compare

1.4.3 - 2017-09-10

Added

Changed

  • Upgrade to light-rest-4j 1.4.3
  • Upgrade to light-4j 1.4.3

1.4.2

31 Aug 21:09
Compare
Choose a tag to compare

1.4.2 - 2017-08-31

Added

Changed

  • Upgrade to light-rest-4j 1.4.2
  • Upgrade to light-4j 1.4.2