Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

87 lines (58 loc) · 3.44 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.

Changed

  • Require Ruby ≥ 3.1 (#653)

0.5.0 - 2023-05-04

Changed

  • Require Ruby ≥ 3.0, Active Record ≥ 6.1, and PG ≥ 1.1 (#492)

Removed

  • Development files that were unnecessarily included in the gem (#498)

0.4.2 - 2023-01-10

Changed

  • Test against Ruby 3.2 (#442)

Fixed

  • Handle empty host in connection URIs (#442)

0.4.1 - 2022-07-20

Fixed

  • Generate auth token for Active Record structure load (#374)

0.4.0 - 2022-06-22

Changed

  • Test against Ruby 3.1 (#305)
  • Require Ruby ≥ 2.7 and Active Record ≥ 6.0 (#360)

Fixed

  • Compatibility with pg ≥ 1.4 (#356)

0.3.2 - 2021-11-15

Changed

  • Require MFA to publish gem (#278)

0.3.1 - 2021-11-10

Fixed

  • Make code snippets in README valid Ruby to fix syntax highlighting (#274)

0.3.0 - 2021-11-10

Changed

  • Require Ruby ≥ 2.6 (#216)

Fixed

  • Typos in README (#272)

0.2.0 - 2021-01-29

Changed

  • Require Ruby ≥ 2.5 (#177)
  • Test against Ruby 3.0 and ActiveRecord 6.1 (#180)

0.1.1 - 2020-02-05

Added

  • Badges to README and additional links to gemspec. (#6)

0.1.0 - 2020-02-05

Added

  • A plugin for the pg gem that adds support for IAM authentication when connecting to PostgreSQL databases hosted in Amazon RDS. (#1)
  • ActiveRecord support. (#3)