Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.85 KB

Changes by Version

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 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 (2020-05-23)

  • 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 (2019-07-21)

  • 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 (2019-05-13)

  • Initial public release.