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

build(deps): bump sequential-storage from 0.6.2 to 2.0.2 #896

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps sequential-storage from 0.6.2 to 2.0.2.

Changelog

Sourced from sequential-storage's changelog.

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

0.8.1 07-02-24

  • Added new PagePointerCache that caches more than the PageStateCache. See the readme for more details.

0.8.0 05-12-24

  • Breaking: The item to store is now passed by reference to Map store_item
  • Breaking: Added cache options to the functions to speed up reading the state of the flash. To retain the old behaviour you can pass the NoCache type as the cache parameter.
  • Removed defmt logging since that wasn't being maintained. The format impl for the errors remain.

0.7.0 10-01-24

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sequential-storage [>= 1.a, < 2]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/sequential-storage-2.0.2 branch 2 times, most recently from 3bd5527 to 59dc1a2 Compare May 22, 2024 15:56
Bumps [sequential-storage](https://github.com/tweedegolf/sequential-storage) from 0.6.2 to 2.0.2.
- [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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sequential-storage-2.0.2 branch from 59dc1a2 to aaf8ef7 Compare May 22, 2024 16:32
@jordens
Copy link
Member

jordens commented May 29, 2024

#884

@jordens jordens closed this May 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 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.

@jordens jordens deleted the dependabot/cargo/sequential-storage-2.0.2 branch May 29, 2024 16:28
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.

None yet

1 participant