Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow msgpack (0.6 <= v < 2.0) #156

Merged
merged 2 commits into from Mar 23, 2023
Merged

Allow msgpack (0.6 <= v < 2.0) #156

merged 2 commits into from Mar 23, 2023

Conversation

kalzoo
Copy link
Contributor

@kalzoo kalzoo commented Mar 23, 2023

Thanks to @jamesclark-Zapata for the original change. This is long overdue - support for msgpack >= 1.0.

The strict_map_key kwarg was already supported as of v0.6.2, its default value just changed at v1.0. So, I've left 0.6.2 supported and just bumped the upper bound so that this isn't a breaking change and won't trade one set of incompatibilities for another. rpcq is on the way out from most production use cases shortly so this should be plenty of headroom to get it to EOL.

@kalzoo kalzoo requested a review from a team as a code owner March 23, 2023 01:36
raw=False,
max_bin_len=max_bin_len,
max_str_len=max_str_len,
strict_map_key=False,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants