This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Releases: networknt/light-oauth2
Releases · networknt/light-oauth2
1.5.13
1.5.12
1.5.11
1.5.11 (2018-04-01)
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
1.5.9
1.5.8
1.5.8 (2018-02-03)
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:
- fixes #52 - update user permissions on artifacts in production docker… #67 (DineshAlapati)
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
1.5.6
1.5.6 (2017-12-31)
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:
- #49: upgrade docker-compose files and db configurations to 1.5.4 #51 (DineshAlapati)