Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

41 lines (29 loc) · 1.38 KB

2.1.0

  • Fix looping indefinitely in util.waitForURL. #38
  • Add support for Node status attribute.
  • Upgrade for tzlocal 3.0 dependency.
  • Drop support for now unsupported Python 3.5.
  • Replace Travis with GitHub Actions.
  • Add support for Python 3.8 and 3.9.

2.0.0

  • Upgrade to python3. #29

1.0.3

  • More precise element selection in xml-to-object mapping. #21

1.0.2

  • Remove hard-coded reference to bag collection in Atom feed entry alt links. #18

1.0.1

  • Add an optional alt argument to wrapAtom #12.
  • Add an optional alt_type argument to wrapAtom #12.
  • Don't write empty <start/> and <end/> tags in QueueXML. #9.
  • Use xs:dateTime compatible date strings for lastChecked elements in bag xml. #7.
  • Update requirements for simpler environment prep.
  • Better error handling for ANVL parsing #3
  • Validation for PREMIS Event XML tests

1.0.0

  • Initial release.