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

Update flatbuffers requirement from 22.9.29 to 23.5.26 #801

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Updates the requirements on flatbuffers to permit the latest version.

Release notes

Sourced from flatbuffers's releases.

v23.5.26

Mostly a bug fixing release.

What's Changed

New Contributors

Full Changelog: google/flatbuffers@v23.5.9...v23.5.26

Changelog

Sourced from flatbuffers's changelog.

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.cmake from 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)
  • Support file_identifier in Go (#7904)
  • Optionally generate type prefixes and suffixes for python code (#7857)
  • Go: add test for FinishWithFileIdentifier (#7905)
  • Fix go_sample.sh (#7903)
  • [TS/JS] Upgrade dependencies (#7889)
  • Add a FileWriter interface (#7821)
  • TS/JS: Use minvalue from enum if not found (#7888)
  • [CS] Verifier (#7850)
  • README.md: PyPI case typo (#7880)
  • Update go documentation link to point to root module (#7879)
  • use Bool for flatbuffers bool instead of Byte (#7876)
  • fix using null string in vector (#7872)
  • Add flatbuffers-64 branch to CI for pushes
  • made changes to the rust docs so they would compile. new_with_capacity is deprecated should use with_capacity, get_root_as_monster should be root_as_monster (#7871)
  • Adding comment for code clarification (#7856)
  • ToCamelCase() when kLowerCamel now converts first char to lower. (#7838)
  • Fix help output for --java-checkerframework (#7854)
  • Update filename to README.md and improve formatting (#7855)
  • Update stale.yml

... (truncated)

Commits
  • 0100f6a FlatBuffers Version 23.5.26 (#7976)
  • e0a87e3 Update java pom.xml file to allow flatbuffers-java maven package to be compil...
  • b67f1ad don't emit flatbuffers include in bfbs generated output (#7968)
  • ae67536 switch back to having T explicitly defined in CreateVector (#7967)
  • a352bdb Fix python tests (#7960)
  • cb14043 fix(rust): fixed rust namer isses, resolve #7865 and ##7782 (#7964)
  • d64dc62 Switch to using alias instead of a typedef for FlatBufferBuilder (#7966)
  • ea7cfcd chore: add rust windows test to CI, fix RustTest.bat (#7963)
  • 0675531 README.md: SemVer case typo (#7962)
  • b128b80 feat: Support union underlying type for TS/JS (#7961)
  • 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [flatbuffers](https://github.com/google/flatbuffers) to permit the latest version.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](google/flatbuffers@v22.9.29...v23.5.26)

---
updated-dependencies:
- dependency-name: flatbuffers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2023

The following labels could not be found: auto-dependencies.

@yahoNanJing yahoNanJing merged commit 4d98635 into main Jul 13, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/main/flatbuffers-23.5.26 branch July 13, 2023 02:58
r4ntix added a commit to r4ntix/arrow-ballista that referenced this pull request Aug 9, 2023
* master: (67 commits)
  Update to DataFusion 28 (apache#858)
  Update hdfs requirement from 0.1.1 to 0.1.4 (apache#856)
  Bump word-wrap from 1.2.3 to 1.2.4 in /ballista/scheduler/ui (apache#849)
  Update hashbrown requirement from 0.13 to 0.14 (apache#846)
  Update etcd-client requirement from 0.10 to 0.11 (apache#845)
  Update itertools requirement from 0.10 to 0.11 (apache#844)
  Update tonic requirement from 0.8 to 0.9 (apache#733)
  Implement 3-phase consistent hash based task assignment policy (apache#833)
  Add ConsistentHash for node topology management (apache#830)
  Introduce CachedBasedObjectStoreRegistry to use data source cache transparently (apache#827)
  Fix cargo clippy for latest rust version (apache#848)
  Introduce a cache crate supporting concurrent cache value loading based on the cache_system crate of influxdb_iox and the linked_hash_map mod from hashlink (apache#825)
  Update libloading requirement from 0.7.3 to 0.8.0 (apache#761)
  Update dirs requirement from 4.0.0 to 5.0.1 (apache#767)
  Update flatbuffers requirement from 22.9.29 to 23.5.26 (apache#801)
  Bump tough-cookie from 4.1.2 to 4.1.3 in /ballista/scheduler/ui (apache#840)
  Bump actions/labeler from 4.1.0 to 4.3.0 (apache#841)
  Bump semver from 5.7.1 to 5.7.2 in /ballista/scheduler/ui (apache#843)
  Reduce the number of calls to create_logical_plan (apache#842)
  Upgrade DataFusion to 27.0.0 (apache#834)
  ...

# Conflicts:
#	ballista/scheduler/src/state/mod.rs
#	ballista/scheduler/src/state/session_manager.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant