Skip to content

Commit

Permalink
Added missing release notes for 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed May 15, 2024
1 parent 4827a3c commit b451859
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,19 @@ And that's it!

## Change history

v3.1.0 (15-May-2024)
v4.1.0 (15-May-2024)

- [#14](https://github.com/bbottema/java-socks-proxy-server/issues/14): Enhanced dynamic username/password authentication support for custom validation strategies.
- Minor performance improvements based on SpotBugs recommendations.

NOTE: the start methods have been marked deprecated. For serving clienst on multiple ports, create a new instance of the server for each port.


v4.0.0 (21-April-2024)

- Maintenance release: upgraded parent POM version, switched to Junit5, updated dependencies, added SpotBugs checks.


v3.0.0 (22-Januray-2024)

- [#12](https://github.com/bbottema/java-socks-proxy-server/issues/12): Added a more robust server adaptation with synchronous startup (including retries), shutdown closes all connections. With thanks to @kllbzz
Expand Down
7 changes: 6 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ https://github.com/bbottema/java-socks-proxy-server
-- RELEASE NOTES java-socks-proxy-server --


v3.1.0 (15-May-2024)
v4.1.0 (15-May-2024)

- #14: Enhanced dynamic username/password authentication support for custom validation strategies.
- Minor performance improvements based on SpotBugs recommendations.

NOTE: the start methods have been marked deprecated. For serving clienst on multiple ports, create a new instance of the server for each port.


v4.0.0 (21-April-2024)

- Maintenance release: upgraded parent POM version, switched to Junit5, updated dependencies, added SpotBugs checks.


v3.0.0 (22-Januray-2024)

- #12: Added a more robust server adaptation with synchronous startup (including retries), shutdown closes all connections. With thanks to @kllbzz
Expand Down

0 comments on commit b451859

Please # to comment.