Skip to content

Releases: DieTechniker/3rdparty-privacy-proxy

Release 1.2.0 - Spring Boot 3 Upgrade

04 Aug 12:44
Compare
Choose a tag to compare
  • Upgraded to Spring-Boot 3.0.8
  • Upgraded to Java 17

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

Release 1.1.0 - Spring Update + Deleted Deprecated Code

03 Jan 08:27
Compare
Choose a tag to compare
  • Updated to Spring-Boot 2.7.6
  • Dependencies maintained
  • Using env https.proxy only for proxy setup
  • Deprecated Code deleted
  • in some cases switched to semantic return status codes, for example a bad request

What's Changed

Full Changelog: 1.0.15...1.1.0

Release 1.0.15 - Spring Update + Generic RoutingHandler

26 Jul 05:25
Compare
Choose a tag to compare

#Release Notes

  • Upgrade to Spring-Boot 2.7.1
  • Modified GitHub Action to build maven snapshots on published features
  • RoutingHandler Refactoring
  • Added generic RoutingHandler.handleGenericRequestInternal() to handle GET and POST via Spring RestTemplate including the request body. Legacy RoutingHandler logic is deprecated.
  • Rearranged helper bean initialization to configuration
  • switched to null checks on http proxy properties
  • Added spring-boot-starter-test and hamcrest-all test dependencies
  • Moved from org.junit to org.junit.jupiter.api
  • Implemented more tests

What's Changed (Commits)

Full Changelog: 1.0.14...1.0.15

Release 1.0.14 http-client updated

16 Sep 06:00
Compare
Choose a tag to compare
Tag for release 1.0.14

Release 1.0.13

28 May 07:40
Compare
Choose a tag to compare

Bumps commons-io from 2.6 to 2.7.

1.0.12

29 Jan 10:32
Compare
Choose a tag to compare

Updates

  • Updated Spring Boot to 2.4.2 (Security Fixes)
  • Improved logging to allow implemented classes to log out their names instead of the name of the interface classes
  • Improved PDF Retrieval Service to handle files containing BOM markers correctly