omu / xokul

The Xokul Project
https://xokul.omu.sh
GNU General Public License v3.0
6 stars 0 forks source link

chore(deps): bump msgpack from 1.3.3 to 1.5.3 #589

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps msgpack from 1.3.3 to 1.5.3.

Changelog

Sourced from msgpack's changelog.

2022-05-30 version 1.5.3:

  • Fix deduplication of empty strings when using the freeze: true option.
  • Use rb_hash_new_capa when available (Ruby 3.2) for improved performance when parsing large hashes.

2022-05-27 version 1.5.2:

  • Fix bug about unpacking ext type objects with the recursive option

2022-04-07 version 1.5.1:

  • Fix bug about packing/unpacking ext type objects with the recursive option

2022-04-06 version 1.5.0:

  • Add recursive option on Factory#register_type to operate Packer/Unpacker manually
  • Add oversized_integer_extension option on Factory#register_type to pack/unpack bigint using ext types
  • Add Factory#pool method and Factory::Pool class to provide pooled Packer and Unpacker instances

2022-02-15 version 1.4.5:

  • Fix to create UTF-8 Symbol keys when symbolize_keys: true
  • Fix to assume Symbols as US-ASCII or UTF-8
  • Optimize Packer/Unpacker initialization
  • Optimize extension class lookup
  • Rename Packer#clear as Packer#reset (#clear is still available as an alias)

2022-01-22 version 1.4.4:

  • Specify the build option --platform=8 for older Java platforms

2022-01-20 version 1.4.3:

  • Optimize serialization/deserialization of Symbols
  • Support registering ext types for objects of subclasses of primitive types (like Hash)
  • Add optimized_symbols_parsing option to Factory#register_type on MRI implementation
  • Optimize to deduplicate Hash keys on JRuby
  • Support JRuby 9.3 (and drop 9.1)

2021-02-01 version 1.4.2:

  • Add the required Ruby version (>= 2.4) to avoid compilation errors on older Ruby runtimes
  • Drop the support of old Ruby versions explicitly (1.8, 1.9, 2.0, 2.1, 2.2, 2.3)

2021-01-27 version 1.4.1:

  • Bugfix about the wrong string encoding longer than 256 bytes (#200)

2021-01-27 version 1.4.0:

... (truncated)

Commits
  • 7bc967b Merge pull request #286 from Shopify/release-1.5.3
  • ca96e2e Prepare release 1.5.3
  • cd30c51 Remove some more dead code
  • 1998a32 Merge pull request #285 from Shopify/more-dead-code
  • 96e4ce7 Remove some more rubinius code
  • 9e6ce3d Merge pull request #281 from Shopify/dedup-empty-string
  • b2bf0e0 Merge pull request #259 from Shopify/remove-rubinius-code
  • 007631f Merge pull request #213 from msgpack/remove-compat-macros
  • 23339e0 Merge pull request #275 from Shopify/fix-compaction-test
  • 3afc299 Merge pull request #279 from Shopify/rb-hash-new-capa
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #596.