Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 1.36 KB

Change Log

2.0-RC1 (2018-05-09)

  • Removal of all deprecated classes and methods, and a refactoring of the package structure.
  • Removal of obsolete classes DarwinCoreRecord and DarwinCoreTaxon, DownloadUtil.
  • Remove dependency on GBIF Registry Metadata and EML parsing.
  • Guava dependency now shaded.
  • Lock files for parallel access with a single process, or between processes.
  • Removal of all iterable interface from Archive in favour of DwcFiles.
  • DwcFiles can now create Archive objects.

1.31 (2017-06-16)

Complete Changelog

  • New class to get content of Darwin Core files: DwcFiles. The class gives access to the implementation with support for multiline records. See Issue #26.
  • Changed ArchiveFile to use the default values specified by the Darwin Core Text Guide. See Issue #29.