v0.5.4 (2024-02-27)
- #12 Implement
ProxyURI
v0.5.3 (2023-09-20)
- #11 Implement
URLConnections.checkFollowRedirect(...)
- #10 Implement
BufferedServletInputStream
- #9 Implement
URIs.decodeParameters
- #8 Add
connectTimeout
andreadTimeout
parameters toDownloads.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)
togetSimpleName(T)
inURIs
, andURLs
v0.5.2 (2020-05-23)
- 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.
v0.5.1 (2019-07-21)
- Fix
NoSuchMethodError
inURLs
for jdk1.8. - Add
URLs#create(String)
. - Upgrade
org.libj:util:0.7.9
to0.8.0
.
v0.5.0 (2019-05-13)
- Initial public release.