|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 11 | ## [v5.14.1](https://github.com/auth0/ruby-auth0/tree/v5.14.1) (2023-07-19)
|
| 12 | + |
4 | 13 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.14.0...v5.14.1)
|
5 | 14 |
|
6 | 15 | **Fixed**
|
| 16 | + |
7 | 17 | - chore: should not lowercase org_name claim [\#499](https://github.com/auth0/ruby-auth0/pull/499) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
8 | 18 |
|
9 | 19 | ## [v5.14.0](https://github.com/auth0/ruby-auth0/tree/v5.14.0) (2023-07-13)
|
| 20 | + |
10 | 21 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.13.0...v5.14.0)
|
11 | 22 |
|
12 | 23 | **Added**
|
| 24 | + |
13 | 25 | - [SDK-4386] Support Organization Name in Authorize [\#495](https://github.com/auth0/ruby-auth0/pull/495) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
14 | 26 |
|
15 | 27 | ## [v5.13.0](https://github.com/auth0/ruby-auth0/tree/v5.13.0) (2023-04-24)
|
| 28 | + |
16 | 29 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.12.0...v5.13.0)
|
17 | 30 |
|
18 | 31 | **Added**
|
| 32 | + |
19 | 33 | - [SDK-4142] Add support for /oauth/par [\#470](https://github.com/auth0/ruby-auth0/pull/470) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
20 | 34 |
|
21 | 35 | **Deprecated**
|
| 36 | + |
22 | 37 | - Drop support for 2.7 in CI build [\#467](https://github.com/auth0/ruby-auth0/pull/467) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
23 | 38 |
|
24 | 39 | ## [v5.12.0](https://github.com/auth0/ruby-auth0/tree/v5.12.0) (2023-03-13)
|
| 40 | + |
25 | 41 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.11.0...v5.12.0)
|
26 | 42 |
|
27 | 43 | **Added**
|
| 44 | + |
28 | 45 | - [SDK-4014] User Authentication Method management API support [\#450](https://github.com/auth0/ruby-auth0/pull/450) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
29 | 46 |
|
30 | 47 | **Fixed**
|
| 48 | + |
31 | 49 | - Remove broken FAQ link from README [\#441](https://github.com/auth0/ruby-auth0/pull/441) ([joxxoxo](https://github.com/joxxoxo))
|
32 | 50 |
|
33 | 51 | ## [v5.11.0](https://github.com/auth0/ruby-auth0/tree/v5.11.0) (2023-01-27)
|
| 52 | + |
34 | 53 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.10.0...v5.11.0)
|
35 | 54 |
|
36 | 55 | **Added**
|
| 56 | + |
37 | 57 | - feat: support exchanging OTP codes for tokens [\#438](https://github.com/auth0/ruby-auth0/pull/438) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
38 | 58 | - [SDK-3869] Support client credentials in management client [\#437](https://github.com/auth0/ruby-auth0/pull/437) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
39 | 59 | - [SDK-3863] Add support for Client Assertion in authentication endpoints [\#434](https://github.com/auth0/ruby-auth0/pull/434) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
40 | 60 |
|
41 | 61 | **Changed**
|
| 62 | + |
42 | 63 | - ci: include Ruby 3.2 in test matrix [\#436](https://github.com/auth0/ruby-auth0/pull/436) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
43 | 64 |
|
44 | 65 | ## [v5.10.0](https://github.com/auth0/ruby-auth0/tree/v5.10.0) (2022-10-10)
|
| 66 | + |
45 | 67 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.9.0...v5.10.0)
|
46 | 68 |
|
47 | 69 | **Changed**
|
| 70 | + |
48 | 71 | - Update jwt ~2.5 [\#384](https://github.com/auth0/ruby-auth0/pull/384) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
49 | 72 |
|
50 | 73 | **Fixed**
|
| 74 | + |
51 | 75 | - Stop :get, :delete parameters from bleeding into subsequent requests [\#388](https://github.com/auth0/ruby-auth0/pull/388) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
52 | 76 | - Support complex field names in export_users [\#387](https://github.com/auth0/ruby-auth0/pull/387) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
53 | 77 | - Reconfigure rate limiting exponential backoff [\#386](https://github.com/auth0/ruby-auth0/pull/386) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
54 | 78 |
|
55 | 79 | ## [v5.9.0](https://github.com/auth0/ruby-auth0/tree/v5.9.0) (2022-08-24)
|
| 80 | + |
56 | 81 | [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.8.1...v5.9.0)
|
57 | 82 |
|
58 | 83 | **Added**
|
| 84 | + |
59 | 85 | - Add Delete All Authenticators API for Users [\#375](https://github.com/auth0/ruby-auth0/pull/375) ([phongnh](https://github.com/phongnh))
|
60 | 86 |
|
61 | 87 | **Changed**
|
| 88 | + |
62 | 89 | - Add include_totals to get connections options [\#357](https://github.com/auth0/ruby-auth0/pull/357) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
63 | 90 |
|
64 | 91 | **Fixed**
|
| 92 | + |
65 | 93 | - Fix typo and remove param that is not used [\#365](https://github.com/auth0/ruby-auth0/pull/365) ([MatthewRDodds](https://github.com/MatthewRDodds))
|
66 | 94 | - 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))
|
67 | 95 |
|
|
0 commit comments