distributedlog
distributedlog copied to clipboard
Bump addressable from 2.5.2 to 2.8.4 in /website/docs/latest
Bumps addressable from 2.5.2 to 2.8.4.
Changelog
Sourced from addressable's changelog.
Addressable 2.8.4
- Restore
Addressable::IDNA.unicode_normalize_kcas a deprecated method (#504)#504: sporkmonger/addressable#504
Addressable 2.8.3
#499: sporkmonger/addressable#499 #498: sporkmonger/addressable#498
Addressable 2.8.2
- Improve cache hits and JIT friendliness (#486)
- Improve code style and test coverage (#482)
- Ensure reset of deferred validation (#481)
- Resolve normalization differences between
IDNA::NativeandIDNA::Pure(#408, #492)- Remove redundant colon in
Addressable::URI::CharacterClasses::AUTHORITYregex (#438) (accidentally reverted by #449 merge but added back in #492)#492: sporkmonger/addressable#492
Addressable 2.8.1
- refactor
Addressable::URI.normalize_pathto address linter offenses (#430)- update gemspec to reflect supported Ruby versions (#466, #464, #463)
- compatibility w/ public_suffix 5.x (#466, #465, #460)
- fixes "invalid byte sequence in UTF-8" exception when unencoding URLs containing non UTF-8 characters (#459)
Ractorcompatibility (#449)- use the whole string instead of a single line for template match (#431)
- force UTF-8 encoding only if needed (#341)
#449: sporkmonger/addressable#449 #460: sporkmonger/addressable#460 #463: sporkmonger/addressable#463 #464: sporkmonger/addressable#464 #465: sporkmonger/addressable#465 #466: sporkmonger/addressable#466
Addressable 2.8.0
- fixes ReDoS vulnerability in Addressable::Template#match
- no longer replaces
+with spaces in queries for non-http(s) schemes- fixed encoding ipv6 literals
- the
:compactedflag fornormalized_querynow dedupes parameters- fix broken
escape_componentalias- dropping support for Ruby 2.0 and 2.1
- adding Ruby 3.0 compatibility for development tasks
- drop support for
rack-mountand remove Addressable::Template#generate- performance improvements
- switch CI/CD to GitHub Actions
Addressable 2.7.0
- added
:compactedflag tonormalized_query
... (truncated)
Commits
e91b64eUpdate version, gemspec, and CHANGELOG for 2.8.4 (#505)b460cb7restore unicode_normalize_kc as a deprecated method (#504)68c60e3Update version, gemspec, and CHANGELOG for 2.8.3 (#503)bfafba8Simplify template specs by removing the 1.8 unordered hash fix (#500)c00d58bFix template expand level 2 hash support for non-string objects (#499)bcaf766Correct files list in gemspec (#497)5622589Update version, gemspec, and CHANGELOG for 2.8.2 (#495)5c22f25Merge pull request #492 from jarthod/fix-null-normalization-4081998e06Use ruby unicode normalize to avoid libidn C problems and heavy legacy ruby code1fdd676CI: remove truffleruby-21.3 from matrix (#490)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.