Skip to content

Releases: auth0/ruby-auth0

v5.18.1

13 Mar 07:21
771e5b4

Choose a tag to compare

Fixed

  • Fixed a bug where passing an array as a request payload would delete its contents, causing API calls with array parameters to silently send empty data. (#697)

Changed

  • Updated zache from 0.13.2 to 0.15.2
  • Updated jwt from 2.9.3 to 2.10.2
  • Updated addressable from 2.8.7 to 2.8.8

Security

  • Removed unused coveralls and irb dev dependencies, eliminating OS Command Injection vulnerability in thor introduced transitively via coveralls
  • Replaced dotenv-rails with standalone dotenv, removing the full Rails transitive dependency chain and resolving 5 XSS vulnerabilities in rails-html-sanitizer
  • Upgraded rexml to 3.4.4 (via simplecov-cobertura and webmock upgrades) to fix XML Entity Expansion vulnerability

v5.18.0

03 Dec 07:54
aed1d67

Choose a tag to compare

Added

v5.17.0

28 May 15:57
784cc13

Choose a tag to compare

Added

v5.16.0

13 Nov 17:15
81f1eac

Choose a tag to compare

Added

v5.15.0

30 Oct 16:51
7c5556b

Choose a tag to compare

Added

v5.14.2

03 Oct 10:12
f7a33a7

Choose a tag to compare

Fixed

  • [API] trigger_id and action_name parameters for create_action endpoint are now optional #478 (rapito)

v5.14.1

19 Jul 09:41
37f00a6

Choose a tag to compare

Fixed

v5.14.0

13 Jul 09:42
f23db58

Choose a tag to compare

Added

v5.13.0

24 Apr 13:56
a1f9e01

Choose a tag to compare

Added

Deprecated

v5.12.0

13 Mar 13:03
ab2e362

Choose a tag to compare

Added

Fixed