badger
badger copied to clipboard
chore(deps): bump github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible
Bumps github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible.
Release notes
Sourced from github.com/google/flatbuffers's releases.
v24.3.25
What's Changed
- Fix License by
@p0fiin google/flatbuffers#8253- Fix handling non null-terminated string_views in LookupByKey by
@mpawlowski-eyeoin google/flatbuffers#8203New Contributors
@p0fimade their first contribution in google/flatbuffers#8253@mpawlowski-eyeomade their first contribution in google/flatbuffers#8203Full Changelog: https://github.com/google/flatbuffers/compare/v24.3.7...v24.3.25
v24.3.7
What's Changed
- Add Kotlin multiplatform support by
@paulovapin google/flatbuffers#7969- Add
ForceVectorAlignment64and test by@dbaileychessin google/flatbuffers#7977- [Kotlin] Add java source on benchmark module instead of using version… by
@paulovapin google/flatbuffers#7978- Small optimization on "deserialization" and fix on benchmarks again by
@paulovapin google/flatbuffers#7982- [Bazel] Fix gen_reflections for flatbuffers_ts_library by
@jkuszmaulin google/flatbuffers#7981- various fixes by
@dbaileychessin google/flatbuffers#7986- Make eslint less pedantic by
@OptoCloudin google/flatbuffers#8012- Optional omission of Typescript entrypoint by
@maxburkein google/flatbuffers#8057- Upgrade the bazel-related dependencies by
@philscin google/flatbuffers#8078- Fix BUILD.bazel style violations by
@philscin google/flatbuffers#8081- [TS] Allows object API to set 0 for a null-default scalar. by
@jviel-betain google/flatbuffers#7864- Fully qualify the offset type in FLATBUFFERS_VTABLE_UNDERLYING_TYPE by
@anton-bobukhin google/flatbuffers#8094- [bazel] Update Platforms by
@sgowrojiin google/flatbuffers#8083- Bump google.golang.org/grpc from 1.39.0-dev to 1.53.0 in /grpc/examples/go/greeter/server by
@dependabotin google/flatbuffers#8027- Upgrade rules_go by
@comiusin google/flatbuffers#8092- Bump google.golang.org/grpc from 1.35.0 to 1.53.0 in /grpc/examples/go/greeter/client by
@dependabotin google/flatbuffers#8026- Bump google.golang.org/grpc from 1.35.0 to 1.53.0 in /grpc/examples/go/greeter/models by
@dependabotin google/flatbuffers#8025- Fix nim workflow by
@le-michaelin google/flatbuffers#8098- [Swift] Overall Improvements by
@mustiikhalilin google/flatbuffers#8061- Fix misalignment of small structs in a Vector (C++) by
@bexcitein google/flatbuffers#7883- Add constexpr for bitmask operators by
@xaphierin google/flatbuffers#8037- C++ strict conversion fixes for flatbuffer_builder.h (#8062) by
@greenrobotin google/flatbuffers#8065- Fix compiling idl_gen_php.cpp against certain STLs by
@reshilkinin google/flatbuffers#8067- Fix compiling idl_parser.cpp against certain STLs by
@reshilkinin google/flatbuffers#8066- corrected a typo by
@sthdin google/flatbuffers#8063- Return function to namespace by
@reshilkinin google/flatbuffers#8068- TS: Add missing generated files by
@bjornharrtellin google/flatbuffers#8075- Add const qualifier to non-mutated FlatbufferBuilder parameter by
@Lukasdoein google/flatbuffers#8101- Fix verification for C# unions by
@CurtHagenlocherin google/flatbuffers#7970- [Rust] Add the Allocator trait for the builder API by
@adsnaiderin google/flatbuffers#8106- update flatbuffers java to be Android API level 23 compatible by
@turbotoribioin google/flatbuffers#8158- Fix CI builds by
@dbaileychessin google/flatbuffers#8161- chore: Dart 23.5.26 release by
@vaindin google/flatbuffers#8160- Fix: detect c++ standard on MSVC for span by
@assortedin google/flatbuffers#8155- Update Compiler.md docs by
@fliiiixin google/flatbuffers#8153- Remove msvc pragma warning disable C4351 as it is undocumented by
@Lukasdoein google/flatbuffers#8124- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/examples/go/greeter/models by
@dependabotin google/flatbuffers#8130
... (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.
[24.3.25] (March 25 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.25)
- Fixed license metadata parsing (#8253)
- [C++] Allow string_view in
LookUpByKeyin addition to null-terminated c-style strings (#8203)[24.3.7] (March 7 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.7)
- Just to fix some of the CI build issues from the 24.3.6 release.
[24.3.6] (March 6 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.6)
- Fix typescript object API to allow 0 values for null-default scalars (#7864)
23.5.26 (May 26 2023)
- Mostly bug fixing for 64-bit support
- Adds support for specifying underling type of unions in C++ and TS/JS (#7954)
23.5.9 (May 9 2023)
- 64-bit support for C++ (#7935)
23.5.8 (May 8 2023)
- add key_field to compiled tests
- Add golden language directory
- Rework cmake flatc codegeneration (#7938)
- remove defining generated files in test srcs
- Add binary schema reflection (#7932)
- Migrate from rules_nodejs to rules_js/rules_ts (take 2) (#7928)
flat_buffers.dart: mark const variable finals for internal Dart linters- fixed some windows warnings (#7929)
- inject no long for FBS generation to remove logs in flattests (#7926)
- Revert "Migrate from rules_nodejs to rules_js/rules_ts (#7923)" (#7927)
- Migrate from rules_nodejs to rules_js/rules_ts (#7923)
- Only generate
@kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. (#7881)- additional check for absl::string_view availability (#7897)
- Optionally generate Python type annotations (#7858)
- Replace deprecated command with environment file (#7921)
- drop glibc from runtime dependencies (#7906)
- Make JSON supporting advanced union features (#7869)
- Allow to use functions from
BuildFlatBuffers.cmakefrom a flatbuffers installation installed with CMake. (#7912)- TS/JS: Use TypeError instead of Error when appropriate (#7910)
- Go: make generated code more compliant to "go fmt" (#7907)
... (truncated)
Commits
595bf00FlatBuffers Version v24.3.250cfb7ebFix handling non null-terminated string_views in LookupByKey (#8203)67eb95dpresubmit.yml: Use xcode 14.2b1f617fFix License (#8253)960cd4dLobster: Support required fields6ff9e90FlatBuffers Version v24.3.75b32e8f: Don't depend on java version0bed8cdFlatBuffers Version v24.3.67cd216cFlatBuffers Version v24.3.6129ef42Target .NET Standard 2.1, .NET 6, .NET 8 only (#8184)- Additional commits viewable 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Deploy Preview for badger-docs canceled.
| Name | Link |
|---|---|
| Latest commit | f0d85c8c826ab43891bd18e1b6e7e63658b5e15e |
| Latest deploy log | https://app.netlify.com/sites/badger-docs/deploys/66cf22ce3dd952000851bc51 |
@dependabot rebase
@dependabot recreate