Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 2.02 KB

Changelog

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

The format is based on Keep a Changelog.

0.5.1 2022-05-17

Added

Changed

  • Moved the repository to gethop-dev organization
  • CI/CD solution switch from TravisCI to GitHub Actions

0.5.0 2019-09-24

Changed

  • INCOMPATIBLE CHANGE: renamed boolean keyword (in returned results) to comply with internal naming standards

0.4.0 2019-09-24

Added

  • This Changelog

Changed

  • Bumped mininum Leiningen version to 2.9.0
  • Updated Amazonica dependencies to 0.3.143 and AWS Java SDK to 1.11.586
  • Bumped development dependency for Cider to 0.21.0
  • Moved spec instrumentation to test namespace(s)
  • Changed the values returned by library functions. This INCOMPATIBLE CHANGE was driven by these goals:
    • Define specs for the generic protocol methods, not the particular S3 implementation details. And change the implementation to conform to those specifications.
    • Catch Amazonica exceptions and return error values instead. Those error values shoudl comply with the protocol specification, instead of returning implementation specific results.

0.3.0 - 2019-01-29

Changed

  • Updated Clojure version to 1.10.0

0.2.0 - 2019-01-28

  • Initial commit (previous versions were not publicly released)