Releases: libj/net
Releases · libj/net
v0.5.4
v0.5.3
- #11 Implement URLConnections.checkFollowRedirect(...)
- #10 Implement BufferedServletInputStream
- #9 Implement URIs.decodeParameters
- #8 Add connectTimeout and readTimeout parameters to Downloads.downloadFile(...)
- #7 Upgrade Maven dependencies
- #6 Use NIO for Downloads
- #5 Transition to GitHub Actions
- #4 Add SPI mechanism to load URLStreamHandlerFactory classes
- #3 Add ClasspathURLStreamHandler
- #2 Refactor method names in HTTP to resemble ClassLoader
- #1 Rename getShortName(T) to getSimpleName(T) in URIs, and URLs
v0.5.2
- Improve handling of
InvocationTargetException
. - Add
equals
andhashCode
toBasic
andBearer
. - Remove
Not Modified
check inDownloads.downloadFile(String,File)
. - Add supplementary utility methods to
URIs
. - Add
OfflineURLStreamHandler
. - Improve tests.
- Improve javadocs.