Skip to content

Commit 06d48e8

Browse files
docs: add v6.0.0.beta.0 announcement to README (#723)
2 parents be169ca + 1d34e7d commit 06d48e8

2 files changed

Lines changed: 21 additions & 16 deletions

File tree

Gemfile.lock

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ GEM
2424
securerandom (>= 0.3)
2525
tzinfo (~> 2.0, >= 2.0.5)
2626
uri (>= 0.13.1)
27-
addressable (2.8.9)
27+
addressable (2.9.0)
2828
public_suffix (>= 2.0.2, < 8.0)
2929
ast (2.4.3)
3030
base64 (0.3.0)
31-
bigdecimal (4.0.1)
31+
bigdecimal (4.1.2)
3232
coderay (1.1.3)
3333
concurrent-ruby (1.3.6)
3434
connection_pool (3.0.2)
@@ -79,10 +79,7 @@ GEM
7979
i18n (1.14.8)
8080
concurrent-ruby (~> 1.0)
8181
io-console (0.8.2)
82-
json (2.19.2)
83-
json-schema (6.2.0)
84-
addressable (~> 2.8)
85-
bigdecimal (>= 3.1, < 5)
82+
json (2.19.4)
8683
jwt (2.10.2)
8784
base64
8885
language_server-protocol (3.17.0.5)
@@ -93,8 +90,6 @@ GEM
9390
rb-inotify (~> 0.9, >= 0.9.10)
9491
logger (1.7.0)
9592
lumberjack (1.4.2)
96-
mcp (0.8.0)
97-
json-schema (>= 4.1)
9893
method_source (1.1.0)
9994
mime-types (3.7.0)
10095
logger
@@ -108,8 +103,8 @@ GEM
108103
notiffany (0.1.3)
109104
nenv (~> 0.1)
110105
shellany (~> 0.0)
111-
parallel (1.27.0)
112-
parser (3.3.10.2)
106+
parallel (2.1.0)
107+
parser (3.3.11.1)
113108
ast (~> 2.4.1)
114109
racc
115110
pp (0.6.3)
@@ -122,13 +117,13 @@ GEM
122117
reline (>= 0.6.0)
123118
public_suffix (7.0.5)
124119
racc (1.8.1)
125-
rack (3.2.5)
120+
rack (3.2.6)
126121
rainbow (3.1.1)
127122
rake (13.3.1)
128123
rb-fsevent (0.11.2)
129124
rb-inotify (0.11.1)
130125
ffi (~> 1.0)
131-
regexp_parser (2.11.3)
126+
regexp_parser (2.12.0)
132127
reline (0.6.3)
133128
io-console (~> 0.5)
134129
rest-client (2.1.0)
@@ -151,12 +146,11 @@ GEM
151146
diff-lcs (>= 1.2.0, < 2.0)
152147
rspec-support (~> 3.13.0)
153148
rspec-support (3.13.7)
154-
rubocop (1.85.1)
149+
rubocop (1.86.1)
155150
json (~> 2.3)
156151
language_server-protocol (~> 3.17.0.2)
157152
lint_roller (~> 1.1.0)
158-
mcp (~> 0.6)
159-
parallel (~> 1.10)
153+
parallel (>= 1.10)
160154
parser (>= 3.3.0.2)
161155
rainbow (>= 2.2.2, < 4.0)
162156
regexp_parser (>= 2.9.3, < 3.0)
@@ -194,7 +188,7 @@ GEM
194188
unicode-emoji (4.2.0)
195189
uri (1.1.1)
196190
vcr (6.4.0)
197-
webmock (3.26.1)
191+
webmock (3.26.2)
198192
addressable (>= 2.8.0)
199193
crack (>= 0.3.2)
200194
hashdiff (>= 0.4.0, < 2.0.0)

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Ruby API client for the [Auth0](https://auth0.com) platform.
1313
📚 <a href="#documentation">Documentation</a> - 🚀 <a href="#getting-started">Getting started</a> - 💻 <a href="#api-reference">API reference</a> - 💬 <a href="#feedback">Feedback</a>
1414
</div>
1515

16+
> [!NOTE]
17+
> **[v6.0.0.beta.0](https://github.com/auth0/ruby-auth0/releases/tag/v6.0.0.beta.0) is now available!** This release features a completely rewritten Management API client, auto-generated from the Auth0 OpenAPI spec using [Fern](https://buildwithfern.com/), with strongly-typed responses, built-in pagination, and automatic token management.
18+
>
19+
> ```bash
20+
> gem install auth0 --pre
21+
> ```
22+
>
23+
> We'd love your feedback - please [open an issue](https://github.com/auth0/ruby-auth0/issues/new) if you encounter any problems.
24+
>
25+
> 📖 [Migration Guide](https://github.com/auth0/ruby-auth0/blob/v6/v6_MIGRATION_GUIDE.md) ・ [Changelog](https://github.com/auth0/ruby-auth0/blob/v6/CHANGELOG.md) ・ [API Reference](https://github.com/auth0/ruby-auth0/blob/v6/reference.md)
26+
1627
## Documentation
1728
1829
- [API documentation](https://www.rubydoc.info/gems/auth0) - documentation auto-generated from the code comments that explains all the available features

0 commit comments

Comments
 (0)