chore(deps): bump flatbuffers from 0.6.1 to 22.10.26 in /experimental/encoding_bench
Bumps flatbuffers from 0.6.1 to 22.10.26.
Release notes
Sourced from flatbuffers's releases.
v22.10.26
Fix for python #7576
What's Changed
- Create release.yml by
@dbaileychessin google/flatbuffers#7605- [Python] Fixed the issue with nested unions relying on InitFromBuf. by
@joshua-smith8in google/flatbuffers#7576- FlatBuffers Version 22.10.26 by
@dbaileychessin google/flatbuffers#7607Full Changelog: https://github.com/google/flatbuffers/compare/v22.10.25...v22.10.26
v22.10.25
What's Changed
- Add support for metadata attributes for enum values (#7567) by
@piotrdzin google/flatbuffers#7568- Update documentation to mention enum value attributes by
@piotrdzin google/flatbuffers#7570- Turn on clippy for Rust and fix lints for non-generated code by
@CasperNin google/flatbuffers#7575- Fix #7580 by documenting union schema evolution rules by
@CasperNin google/flatbuffers#7585- #ifndef FLATBUFFERS_NO_FILE_TEST guard some test definitions by
@battrein google/flatbuffers#7571- Update Rust version by
@CasperNin google/flatbuffers#7574- Rust fix compilation for no_std targets #2 by
@danlapidin google/flatbuffers#7553- Fix LongEnum definitions by
@battrein google/flatbuffers#7596- Make type conversions explicit. by
@battrein google/flatbuffers#7595- [Nim] Bfbs Nim Generator by
@danlapidin google/flatbuffers#7534- [vector] Allow to iterate with mutables by
@ArnaudD-FRin google/flatbuffers#7586- FlatBuffers Version 22.10.25 by
@dbaileychessin google/flatbuffers#7604New Contributors
@battremade their first contribution in google/flatbuffers#7571@danlapidmade their first contribution in google/flatbuffers#7553@ArnaudD-FRmade their first contribution in google/flatbuffers#7586Full Changelog: https://github.com/google/flatbuffers/compare/v22.9.29...v22.10.25
v22.9.29
What's Changed
- Moves swift package to root of repository so it can be used directly … by
@mustiikhalilin google/flatbuffers#7548- Rust soundness fixes by
@tustvoldin google/flatbuffers#7518- [TS] Make strict compliant and improve typings by
@bjornharrtellin google/flatbuffers#7549- FlatBuffers Version 22.9.29 by
@dbaileychessin google/flatbuffers#7557New Contributors
@tustvoldmade their first contribution in google/flatbuffers#7518Full Changelog: https://github.com/google/flatbuffers/compare/v22.9.24...v22.9.29
v22.9.24
... (truncated)
Changelog
Sourced from flatbuffers's changelog.
Flatbuffers Change Log
All major or breaking changes will be documented in this file, as well as any new features that should be highlighted. Minor fixes or improvements are not necessarily listed.
22.10.25 (Oct 25 2002)
- Added Nim language support with generator and runtime libraries (#7534).
22.9.29 (Sept 29 2022)
- Rust soundness fixes to avoid the crate from bing labelled unsafe (#7518).
22.9.24 (Sept 24 2022)
20 Major releases in a row? Nope, we switched to a new versioning scheme that is based on date.
Python supports fixed size arrays now (#7529).
Behavior change in how C++ object API uses
UnPackTo. The original intent of this was to reduce allocations by reusing an existing object to pack data into. At some point, this logic started to merge the states of the two objects instead of clearing the state of the packee. This change goes back to the original intention, the packed object is cleared when getting data packed into it (#7527).Fixed a bug in C++ alignment that was using
sizeof()instead of the intendedAlignOf()for structs (#7520).C# has an official Nuget package now (#7496).
2.0.8 (Aug 29 2022)
Fix for
--keep-prefixthe was generating the wrong include statements for C++ (#7469). The bug was introduced in 2.0.7.Added the
Verifier::Optionsoption struct to allow specifying runtime configuration settings for the verifier (#7489). This allows to skip verifying nested flatbuffers, a on-by-default change that was introduced in 2.0.7. This deprecates the existingVerifierconstructor, which may be removed in a future version.Refactor of
tests/test.cppthat lead to ~10% speedup in compilation of the entire project (#7487).
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.