Releases · The-OAG-Development-Project/Application-Gateway · GitHub
Skip to content

Releases: The-OAG-Development-Project/Application-Gateway

Release V.0.6.5

23 Dec 16:19
f41a855
Compare
Choose a tag to compare

Fixed security vulnerabilities in Dependencies.
Updated to Spring Cloud Gateway 2024.0 and Spring-Boot-Starter-Parent 3.4.1.
Updated DockerImage to Java 17.0.13.

Release v0.6.4 test CICD

28 Oct 22:16
cc39614
Compare
Choose a tag to compare
Pre-release
Fix release pipeline (#155)

* Prepare Debugging Release Pipeline

* Disables upload eelease assets due to bug in pipeline

Release 0.6.3: Removed broken http to https redirection.

28 Oct 20:55
2c38dbb
Compare
Choose a tag to compare
v0.6.3

Merge pull request #151 from The-OAG-Development-Project/fix/149-Http…

Release 0.6.2: Version Updates for OAG

07 Jun 14:42
1623bba
Compare
Choose a tag to compare

We just updated dependencies that had vulnerabilities.

Release V.0.6.1

04 Feb 14:54
136408b
Compare
Choose a tag to compare

We've updated a few dependencies and the docker image to close a few vulnerabilities.

Release V.0.6.0

30 Dec 08:27
Compare
Choose a tag to compare

We now require Java 17 to run because we updated SpringBoot and the Spring Cloud Gateway to current versions:

  • Requires Java 17
  • Updated To Spring-Cloud 2023.0.0
  • Updated To Spring Boot 3.2.1
  • dependency Updates to fix security issues
  • Fixed an issue with Secondary Trace-Header (where in the simple trace case an invalid header of "n/a" was tried to be added to downstream requests.
  • Minor Documentation Updates

Note: There are new WARN log entries of Type: "...is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor...". These are related to SpringBoot 3.2.1 and a known issue (spring-cloud/spring-cloud-commons#1315)

Release V.0.5.2

10 May 09:21
0d4a4c3
Compare
Choose a tag to compare

What's Changed

Just upgraded some dependencies to reduce vulnerabilities.

  • [Snyk] Upgrade com.nimbusds:nimbus-jose-jwt from 9.21 to 9.31 by @snyk-bot in #127
  • [Snyk] Upgrade io.netty:netty-codec from 4.1.86.Final to 4.1.91.Final by @snyk-bot in #129

Full Changelog: v0.5.1...v0.5.2

Release V.0.5.1

09 May 07:27
b142779
Compare
Choose a tag to compare

Upgraded dependencies for vulnerability mitigation.
Improved Key-Rotation and made some configuration changes

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

21 Jun 16:57
Compare
Choose a tag to compare

New Functionality 🎉:

OAG can now be used as Spring library with the @EnableOWASPApplicationGateway annotation
Added possibility for federated logout
Updated default user-mapping configuraion
Added additional mappings to the GitHub login provider

Minor Improvements:

Implemented check if hostUri from config is a valid uri
Added missing log when ResponseStatusException is thrown
Added origin header validation as a defense-in-depth measure for csrf-samesite-cookie validation
Changed log level of some log messages to debug to have cleaner logs

Fixes:

Fixed a open-redirect vulnerability during login

Internal:

Added caffein ache to classpath (Spring Cloud Gateway asked for it in a warn log)
Added kotlin support for jackson (Not really used, but removes the warn message during startup)
Moved main configuration validation to spring main method to reduce problems with circular bean dependencies
Upgraded dependencies to newest version

Release v0.5.0-alpha

12 May 12:30
Compare
Choose a tag to compare
Release v0.5.0-alpha Pre-release
Pre-release

New Functionality:

  • OAG can now be used as Spring library with the @EnableOWASPApplicationGateway annotation
  • Added possibility for federated logout
  • Updated default user-mapping configuraion
  • Added additional mappings to the GitHub login provider

Minor Improvements:

  • Implemented check if hostUri from config is a valid uri
  • Added missing log when ResponseStatusException is thrown
  • Added origin header validation as a defense-in-depth measure for csrf-samesite-cookie validation
  • Changed log level of some log messages to debug to have cleaner logs

Fixes:

  • Fixed a open-redirect vulnerability during login

Internal:

  • Added caffein ache to classpath (Spring Cloud Gateway asked for it in a warn log)
  • Added kotlin support for jackson (Not really used, but removes the warn message during startup)
  • Moved main configuration validation to spring main method to reduce problems with circular bean dependencies
  • Upgraded dependencies to newest version