Created by: dependabot[bot]
Bumps github.com/google/flatbuffers from 2.0.8+incompatible to 22.10.26+incompatible.
Release notes
Sourced from github.com/google/flatbuffers's releases.
v22.10.26
Fix for python #7576
What's Changed
- Create release.yml by
@dbaileychess
in google/flatbuffers#7605- [Python] Fixed the issue with nested unions relying on InitFromBuf. by
@joshua-smith8
in google/flatbuffers#7576- FlatBuffers Version 22.10.26 by
@dbaileychess
in 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
@piotrdz
in google/flatbuffers#7568- Update documentation to mention enum value attributes by
@piotrdz
in google/flatbuffers#7570- Turn on clippy for Rust and fix lints for non-generated code by
@CasperN
in google/flatbuffers#7575- Fix #7580 by documenting union schema evolution rules by
@CasperN
in google/flatbuffers#7585- #ifndef FLATBUFFERS_NO_FILE_TEST guard some test definitions by
@battre
in google/flatbuffers#7571- Update Rust version by
@CasperN
in google/flatbuffers#7574- Rust fix compilation for no_std targets #2 by
@danlapid
in google/flatbuffers#7553- Fix LongEnum definitions by
@battre
in google/flatbuffers#7596- Make type conversions explicit. by
@battre
in google/flatbuffers#7595- [Nim] Bfbs Nim Generator by
@danlapid
in google/flatbuffers#7534- [vector] Allow to iterate with mutables by
@ArnaudD-FR
in google/flatbuffers#7586- FlatBuffers Version 22.10.25 by
@dbaileychess
in google/flatbuffers#7604New Contributors
@battre
made their first contribution in google/flatbuffers#7571@danlapid
made their first contribution in google/flatbuffers#7553@ArnaudD-FR
made 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
@mustiikhalil
in google/flatbuffers#7548- Rust soundness fixes by
@tustvold
in google/flatbuffers#7518- [TS] Make strict compliant and improve typings by
@bjornharrtell
in google/flatbuffers#7549- FlatBuffers Version 22.9.29 by
@dbaileychess
in google/flatbuffers#7557New Contributors
@tustvold
made 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 github.com/google/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-prefix
the was generating the wrong include statements for C++ (#7469). The bug was introduced in 2.0.7.Added the
Verifier::Options
option 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 existingVerifier
constructor, which may be removed in a future version.Refactor of
tests/test.cpp
that lead to ~10% speedup in compilation of the entire project (#7487).
... (truncated)
Commits
-
203241e
FlatBuffers Version 22.10.26 (#7607) -
ac48560
setup.py
: Define version directly -
de5b85a
release.yml
: Switch topython
directory -
de3df2d
release.yml
: Add publishing to PyPi -
043a24f
[Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) -
5a48b0d
release.yml: Typo -
ce30755
release.yml: Removenpm ci
-
cb616e2
Create release.yml (#7605) -
a54ca1e
FlatBuffers Version 22.10.25 (#7604) -
5b3fadc
[vector] Allow to iterate with mutables (#7586) - Additional commits viewable in compare view
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 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)