-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Backward Non-compabile changes between 2.0.0-beta.3 and 2.0.0-rc3 #724
Comments
Relevant PR: #625 That PR ends with:
So I think this option is still open |
One question I have is why you would want to care if bincode writes array lengths or not. What is your use case? |
I am not a direct user so cannot comment on that. If the user shouldn't
care, why was this struct exposed to the public?
…On Thu, Oct 3, 2024 at 9:40 PM Trangar ***@***.***> wrote:
One question I have is why you would want to care if bincode writes array
lengths or not. What is your use case?
—
Reply to this email directly, view it on GitHub
<#724 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7YZSCVFCAQM3E6FHVXMUDZZYL4XAVCNFSM6AAAAABPKD6Q3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJSHAYDQNZUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
That's why we removed it 😄 |
Backwards compatibility is not something we guarantee before the final stable release of 2.0. If absolute stability is necessary the 1.0 branch should be used instead. |
It seems between these releases the following
was removed. This is a breaking change since clients could be using the struct in their code. Could this be fixed?
The text was updated successfully, but these errors were encountered: