Skip to content

Commit 3c1e7e0

Browse files
committed
🔖 Prepare release v3.2.1
1 parent e0db833 commit 3c1e7e0

76 files changed

Lines changed: 372 additions & 210 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ancient-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
### COUCHDB
7272
- name: Start CouchDB
73-
uses: iamssen/couchdb-github-action@master
73+
uses: iamssen/couchdb-github-action@51f21cb519b7ef0cbf86d063849da780dd3ea405
7474
if: "endsWith(matrix.exec_cmd, 'couch_potato')"
7575
with:
7676
couchdb-version: "3.4.1"

.github/workflows/current-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
### COUCHDB
6363
- name: Start CouchDB
64-
uses: iamssen/couchdb-github-action@master
64+
uses: iamssen/couchdb-github-action@51f21cb519b7ef0cbf86d063849da780dd3ea405
6565
if: "endsWith(matrix.exec_cmd, 'couch_potato')"
6666
with:
6767
couchdb-version: "3.4.1"

.github/workflows/jruby-ancient-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
### COUCHDB
7575
- name: Start CouchDB
76-
uses: iamssen/couchdb-github-action@master
76+
uses: iamssen/couchdb-github-action@51f21cb519b7ef0cbf86d063849da780dd3ea405
7777
if: "endsWith(matrix.exec_cmd, 'couch_potato')"
7878
with:
7979
couchdb-version: "3.4.1"

.github/workflows/jruby-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
### COUCHDB
6767
- name: Start CouchDB
68-
uses: iamssen/couchdb-github-action@master
68+
uses: iamssen/couchdb-github-action@51f21cb519b7ef0cbf86d063849da780dd3ea405
6969
if: "endsWith(matrix.exec_cmd, 'couch_potato')"
7070
with:
7171
couchdb-version: "3.4.1"

.github/workflows/legacy-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
### COUCHDB
7676
- name: Start CouchDB
77-
uses: iamssen/couchdb-github-action@master
77+
uses: iamssen/couchdb-github-action@51f21cb519b7ef0cbf86d063849da780dd3ea405
7878
if: "endsWith(matrix.exec_cmd, 'couch_potato')"
7979
with:
8080
couchdb-version: "3.4.1"

.github/workflows/supported-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
### COUCHDB
8181
- name: Start CouchDB
82-
uses: iamssen/couchdb-github-action@master
82+
uses: iamssen/couchdb-github-action@51f21cb519b7ef0cbf86d063849da780dd3ea405
8383
if: "endsWith(matrix.exec_cmd, 'couch_potato')"
8484
with:
8585
couchdb-version: "3.4.1"

.github/workflows/unsupported-svc-adapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
### COUCHDB
7070
- name: Start CouchDB
71-
uses: iamssen/couchdb-github-action@master
71+
uses: iamssen/couchdb-github-action@51f21cb519b7ef0cbf86d063849da780dd3ea405
7272
if: "endsWith(matrix.exec_cmd, 'couch_potato')"
7373
with:
7474
couchdb-version: "3.4.1"

CHANGELOG.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,47 @@ Please file a bug if you notice a violation of semantic versioning.
2020

2121
### Added
2222

23+
### Changed
24+
25+
### Deprecated
26+
27+
### Removed
28+
29+
### Fixed
30+
31+
### Security
32+
33+
## [3.2.1] - 2026-07-14
34+
35+
- TAG: [v3.2.1][3.2.1t]
36+
- COVERAGE: 31.53% -- 128/406 lines in 12 files
37+
- BRANCH COVERAGE: 29.25% -- 31/106 branches in 12 files
38+
- 85.26% documented
39+
40+
### Added
41+
2342
- Added support for JRuby 10.1 and TruffleRuby 34.0.
2443

2544
### Changed
2645

2746
- Retemplated generated project metadata, support documentation, CI workflows,
2847
binstubs, and development dependency floors with `kettle-jem` v7.0.0.
29-
- Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.2`.
30-
- Raised the runtime dependency floor for `auth-sanitizer` to `>= 0.2.2`, so
48+
- Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.3`.
49+
- Raised the runtime dependency floor for `auth-sanitizer` to `>= 0.2.3`, so
3150
OmniAuth Identity consumers get hash and nested-attribute inspect redaction
3251
fixes plus downstream RBS duplicate-declaration fixes, and switched isolated
3352
sanitizer loading to the released `anonymous_loader` gem.
3453
- Raised generated `version_gem` and `appraisal2` dependency floors to
35-
`version_gem` >= 1.1.10 and `appraisal2` >= 3.0.9.
54+
`version_gem` >= 1.1.14 and `appraisal2` >= 3.1.4.
3655
- Refreshed generated Rakefile metadata from the current kettle-jem template.
3756

38-
### Deprecated
39-
40-
### Removed
41-
4257
### Fixed
4358

4459
- Restored ORM-specific spec rake tasks and made optional ORM spec files avoid
4560
loading unavailable adapter gems when the matching appraisal does not include them.
4661

4762
- Package configured license files in gem release file lists.
4863

49-
### Security
50-
5164
## [3.2.0] - 2026-06-05
5265

5366
- TAG: [v3.2.0][3.2.0t]
@@ -383,7 +396,9 @@ Please file a bug if you notice a violation of semantic versioning.
383396
- Gemfile.lock file
384397
- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.
385398

386-
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.2.0...HEAD
399+
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.2.1...HEAD
400+
[3.2.1]: https://github.com/omniauth/omniauth-identity/compare/v3.2.0...v3.2.1
401+
[3.2.1t]: https://github.com/omniauth/omniauth-identity/releases/tag/v3.2.1
387402
[3.2.0]: https://github.com/omniauth/omniauth-identity/compare/v3.1.5...v3.2.0
388403
[3.2.0t]: https://github.com/omniauth/omniauth-identity/releases/tag/v3.2.0
389404
[3.1.5]: https://github.com/omniauth/omniauth-identity/compare/v3.1.4...v3.1.5

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-identity (3.2.0)
5-
anonymous_loader (~> 0.1, >= 0.1.2)
6-
auth-sanitizer (~> 0.2, >= 0.2.2)
4+
omniauth-identity (3.2.1)
5+
anonymous_loader (~> 0.1, >= 0.1.3)
6+
auth-sanitizer (~> 0.2, >= 0.2.3)
77
bcrypt (~> 3.1)
88
mutex_m (~> 0.1)
99
omniauth (>= 1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ Thanks for RTFM. ☺️
765765
[📌gitmoji]: https://gitmoji.dev
766766
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
767767
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
768-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.397-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
768+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.406-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
769769
[🔐security]: https://github.com/omniauth/omniauth-identity/blob/main/SECURITY.md
770770
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
771771
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year

0 commit comments

Comments
 (0)