SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
Changelog for
ruby2.7-rubygem-addressable-2.8.7-52.1.x86_64.rpm
:
* Tue Jul 16 2024 Dan Čermák
- # Addressable 2.8.7
- Allow `public_suffix` 6 ([#535]) [#535]: https://github.com/sporkmonger/addressable/pull/535
* Mon Dec 25 2023 Илья Индиго
- Updated to 2.8.6
* Memoize regexps for common character classes.
* Thu Nov 02 2023 Dan Čermák
- # Addressable 2.8.5- Fix thread safety issue with encoding tables ([#515])- Define URI::NONE as a module to avoid serialization issues ([#509])- Fix YAML serialization ([#508]) [#508]: https://github.com/sporkmonger/addressable/pull/508 [#509]: https://github.com/sporkmonger/addressable/pull/509 [#515]: https://github.com/sporkmonger/addressable/pull/515
* Sat Jun 10 2023 Andrea Manzini
- updated to version 2.8.4
* Restore Addressable::IDNA.unicode_normalize_kc as a deprecated method- updated to version 2.8.3
* Fix template expand level 2 hash support for non-string objects- updated to version 2.8.2
* Improve cache hits and JIT friendliness
* Improve code style and test coverage
* Ensure reset of deferred validation
* Resolve normalization differences between IDNA::Native and IDNA::Pure
* Remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY
* Fri Aug 26 2022 Manuel Schnitzer
- updated to version 2.8.1
* refactor `Addressable::URI.normalize_path` to address linter offenses ([#430](https://github.com/sporkmonger/addressable/pull/430))
* remove redundant colon in `Addressable::URI::CharacterClasses::AUTHORITY` regex ([#438](https://github.com/sporkmonger/addressable/pull/438))
* 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](https://github.com/sporkmonger/addressable/pull/459))
* `Ractor` compatibility ([#449](https://github.com/sporkmonger/addressable/pull/449))
* use the whole string instead of a single line for template match ([#431](https://github.com/sporkmonger/addressable/pull/431))
* force UTF-8 encoding only if needed ([#341](https://github.com/sporkmonger/addressable/pull/341)) [#460]: https://github.com/sporkmonger/addressable/pull/460 [#463]: https://github.com/sporkmonger/addressable/pull/463 [#464]: https://github.com/sporkmonger/addressable/pull/464 [#465]: https://github.com/sporkmonger/addressable/pull/465 [#466]: https://github.com/sporkmonger/addressable/pull/466
* Sat Jul 10 2021 Manuel Schnitzer
- updated to version 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 `:compacted` flag for `normalized_query` now dedupes parameters
* fix broken `escape_component` alias
* dropping support for Ruby 2.0 and 2.1
* adding Ruby 3.0 compatibility for development tasks
* drop support for `rack-mount` and remove Addressable::Template#generate
* performance improvements
* switch CI/CD to GitHub Actions
* Mon Sep 02 2019 Dan Čermák
- New upstream release 2.7.0
* added `:compacted` flag to `normalized_query`
* `heuristic_parse` handles `mailto:` more intuitively
* refactored validation to use a prepended module
* dropped explicit support for JRuby 9.0.5.0
* compatibility w/ public_suffix 4.x
* performance improvements
* Wed Aug 07 2019 Dan Čermák
- Update public_suffix gem dependency to < 5.0
* Fri Feb 08 2019 mschnitzerAATTsuse.com- updated to version 2.6.0
* added `tld=` method to allow assignment to the public suffix
* most `heuristic_parse` patterns are now case-insensitive
* `heuristic_parse` handles more `file://` URI variations
* fixes bug in `heuristic_parse` when uri starts with digit
* fixes bug in `request_uri=` with query strings
* fixes template issues with `nil` and `?` operator
* `frozen_string_literal` pragmas added
* minor performance improvements in regexps
* fixes to eliminate warnings
* Sun Sep 03 2017 cooloAATTsuse.com- updated to version 2.5.2 see installed CHANGELOG.md [#] Addressable 2.5.2 - better support for frozen string literals - fixed bug w/ uppercase characters in scheme - IDNA errors w/ emoji URLs - compatibility w/ public_suffix 3.x