Skip to content

Commit

Permalink
preparing release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed May 15, 2024
1 parent 850b088 commit 4827a3c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is a continuation of https://github.com/damico/java-socks-proxy-server.
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>java-socks-proxy-server</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand Down Expand Up @@ -67,6 +67,14 @@ And that's it!

## Change history

v3.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.


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
8 changes: 8 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ https://github.com/bbottema/java-socks-proxy-server
-- RELEASE NOTES java-socks-proxy-server --


v3.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.


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 4827a3c

Please sign in to comment.