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

chore: update rust crate rkyv to v0.8.8 - autoclosed #36

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2024

This PR contains the following updates:

Package Type Update Change
rkyv workspace.dependencies patch 0.8.0-alpha.2 -> 0.8.8

Release Notes

rkyv/rkyv (rkyv)

v0.8.8

Compare Source

  • Fixes auto copy optimization referring to generated types with as = ...

Full Changelog: rkyv/rkyv@0.8.7...0.8.8

v0.8.7

Compare Source

  • Removes an unused lifetime from the high- and low-level API serializer types.

Full Changelog: rkyv/rkyv@0.8.6...0.8.7

v0.8.6

Compare Source

What's Changed

New Contributors

Full Changelog: rkyv/rkyv@0.8.5...0.8.6

v0.8.5

Compare Source

This bugfix release only includes performance optimizations.

Full Changelog: rkyv/rkyv@0.8.4...0.8.5

v0.8.4

Compare Source

What's Changed

  • Support missing enum variants on remote derives by @​MaxOhn in https://github.com/rkyv/rkyv/pull/553
  • Removed a stale reference to ArchivedAlignedVec
  • Fixed a panic caused by serializing hashmaps of large elements
  • Reduced branching when writing inline strings (~15% ser improvement on log benchmark)

Full Changelog: rkyv/rkyv@0.8.3...0.8.4

v0.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: rkyv/rkyv@0.8.2...0.8.3

v0.8.2

Compare Source

This bugfix release addresses the following issues:

  • #​548 Makes the AsVec wrapper compatible with any choice of hasher
  • #​549 Access pointer validation fails for nested HashMaps

v0.8.1

Compare Source

This bugfix release corrects an infinite loop in hash map probing.

v0.8.0

It's finally here! A ton of stuff has changed, so here are some highlights:

  • API free functions are now more ergonomic and consistently-named. See to_bytes, from_bytes, access, and everything else!
  • rkyv now provides separate "API levels" for high-level Rust code and low-level Rust code.
  • Error handling has been completely overhauled with the introduction of rancor. Validation, serialization, and deserialization all now accept error type parameters so you can choose how you want errors to accumulate.
  • rkyv now supports remote derive! Read all about it in the book.
  • Unaligned primitives are now supported via the unaligned feature. If you choose, no more worrying about buffer alignment!
  • Native endianness is no more. rkyv now defaults to little-endian, aligned, and 32-bit relative pointers. Use the format control features to change them if you want.
  • A few semver-affecting soundness issues have been fixed. rkyv should now really truly and always generate cross-platform buffers.
  • The archived hash map and b-tree map implementations have been overhauled for better space-efficiency and performance.
  • Macro attributes have been overhauled to make them significantly more cohesive and ergonomic.
  • rkyv's mutable API has been overhauled for improved soundness and ease of use.
  • rkyv's internal APIs have been overhauled for improved ease of use.
  • Many serialization and deserialization types and traits have been renamed for shortness and clarity.
  • Copy optimizations are now stable for many basic primitive types.
  • The Most Unhelpful Error no longer occurs (the compiler mentions With<_, _> when you try to deserialize)
  • AlignedVec now supports custom alignments
  • No more strict feature, rkyv is always in strict mode now
  • Lots and lots and lots of tech debt cleanup

... and much more! Try it out yourself after I release this new version on-stage at RustConf.

Reminder: this is a major version bump, and data previously serialized with rkyv 0.7 or below will not be compatible with 0.8. Any data you serialize in 0.8 is guaranteed to be compatible for the lifetime of the 0.8 releases.

v0.8.0-rc.1

This is the first release candidate for rkyv 0.8.0.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 11, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 24, 2024
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.0-alpha.3 chore: update rust crate rkyv to v0.8.0-rc.1 Sep 2, 2024
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.0-rc.1 chore: update rust crate rkyv to v0.8.0-rc.2 Sep 9, 2024
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.0-rc.2 chore: update rust crate rkyv to v0.8.0 Sep 11, 2024
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.0 chore: update rust crate rkyv to v0.8.1 Sep 12, 2024
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.1 chore: update rust crate rkyv to v0.8.2 Sep 13, 2024
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.2 chore: update rust crate rkyv to v0.8.3 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from 8c809cf to cff8c32 Compare September 16, 2024 09:08
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 16, 2024
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from cff8c32 to 75a8154 Compare September 16, 2024 17:14
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.3 chore: update rust crate rkyv to v0.8.4 Sep 16, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 16, 2024
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from 75a8154 to ef361e0 Compare September 16, 2024 23:15
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.4 chore: update rust crate rkyv to v0.8.5 Sep 16, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 16, 2024
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from ef361e0 to 85d064b Compare September 17, 2024 20:08
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.5 chore: update rust crate rkyv to v0.8.6 Sep 17, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 17, 2024
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from 85d064b to 412d61f Compare September 18, 2024 04:32
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.6 chore: update rust crate rkyv to v0.8.7 Sep 18, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 18, 2024
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from 412d61f to 36702b2 Compare September 18, 2024 06:18
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from 36702b2 to 686ae92 Compare September 18, 2024 17:30
@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.7 chore: update rust crate rkyv to v0.8.8 Sep 18, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 18, 2024
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch 2 times, most recently from 56102ec to 04d6011 Compare September 27, 2024 12:06
@renovate renovate bot force-pushed the renovate/rkyv-0.x-lockfile branch from 04d6011 to 1c84698 Compare September 28, 2024 00:10
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 28, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 21, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 22, 2024
@kodiakhq kodiakhq bot removed the automerge label Nov 1, 2024
Copy link

kodiakhq bot commented Nov 1, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@renovate renovate bot changed the title chore: update rust crate rkyv to v0.8.8 chore: update rust crate rkyv to v0.8.8 - autoclosed Nov 2, 2024
@renovate renovate bot closed this Nov 2, 2024
@renovate renovate bot deleted the renovate/rkyv-0.x-lockfile branch November 2, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants