Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

52 lines (28 loc) · 1.85 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.

v0.2.0 (2024-09-13)

Changed

  • This library now returns the direct result from Athena
  • A :format option allows csv, json, or explorer data to be returned
  • Improve integration with AWS Credentials

v0.1.5 (2023-09-01)

Changed

  • Support Req v0.4.

v0.1.4 (2023-08-24)

Changed

  • Update request.options usage to be compatible with future Req versions

v0.1.3 (2023-02-28)

Fixed

  • Fix reuse of Req.Request (#31)

v0.1.2 (2022-12-23)

Changed

  • Use Enum.zip_with instead (#29)

Fixed

  • Get query's response from a different part of GetQueryResults response (#27)

v0.1.1 (2022-07-14)

Added

v0.1.0 (2022-06-29)

Initial release.