Releases: DieTechniker/3rdparty-privacy-proxy
Releases · DieTechniker/3rdparty-privacy-proxy
Release 1.2.1 - Improved logging
- Stopped logging full stacktraces of failed HTTP-requests to warn. However, we continue doing so on debug.
What's Changed
New Contributors
Full Changelog: 1.2.0...1.2.1
Release 1.2.0 - Spring Boot 3 Upgrade
- Upgraded to Spring-Boot 3.0.8
- Upgraded to Java 17
What's Changed
- Upgrade to Spring Boot 3.0.8 by @robertkrauss in #35
New Contributors
- @robertkrauss made their first contribution in #35
Full Changelog: 1.1.0...1.2.0
Release 1.1.0 - Spring Update + Deleted Deprecated Code
- 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
- use env https.proxy for proxy setup by @kassimhoelting in #32
- Feature draft/minor cleanup by @kassimhoelting in #30
- Deps maintained by @kassimhoelting in #33
- refactored to generic body with the option to filter by @kassimhoelting in #34
Full Changelog: 1.0.15...1.1.0
Release 1.0.15 - Spring Update + Generic RoutingHandler
#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)
- extract profiles to file base by @kassimhoelting in #25
- Spring boot version update 2 7 1 by @kassimhoelting in #27
- generic routing handler by @kassimhoelting in #26
- Refactoring proxyhelper + 1.0.14 compatibility by @kassimhoelting in #29
- fix RoutingHandler.java early exit. GET + body will be ignored by def… by @kassimhoelting in #31
Full Changelog: 1.0.14...1.0.15
Release 1.0.14 http-client updated
Tag for release 1.0.14
Release 1.0.13
Bumps commons-io from 2.6 to 2.7.