AO TLDs Changelog

ao-tlds-2.0.0

Release Notes

  • Now supports Java 9+ modules with included module-info.class.
  • Maven artifact relocated from com.aoindustries:ao-tlds to com.aoapps:ao-tlds.
  • Package renamed from com.aoindustries.tlds to com.aoapps.tlds.
  • SQL schema renamed from com.aoindustries.tlds to com.aoapps.tlds.
  • Updated bundled tlds-alpha-by-domain.txt to version 2021070400.

ao-tlds-1.2.0

Release Notes

  • Now depends on AO Collections.
  • Updated bundled tlds-alpha-by-domain.txt to version 2020111700.

ao-tlds-1.1.3

Release Notes

  • Minimum Java version changed from 1.7 to 1.8.
  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
  • Updated dependencies.
  • Updated bundled tlds-alpha-by-domain.txt to version 2020032300.

ao-tlds-1.1.2

Release Notes

  • Using java.nio.charset.StandardCharsets instead of "UTF-8".
  • Updated bundled tlds-alpha-by-domain.txt to version 2019100400.

ao-tlds-1.1.1

Release Notes

  • Updated version of AO OSS Parent.
  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.
  • Updated bundled tlds-alpha-by-domain.txt to version 2019061901.

ao-tlds-1.1.0

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.
  • Updated bundled tlds-alpha-by-domain.txt to version 2019042200.
  • Exposed TopLevelDomain.Snapshot, which is the mechanism used to represent a single moment-in-time for both the list and its meta-data. This is useful when multiple operations need to be performed against a single moment-in-time representation of the list.
  • Added SQL implementation in alternate "sql" classifier.
  • Now using bundled bootstrap top-level domain list when it is newer than the version from preferences. This can occur when a system that was able to auto-update in the past, but is currently unable to, gets updated to a newer version of ao-tlds.
  • New method isBootstrap() to determine whether the data is obtained from the bundled bootstrap data or from an automatic update.

ao-tlds-1.0.1

Release Notes

  • Updated comments and variable names to match implementation of minimum + random update intervals.
  • Updated dependencies.

ao-tlds-1.0.0

Release Notes

  • New self-updating Java API to get top-level domains.