From 48c1ad2e1e39da37960fdc91406e8ec9599ca869 Mon Sep 17 00:00:00 2001 From: arpit-jain_atko Date: Wed, 11 Mar 2026 18:13:46 +0530 Subject: [PATCH] Release v5.18.1 --- .version | 2 +- CHANGELOG.md | 12 ++++ Gemfile.lock | 127 ++++++++++++++++++++++++------------------- lib/auth0/version.rb | 2 +- 4 files changed, 86 insertions(+), 57 deletions(-) diff --git a/.version b/.version index 0c3d7691..14cfbd71 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.18.0 \ No newline at end of file +v5.18.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 604aa6cd..22dd98d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v5.18.1](https://github.com/auth0/ruby-auth0/tree/v5.18.1) (2026-03-11) +[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.18.0...v5.18.1) + +**Changed** +- chore(deps): bump zache from 0.15.0 to 0.15.2 [\#691](https://github.com/auth0/ruby-auth0/pull/691) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore(deps): bump jwt from 2.9.3 to 2.10.2 [\#682](https://github.com/auth0/ruby-auth0/pull/682) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore(deps): bump addressable from 2.8.7 to 2.8.8 [\#686](https://github.com/auth0/ruby-auth0/pull/686) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore(deps): bump zache from 0.13.2 to 0.15.0 [\#649](https://github.com/auth0/ruby-auth0/pull/649) ([dependabot[bot]](https://github.com/apps/dependabot)) + +**Fixed** +- fix deleting array content when passing an array as payload [\#697](https://github.com/auth0/ruby-auth0/pull/697) ([carlastabile](https://github.com/carlastabile)) + ## [v5.18.0](https://github.com/auth0/ruby-auth0/tree/v5.18.0) (2024-11-25) [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.17.0...v5.18.0) diff --git a/Gemfile.lock b/Gemfile.lock index 7d2f05bf..35a2d5ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - auth0 (5.18.0) + auth0 (5.18.1) addressable (~> 2.8) jwt (~> 2.7) rest-client (~> 2.1) @@ -40,7 +40,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.8) + addressable (2.8.9) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) @@ -55,7 +55,7 @@ GEM simplecov (>= 0.7) term-ansicolor thor - crack (1.0.0) + crack (1.0.1) bigdecimal rexml crass (1.0.6) @@ -68,27 +68,29 @@ GEM dotenv (= 2.8.1) railties (>= 3.2) drb (2.2.3) - erb (6.0.1) - erubi (1.13.0) + erb (6.0.2) + erubi (1.13.1) faker (2.23.0) i18n (>= 1.8.11, < 2) - ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-aarch64-linux-musl) - ffi (1.17.0-arm-linux-gnu) - ffi (1.17.0-arm-linux-musl) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86-linux-gnu) - ffi (1.17.0-x86-linux-musl) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - ffi (1.17.0-x86_64-linux-musl) - formatador (1.1.0) + ffi (1.17.3-aarch64-linux-gnu) + ffi (1.17.3-aarch64-linux-musl) + ffi (1.17.3-arm-linux-gnu) + ffi (1.17.3-arm-linux-musl) + ffi (1.17.3-arm64-darwin) + ffi (1.17.3-x86-linux-gnu) + ffi (1.17.3-x86-linux-musl) + ffi (1.17.3-x86_64-darwin) + ffi (1.17.3-x86_64-linux-gnu) + ffi (1.17.3-x86_64-linux-musl) + formatador (1.2.3) + reline fuubar (2.5.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - guard (2.19.0) + guard (2.20.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) + logger (~> 1.6) lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) @@ -100,39 +102,48 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - hashdiff (1.1.2) + hashdiff (1.2.1) http-accept (1.7.0) - http-cookie (1.0.7) + http-cookie (1.1.0) domain_name (~> 0.5) i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.2) - irb (1.16.0) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.18.0) + json (2.19.1) + json-schema (6.2.0) + addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) jwt (2.10.2) base64 language_server-protocol (3.17.0.5) lint_roller (1.1.0) - listen (3.9.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - loofah (2.23.1) + loofah (2.25.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - lumberjack (1.2.10) + lumberjack (1.4.2) + mcp (0.8.0) + json-schema (>= 4.1) method_source (1.1.0) - mime-types (3.6.0) + mime-types (3.7.0) logger - mime-types-data (~> 3.2015) - mime-types-data (3.2024.1105) + mime-types-data (~> 3.2025, >= 3.2025.0507) + mime-types-data (3.2026.0303) mini_portile2 (2.8.9) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) - multi_json (1.15.0) + mize (0.6.1) + multi_json (1.19.1) nenv (0.3.0) netrc (0.11.0) nokogiri (1.19.1) @@ -158,36 +169,37 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.27.0) - parser (3.3.10.1) + parser (3.3.10.2) ast (~> 2.4.1) racc pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.8.0) - pry (0.15.0) + prism (1.9.0) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) + reline (>= 0.6.0) psych (5.3.1) date stringio - public_suffix (7.0.0) + public_suffix (7.0.5) racc (1.8.1) rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) - loofah (~> 2.21) - nokogiri (~> 1.14) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (8.1.2) actionpack (= 8.1.2) activesupport (= 8.1.2) @@ -202,10 +214,12 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort + readline (0.0.4) + reline regexp_parser (2.11.3) reline (0.6.3) io-console (~> 0.5) @@ -215,7 +229,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retryable (3.0.5) - rexml (3.3.9) + rexml (3.4.4) rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -225,22 +239,23 @@ GEM rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.6) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.6) - rubocop (1.82.1) + rspec-support (3.13.7) + rubocop (1.85.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) + mcp (~> 0.6) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.48.0, < 2.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-rails (2.34.3) @@ -256,20 +271,22 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) + simplecov-cobertura (3.1.0) rexml simplecov (~> 0.19) - simplecov-html (0.13.1) + simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) stringio (3.2.0) sync (0.5.0) - term-ansicolor (1.11.2) - tins (~> 1.0) + term-ansicolor (1.11.3) + tins (~> 1) terminal-notifier-guard (1.7.0) - thor (1.3.2) + thor (1.5.0) timecop (0.9.10) - tins (1.37.0) + tins (1.52.0) bigdecimal + mize (~> 0.6) + readline sync tsort (0.2.0) tzinfo (2.0.6) @@ -278,14 +295,14 @@ GEM unicode-emoji (~> 4.1) unicode-emoji (4.2.0) uri (1.1.1) - useragent (0.16.10) + useragent (0.16.11) vcr (6.4.0) - webmock (3.24.0) + webmock (3.26.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) zache (0.15.2) - zeitwerk (2.7.1) + zeitwerk (2.7.5) PLATFORMS aarch64-linux diff --git a/lib/auth0/version.rb b/lib/auth0/version.rb index c68362ba..cc54b321 100644 --- a/lib/auth0/version.rb +++ b/lib/auth0/version.rb @@ -1,4 +1,4 @@ # current version of gem module Auth0 - VERSION = '5.18.0'.freeze + VERSION = '5.18.1'.freeze end