⬆️ Bump msgpack from 0.5.6 to 1.0.0
Bumps msgpack from 0.5.6 to 1.0.0.
Changelog
Sourced from msgpack's changelog.
1.0.0
Release Date: 2020-02-17
- Remove Python 2 support from the
msgpack/_cmsgpack.msgpack/fallbackstill supports Python 2.- Remove
encodingoption from the Packer and Unpacker.- Unpacker: The default value of
max_buffer_typeis changed to 100MiB.- Unpacker:
strict_map_keyis True by default now.- Unpacker: String map keys are interned.
- Drop old buffer protocol support.
- Support Timestamp type.
- Support serializing and decerializing
datetimeobject with tzinfo.- Unpacker:
Fix Unpacker.read_bytes()in fallback implementation. (#352)0.6.2
Release Date: 2019-09-20
- Support Python 3.8.
- Update Cython to 0.29.13 for support Python 3.8.
- Some small optimizations.
0.6.1
Release Date: 2019-01-25
This release is for mitigating pain caused by v0.6.0 reduced max input limits for security reason.
unpackb(data)configuresmax_*_lenoptions fromlen(data), instead of static default sizes.Unpacker(max_buffer_len=N)configuresmax_*_lenoptions fromN, instead of static default sizes.max_bin_len,max_str_len, andmax_ext_lenare deprecated. Since this is minor release, it's document only deprecation.0.6.0
Release Date: 2018-11-30
This release contains some backward incompatible changes for security reason (DoS).
Important changes
... (truncated)
- unpacker: Default value of input limits are smaller than before to avoid DoS attack. If you need to handle large data, you need to specify limits manually. (#319)
- Unpacker doesn't wrap underlaying
ValueError(includingUnicodeError) intoUnpackValueError. If you want to catch all exception during unpack, you need to usetry ... except Exceptionwith minimum try code block. (#323, #233)PackValueErrorandPackOverflowErrorare also removed. You need to catch normalValueErrorandOverflowError. (#323, #233)- Unpacker has
strict_map_keyoption now. When it is true, only bytes and str (unicode in Python 2) are allowed for map keys. It is recommended to avoid hashdos. Default value of this option is False for backward compatibility reason. But it will be changed True in 1.0. (#296, #334)
Commits
fa7d7441.0.064f5988Add notefcb19a0Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so (#407)cd6561dbuild: Don't test C extension on CPython 2.7 under Tox (#406)f0952f1travis: Python 3.9 is the new dev version. (#405)9d79351Add some test for timestamp (#403)ff1f5f8README: `` -> `0dad821Fix markdown2495099Remove broken example1bd6fc3Update README.md (#402)- 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.