Skip to content

Conversation

@newpavlov
Copy link
Member

@newpavlov newpavlov commented Feb 21, 2025

No description provided.

@newpavlov newpavlov requested a review from tarcieri February 21, 2025 09:02
@newpavlov newpavlov merged commit 1701e2a into master Feb 21, 2025
90 checks passed
@newpavlov newpavlov deleted the edition_upgrade branch February 21, 2025 18:18
newpavlov added a commit that referenced this pull request Feb 22, 2025
### Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
- Relax MSRV policy and allow MSRV bumps in patch releases

[#1149]: #1149
@tarcieri tarcieri mentioned this pull request Aug 4, 2025
tarcieri added a commit that referenced this pull request Aug 6, 2025
### Changed
- Migrated from `generic-array` to `hybrid-array` (#944)
- Edition changed to 2024 and MSRV bumped to 1.85 (#1149)
- Seal the `Dbl` trait (#1198)
@tarcieri tarcieri mentioned this pull request Sep 10, 2025
tarcieri added a commit that referenced this pull request Sep 10, 2025
### Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#1149)
newpavlov added a commit that referenced this pull request Oct 6, 2025
### Added
- `Padding::pad_detached` method ([#1225])

### Changed
- Migrated from `generic-array` to `hybrid-array` ([#944])
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
- Merged `RawPadding` and `Padding` traits ([#1217])
- Renamed `UnpadError` to `Error` ([#1225])

### Removed
- `Block` type alias ([#1217])
- `PadType` enum and associated type on the `Padding` trait ([#1225])

[#944]: #944
[#1149]: #1149
[#1217]: #1217
[#1225]: #1225
@newpavlov newpavlov mentioned this pull request Oct 6, 2025
newpavlov added a commit that referenced this pull request Oct 6, 2025
### Changed
- Migrated from `generic-array` to `hybrid-array` ([#944])
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])

### Added
- `InOut::into_out` and `InOutBufReserved::into_out` methods ([#1132])
- `InOutBufReserved::split_reserved` method ([#1133])
- `InOut::into_out_with_copied_in` and
`InOutBuf::into_out_with_copied_in` methods ([#1169])

[#944]: #944
[#1132]: #1132
[#1133]: #1133
[#1149]: #1149
[#1169]: #1169
@newpavlov newpavlov mentioned this pull request Oct 8, 2025
newpavlov added a commit that referenced this pull request Oct 8, 2025
### Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
- Replaced iterators with `const fn` parsing ([#1187])
- Format of the file. File header now contains total number of stored
blobs. ([#1207])

[#1149]: #1149
[#1187]: #1187
[#1207]: #1207
newpavlov added a commit that referenced this pull request 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])

[#823]: #823
[#963]: #963
[#1115]: #1115
[#1115]: #1116
[#1149]: #1149
[#1200]: #1200
[#1201]: #1201
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.

2 participants