Skip to content

Commit f7a33a7

Browse files
Release 5.14.2 (#527)
1 parent cffafea commit f7a33a7

File tree

3 files changed

+51
-23
lines changed

3 files changed

+51
-23
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,95 @@
11
# Change Log
22

3+
## [v5.14.2](https://github.com/auth0/ruby-auth0/tree/v5.14.2) (2023-10-03)
4+
5+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.14.1...v5.14.2)
6+
7+
**Fixed**
8+
9+
- [API] `trigger_id` and `action_name` parameters for `create_action` endpoint are now optional [\#478](https://github.com/auth0/ruby-auth0/pull/478) [rapito](https://github.com/rapito)
10+
311
## [v5.14.1](https://github.com/auth0/ruby-auth0/tree/v5.14.1) (2023-07-19)
12+
413
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.14.0...v5.14.1)
514

615
**Fixed**
16+
717
- chore: should not lowercase org_name claim [\#499](https://github.com/auth0/ruby-auth0/pull/499) ([stevehobbsdev](https://github.com/stevehobbsdev))
818

919
## [v5.14.0](https://github.com/auth0/ruby-auth0/tree/v5.14.0) (2023-07-13)
20+
1021
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.13.0...v5.14.0)
1122

1223
**Added**
24+
1325
- [SDK-4386] Support Organization Name in Authorize [\#495](https://github.com/auth0/ruby-auth0/pull/495) ([stevehobbsdev](https://github.com/stevehobbsdev))
1426

1527
## [v5.13.0](https://github.com/auth0/ruby-auth0/tree/v5.13.0) (2023-04-24)
28+
1629
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.12.0...v5.13.0)
1730

1831
**Added**
32+
1933
- [SDK-4142] Add support for /oauth/par [\#470](https://github.com/auth0/ruby-auth0/pull/470) ([stevehobbsdev](https://github.com/stevehobbsdev))
2034

2135
**Deprecated**
36+
2237
- Drop support for 2.7 in CI build [\#467](https://github.com/auth0/ruby-auth0/pull/467) ([stevehobbsdev](https://github.com/stevehobbsdev))
2338

2439
## [v5.12.0](https://github.com/auth0/ruby-auth0/tree/v5.12.0) (2023-03-13)
40+
2541
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.11.0...v5.12.0)
2642

2743
**Added**
44+
2845
- [SDK-4014] User Authentication Method management API support [\#450](https://github.com/auth0/ruby-auth0/pull/450) ([stevehobbsdev](https://github.com/stevehobbsdev))
2946

3047
**Fixed**
48+
3149
- Remove broken FAQ link from README [\#441](https://github.com/auth0/ruby-auth0/pull/441) ([joxxoxo](https://github.com/joxxoxo))
3250

3351
## [v5.11.0](https://github.com/auth0/ruby-auth0/tree/v5.11.0) (2023-01-27)
52+
3453
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.10.0...v5.11.0)
3554

3655
**Added**
56+
3757
- feat: support exchanging OTP codes for tokens [\#438](https://github.com/auth0/ruby-auth0/pull/438) ([stevehobbsdev](https://github.com/stevehobbsdev))
3858
- [SDK-3869] Support client credentials in management client [\#437](https://github.com/auth0/ruby-auth0/pull/437) ([stevehobbsdev](https://github.com/stevehobbsdev))
3959
- [SDK-3863] Add support for Client Assertion in authentication endpoints [\#434](https://github.com/auth0/ruby-auth0/pull/434) ([stevehobbsdev](https://github.com/stevehobbsdev))
4060

4161
**Changed**
62+
4263
- ci: include Ruby 3.2 in test matrix [\#436](https://github.com/auth0/ruby-auth0/pull/436) ([stevehobbsdev](https://github.com/stevehobbsdev))
4364

4465
## [v5.10.0](https://github.com/auth0/ruby-auth0/tree/v5.10.0) (2022-10-10)
66+
4567
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.9.0...v5.10.0)
4668

4769
**Changed**
70+
4871
- Update jwt ~2.5 [\#384](https://github.com/auth0/ruby-auth0/pull/384) ([stevehobbsdev](https://github.com/stevehobbsdev))
4972

5073
**Fixed**
74+
5175
- Stop :get, :delete parameters from bleeding into subsequent requests [\#388](https://github.com/auth0/ruby-auth0/pull/388) ([stevehobbsdev](https://github.com/stevehobbsdev))
5276
- Support complex field names in export_users [\#387](https://github.com/auth0/ruby-auth0/pull/387) ([stevehobbsdev](https://github.com/stevehobbsdev))
5377
- Reconfigure rate limiting exponential backoff [\#386](https://github.com/auth0/ruby-auth0/pull/386) ([stevehobbsdev](https://github.com/stevehobbsdev))
5478

5579
## [v5.9.0](https://github.com/auth0/ruby-auth0/tree/v5.9.0) (2022-08-24)
80+
5681
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.8.1...v5.9.0)
5782

5883
**Added**
84+
5985
- Add Delete All Authenticators API for Users [\#375](https://github.com/auth0/ruby-auth0/pull/375) ([phongnh](https://github.com/phongnh))
6086

6187
**Changed**
88+
6289
- Add include_totals to get connections options [\#357](https://github.com/auth0/ruby-auth0/pull/357) ([stevehobbsdev](https://github.com/stevehobbsdev))
6390

6491
**Fixed**
92+
6593
- Fix typo and remove param that is not used [\#365](https://github.com/auth0/ruby-auth0/pull/365) ([MatthewRDodds](https://github.com/MatthewRDodds))
6694
- correct remove_user_roles doc: roles param is ids, not names [\#359](https://github.com/auth0/ruby-auth0/pull/359) ([gbirchmeier](https://github.com/gbirchmeier))
6795

Gemfile.lock

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.14.1)
4+
auth0 (5.14.2)
55
addressable (~> 2.8)
66
jwt (~> 2.7)
77
rest-client (~> 2.1)
@@ -11,20 +11,20 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (7.0.7.2)
15-
actionview (= 7.0.7.2)
16-
activesupport (= 7.0.7.2)
14+
actionpack (7.0.8)
15+
actionview (= 7.0.8)
16+
activesupport (= 7.0.8)
1717
rack (~> 2.0, >= 2.2.4)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.2.0)
21-
actionview (7.0.7.2)
22-
activesupport (= 7.0.7.2)
21+
actionview (7.0.8)
22+
activesupport (= 7.0.8)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.1, >= 1.2.0)
27-
activesupport (7.0.7.2)
27+
activesupport (7.0.8)
2828
concurrent-ruby (~> 1.0, >= 1.0.2)
2929
i18n (>= 1.6, < 2)
3030
minitest (>= 5.1)
@@ -56,12 +56,12 @@ GEM
5656
erubi (1.12.0)
5757
faker (2.23.0)
5858
i18n (>= 1.8.11, < 2)
59-
ffi (1.15.5)
59+
ffi (1.16.2)
6060
formatador (1.1.0)
6161
fuubar (2.5.1)
6262
rspec-core (~> 3.0)
6363
ruby-progressbar (~> 1.4)
64-
guard (2.18.0)
64+
guard (2.18.1)
6565
formatador (>= 0.2.4)
6666
listen (>= 2.7, < 4.0)
6767
lumberjack (>= 1.0.12, < 2.0)
@@ -96,20 +96,20 @@ GEM
9696
nokogiri (>= 1.12.0)
9797
lumberjack (1.2.9)
9898
method_source (1.0.0)
99-
mime-types (3.4.1)
99+
mime-types (3.5.1)
100100
mime-types-data (~> 3.2015)
101-
mime-types-data (3.2023.0218.1)
101+
mime-types-data (3.2023.0808)
102102
minitest (5.20.0)
103103
multi_json (1.15.0)
104104
nenv (0.3.0)
105105
netrc (0.11.0)
106-
nokogiri (1.15.3-aarch64-linux)
106+
nokogiri (1.15.4-aarch64-linux)
107107
racc (~> 1.4)
108-
nokogiri (1.15.3-arm64-darwin)
108+
nokogiri (1.15.4-arm64-darwin)
109109
racc (~> 1.4)
110-
nokogiri (1.15.3-x86_64-darwin)
110+
nokogiri (1.15.4-x86_64-darwin)
111111
racc (~> 1.4)
112-
nokogiri (1.15.3-x86_64-linux)
112+
nokogiri (1.15.4-x86_64-linux)
113113
racc (~> 1.4)
114114
notiffany (0.1.3)
115115
nenv (~> 0.1)
@@ -129,18 +129,18 @@ GEM
129129
public_suffix (5.0.3)
130130
racc (1.7.1)
131131
rack (2.2.8)
132-
rack-test (0.8.3)
133-
rack (>= 1.0, < 3)
134-
rails-dom-testing (2.1.1)
132+
rack-test (2.1.0)
133+
rack (>= 1.3)
134+
rails-dom-testing (2.2.0)
135135
activesupport (>= 5.0.0)
136136
minitest
137137
nokogiri (>= 1.6)
138138
rails-html-sanitizer (1.6.0)
139139
loofah (~> 2.21)
140140
nokogiri (~> 1.14)
141-
railties (7.0.7.2)
142-
actionpack (= 7.0.7.2)
143-
activesupport (= 7.0.7.2)
141+
railties (7.0.8)
142+
actionpack (= 7.0.8)
143+
activesupport (= 7.0.8)
144144
method_source
145145
rake (>= 12.2)
146146
thor (~> 1.0)
@@ -225,7 +225,7 @@ GEM
225225
crack (>= 0.3.2)
226226
hashdiff (>= 0.4.0, < 2.0.0)
227227
zache (0.13.1)
228-
zeitwerk (2.6.11)
228+
zeitwerk (2.6.12)
229229

230230
PLATFORMS
231231
aarch64-linux

lib/auth0/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# current version of gem
22
module Auth0
3-
VERSION = '5.14.1'.freeze
3+
VERSION = '5.14.2'.freeze
44
end

0 commit comments

Comments
 (0)