Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

46 lines (39 loc) · 1.89 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.5.2] - 2020-06-02

Added

  • Pull #79 Added argv to main() by dmlb2000

[0.5.1] - 2020-05-15

Added

  • Pull #77 Remove Requirements Pip>=20 by dmlb2000

[0.5.0] - 2020-02-05

Added

  • Pull #73 Add Python 3.7 and 3.8 by dmlb2000
  • Pull #70 Add Version Moodule by dmlb2000
  • Pull #68 Add JSONSchema Validation by dmlb2000
  • Pull #66 Add Kerberos/GSSAPI Authentication by dmlb2000
  • Fix #55 Add Basic Authentication Env Vars by casey-pnnl

Changed

  • Fix #52 Add File Not Found Error by dmlb2000
  • Fix #56 Resolve User Logon Always by dmlb2000
  • Fix #53 Add Env/CLI for config.ini by dmlb2000
  • Fix #61 Do not save during global read by dmlb2000
  • Pull #67 Add Ansible to Travis CI by dmlb2000
  • Pull #65 Updated Pylint 2.0+ by dmlb2000
  • Pull #64 Remove Python 2.7 by dmlb2000
  • Fix #51 Remove Query Results by dmlb2000

[0.4.0] - 2019-05-17

Added

  • Download of data from the cartd service
    • Using cloud events
    • Using metadata transaction ID
  • Upload of data to the ingest service
    • Compressed and uncompressed options
    • Local save of data uploaded
    • Create bundle in bundle support
    • Data checksum validation
  • ReadtheDocs supported Sphinx docs

Changed