Skip to content

Conversation

@newpavlov
Copy link
Member

@newpavlov newpavlov commented Nov 7, 2025

Added

  • ReadBuffer type (#823)
  • Optional implementation of the Zeroize trait (#963)
  • Generic serialize and deserialize methods (#1200)
  • ReadBuffer::{read_cached, write_block, reset} methods (#1201)

Changed

  • Block sizes must be bigger than 0 and smaller than 256.
    This is enforced using compile-time monomorphization errors. (#1115)
  • Size of EagerBuffer is equal to buffer size, while previously it was equal
    to buffer size plus one byte (#823)
  • Edition changed to 2024 and MSRV bumped to 1.85 (#1149)

Removed

  • EagerBuffer::set_data method. Use the ReadBuffer type instead. (#823)

@newpavlov newpavlov merged commit bef1d6d into master Nov 7, 2025
98 checks passed
@newpavlov newpavlov deleted the release/block-buffer-v0.11.0 branch November 7, 2025 17:10
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.

3 participants