pg-aws_rds_iam

IAM authentication in Ruby for PostgreSQL on Amazon RDS

MIT License

Downloads
454.8K
Stars
53
Committers
3

Bot releases are visible (Hide)

pg-aws_rds_iam - v0.5.0 Latest Release

Published by haines over 1 year ago

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)
pg-aws_rds_iam - v0.4.2

Published by haines almost 2 years ago

Changed

  • Test against Ruby 3.2 (#442)

Fixed

  • Handle empty host in connection URIs (#442)
pg-aws_rds_iam - v0.4.1

Published by haines almost 2 years ago

Fixed

  • Generate auth token for Active Record structure load (#374)
pg-aws_rds_iam - v0.4.0

Published by haines over 2 years ago

Changed

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

Fixed

  • Compatibility with pg ≥ 1.4 (#356)
pg-aws_rds_iam -

Published by haines almost 3 years ago

Changed

  • Require MFA to publish gem (#278)
pg-aws_rds_iam - v0.3.1

Published by haines almost 3 years ago

Fixed

  • Make code snippets in README valid Ruby to fix syntax highlighting (#274)
pg-aws_rds_iam - v0.3.0

Published by haines almost 3 years ago

Changed

  • Require Ruby ≥ 2.6 (#216)

Fixed

  • Typos in README (#272)
pg-aws_rds_iam - v0.2.0

Published by haines over 3 years ago

Changed

  • Require Ruby ≥ 2.5 (#177)
  • Test against Ruby 3.0 and ActiveRecord 6.1 (#180)
pg-aws_rds_iam - v0.1.1

Published by haines about 4 years ago

Added

  • Badges to README and additional links to gemspec. (#6)
pg-aws_rds_iam - v0.1.0

Published by haines about 4 years ago

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)