Skip to content

0.35.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 15:34
· 78 commits to main since this release
2c18f38

Release notes

Enhancements

  • Documented AsyncMetadataDecoder::decode, AsyncDecoder::new, and
    AsyncDecoder::with_upgrade_policy() as now being cancellation safe
  • Added DbnFsm::reset() method that resets state to facilitate reuse
  • Added DbnFsm::has_decoded_metadata() method to check the internal
    state

Bug fixes

  • Fixed behavior where encoding metadata could lower the version
  • Changed DbnFsm::data() to exclude all processed data
  • Fixed Metadata::upgrade() behavior with UpgradeToV2