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.
No notable changes.
0.8.0 - 2026-03-27
- Test against Ruby 3.4 (#697)
- Test against Ruby 4.0 (#779)
- Require Ruby ≥ 3.2, Active Record ≥ 7.0, and PG ≥ 1.3 (#726)
- Test against Sequel (#756)
0.7.0 - 2024-12-04
- Reuse tokens (#690)
0.6.2 - 2024-11-12
- Fix broken link in changelog (#687)
0.6.1 - 2024-11-12
- Test against Active Record 8.0 (#685)
- Use
URI::RFC2396_PARSER.regexp[:ABS_URI_REF]directly to resolve deprecation warning introduced in ruby/uri#113 (#685)
0.6.0 - 2024-10-30
- Require Ruby ≥ 3.1 (#653)
- Test against Ruby 3.3 (#589)
- Test against Active Record 7.1 (#562)
- Test against Active Record 7.2 (#653)
- Generate auth token for
rails dbconsolecommand (#678)
0.5.0 - 2023-05-04
- Require Ruby ≥ 3.0, Active Record ≥ 6.1, and PG ≥ 1.1 (#492)
- Development files that were unnecessarily included in the gem (#498)
0.4.2 - 2023-01-10
- Test against Ruby 3.2 (#442)
- Handle empty host in connection URIs (#442)
0.4.1 - 2022-07-20
- Generate auth token for Active Record structure load (#374)
0.4.0 - 2022-06-22
- Require Ruby ≥ 2.7 and Active Record ≥ 6.0 (#360)
- Test against Ruby 3.1 (#305)
- Test against Active Record 7.0 (#291)
- Compatibility with
pg≥ 1.4 (#356)
0.3.2 - 2021-11-15
- Require MFA to publish gem (#278)
0.3.1 - 2021-11-10
- Make code snippets in README valid Ruby to fix syntax highlighting (#274)
0.3.0 - 2021-11-10
- Require Ruby ≥ 2.6 (#216)
- Typos in README (#272)
0.2.0 - 2021-01-29
0.1.1 - 2020-02-05
- Badges to README and additional links to gemspec. (#6)
0.1.0 - 2020-02-05
- A plugin for the
pggem that adds support for IAM authentication when connecting to PostgreSQL databases hosted in Amazon RDS. (#1) - ActiveRecord support. (#3)