pg-aws_rds_iam 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/lib/pg/aws_rds_iam/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ca9285880d14457835d0b91196653cf230f6d8a269945c65b40af0031653987
|
4
|
+
data.tar.gz: 1749a70b4736c35fa0a9fffff961b3d9101df73cdef9ecffc8fadad2f6401daf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65188829a0c75e07b7c7809643999a0b9d65924437240909aed32e3b7e32f8f8289e6df699724e250b57401e2a0437cdd675eddf7cc29335278e09e7d446ec6a
|
7
|
+
data.tar.gz: 2818e00188696512b5dc89b513e9c2d8110af3d337ec9f0e4b229027c2f9f7d339770c91462bc7bb3a83afcd263cfec099d38c8d7736be870428358ad97492a3
|
data/CHANGELOG.md
CHANGED
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
8
8
|
|
9
9
|
No notable changes.
|
10
10
|
|
11
|
+
## [0.6.2] - 2024-11-12
|
12
|
+
|
13
|
+
### Changed
|
14
|
+
* Fix broken link in changelog ([#687](https://github.com/haines/pg-aws_rds_iam/pull/687))
|
15
|
+
|
11
16
|
## [0.6.1] - 2024-11-12
|
12
17
|
|
13
18
|
### Changed
|
@@ -91,7 +96,9 @@ No notable changes.
|
|
91
96
|
* A plugin for the [`pg` gem](https://rubygems.org/gems/pg) that adds support for [IAM authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) when connecting to PostgreSQL databases hosted in Amazon RDS. ([#1](https://github.com/haines/pg-aws_rds_iam/pull/1))
|
92
97
|
* ActiveRecord support. ([#3](https://github.com/haines/pg-aws_rds_iam/pull/3))
|
93
98
|
|
94
|
-
[Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.
|
99
|
+
[Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.2...HEAD
|
100
|
+
[0.6.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.1...v0.6.2
|
101
|
+
[0.6.1]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.0...v0.6.1
|
95
102
|
[0.6.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.5.0...v0.6.0
|
96
103
|
[0.5.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.4.2...v0.5.0
|
97
104
|
[0.4.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.4.1...v0.4.2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg-aws_rds_iam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Haines
|
@@ -73,7 +73,7 @@ licenses:
|
|
73
73
|
metadata:
|
74
74
|
bug_tracker_uri: https://github.com/haines/pg-aws_rds_iam/issues
|
75
75
|
changelog_uri: https://github.com/haines/pg-aws_rds_iam/blob/main/CHANGELOG.md
|
76
|
-
documentation_uri: https://rubydoc.info/gems/pg-aws_rds_iam/0.6.
|
76
|
+
documentation_uri: https://rubydoc.info/gems/pg-aws_rds_iam/0.6.2
|
77
77
|
homepage_uri: https://github.com/haines/pg-aws_rds_iam
|
78
78
|
source_code_uri: https://github.com/haines/pg-aws_rds_iam
|
79
79
|
rubygems_mfa_required: 'true'
|