Skip to content

Releases: libj/net

v0.5.4

27 Feb 12:38
Compare
Choose a tag to compare
  • #12 Implement ProxyURI

v0.5.3

20 Sep 12:20
Compare
Choose a tag to compare
  • #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

23 May 05:56
Compare
Choose a tag to compare
  • Improve handling of InvocationTargetException.
  • Add equals and hashCode to Basic and Bearer.
  • Remove Not Modified check in Downloads.downloadFile(String,File).
  • Add supplementary utility methods to URIs.
  • Add OfflineURLStreamHandler.
  • Improve tests.
  • Improve javadocs.

v0.5.1

22 Jul 09:57
Compare
Choose a tag to compare
  • Fix NoSuchMethodError in URLs for jdk1.8.
  • Add URLs#create(String).
  • Upgrade org.libj:util:0.7.9 to 0.8.0.

v0.5.0

20 Sep 12:50
Compare
Choose a tag to compare
  • Initial public release.