|
1 | 1 | # Changes by Version
|
2 | 2 |
|
3 |
| -## [v0.5.4-SNAPSHOT](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..HEAD) |
| 3 | +## [v0.5.5-SNAPSHOT](https://github.com/libj/util/compare/8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0..HEAD) |
| 4 | + |
| 5 | +## [v0.5.4](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0) (2024-02-27) |
| 6 | +* #12 Implement `ProxyURI` |
4 | 7 |
|
5 | 8 | ## [v0.5.3](https://github.com/libj/net/compare/01c48784915d7e10e0f7b207f5408309494d9e5e..8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52) (2023-09-20)
|
6 |
| -* #11 Implement URLConnections.checkFollowRedirect(...) |
7 |
| -* #10 Implement BufferedServletInputStream |
8 |
| -* #9 Implement URIs.decodeParameters |
9 |
| -* #8 Add connectTimeout and readTimeout parameters to Downloads.downloadFile(...) |
| 9 | +* #11 Implement `URLConnections.checkFollowRedirect(...)` |
| 10 | +* #10 Implement `BufferedServletInputStream` |
| 11 | +* #9 Implement `URIs.decodeParameters` |
| 12 | +* #8 Add `connectTimeout` and `readTimeout` parameters to `Downloads.downloadFile(...)` |
10 | 13 | * #7 Upgrade Maven dependencies
|
11 |
| -* #6 Use NIO for Downloads |
| 14 | +* #6 Use NIO for `Downloads` |
12 | 15 | * #5 Transition to GitHub Actions
|
13 |
| -* #4 Add SPI mechanism to load URLStreamHandlerFactory classes |
14 |
| -* #3 Add ClasspathURLStreamHandler |
15 |
| -* #2 Refactor method names in HTTP to resemble ClassLoader |
16 |
| -* #1 Rename getShortName(T) to getSimpleName(T) in URIs, and URLs |
| 16 | +* #4 Add SPI mechanism to load `URLStreamHandlerFactory` classes |
| 17 | +* #3 Add `ClasspathURLStreamHandler` |
| 18 | +* #2 Refactor method names in HTTP to resemble `ClassLoader` |
| 19 | +* #1 Rename `getShortName(T)` to `getSimpleName(T)` in `URIs`, and `URLs` |
17 | 20 |
|
18 | 21 | ## [v0.5.2](https://github.com/libj/net/compare/3136a63796aec4121b60e2328f5ec2b5093b9eaa..01c48784915d7e10e0f7b207f5408309494d9e5e) (2020-05-23)
|
19 | 22 | * Improve handling of `InvocationTargetException`.
|
|
0 commit comments