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

Bump sequential-storage from 0.6.2 to 3.0.1 #155

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps sequential-storage from 0.6.2 to 3.0.1.

Changelog

Sourced from sequential-storage's changelog.

3.0.1 25-07-24

  • Add defmt attributes to cache types.

3.0.0 17-07-24

  • Breaking: Map keys are now always passed by reference. This avoids extra cloning and memory use for bigger keys.
  • Added space_left function for queue
  • Added a new map::remove_all_items() API to remove all stored items in flash.

This release is 'disk'-compatible with 2.0

2.0.2 07-05-24

  • Added check for too big items that won't ever fit in flash so it returns a good clear error.

2.0.1 06-05-24

  • Implemented the get_len function for all built-in key types

2.0.0 06-05-24

  • Breaking: Made the cache API a bit more strict. Caches now always have to be passed as a mutable reference. The API before would lead to a lot of extra unncesessary binary size.
  • Breaking: Removed the StorageItem trait in favor of two separate Key and Value traits. This helps cut binary size and is closer to what users of the map APIs were expecting.
  • Breaking: The error type is no longer generic over the Item error. That error variant has been renamed SerializationError and carries a predefined error subtype.
  • Added erase_all function as a helper to erase the flash in a region.
  • Breaking: Changed the way that queue iteration works. Now there's an iter function instead of two separate peek_many and pop_many functions. The new iter returns an entry from which you can get the data that was just peeked. If you want to pop it, then call the pop function on the entry.
  • Added arrayvec feature that when activated impls the Key trait for ArrayVec and ArrayString.

1.0.0 01-03-24

  • Breaking: Corruption repair is automatic now! The repair functions have been made private.
  • Breaking: There's now only one error type. MapError has been retired and the main error type now carries the Item error as well. The queue uses Infallable as the item error type.
  • Breaking: The feature defmt has been renamed defmt-03 to avoid a future breaking change.
  • Added std feature that implements the error trait for the error enum
  • This release is flash compatible downto version 0.7

0.9.1 13-02-24

  • Added remove_item to map

0.9.0 11-02-24

  • Breaking: Storage item key must now also be clone
  • Added KeyPointerCache which significantly helps out the map

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [sequential-storage](https://github.com/tweedegolf/sequential-storage) from 0.6.2 to 3.0.1.
- [Changelog](https://github.com/tweedegolf/sequential-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tweedegolf/sequential-storage/commits)

---
updated-dependencies:
- dependency-name: sequential-storage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@jordens jordens closed this Aug 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/sequential-storage-3.0.1 branch August 29, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant