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.1 to 0.9.0 #846

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps sequential-storage from 0.6.1 to 0.9.0.

Changelog

Sourced from sequential-storage's changelog.

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

  • Breaking: Data CRC has been upgraded to 32-bit from 16-bit. Turns out 16-bit has too many collisions. This increases the item header size from 6 to 8. The CRC was also moved to the front of the header to aid with shutdown/cancellation issues.
  • When the state is corrupted, many issues can now be repaired with the repair functions in the map and queue modules
  • Made changes to the entire to better survive shutoffs
  • Breaking: Convert API to async first supporting the traits from embedded-storage-async. Flash drivers supporting sequential-storage can be wrapped using BlockingAsync, and a simple blocking executor can be used to call the API from a non-async function.

0.6.2 - 22-12-23

  • Small bug fixes and refactorings including an off-by-one error. Found with added fuzzing from (#13)
Commits

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 Feb 12, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/sequential-storage-0.9.0 branch from ac816bd to 565e965 Compare February 12, 2024 08:54
Bumps [sequential-storage](https://github.com/tweedegolf/sequential-storage) from 0.6.1 to 0.9.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sequential-storage-0.9.0 branch from 565e965 to db9d254 Compare February 12, 2024 16:22
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #849.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/cargo/sequential-storage-0.9.0 branch February 19, 2024 04:39
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.

0 participants