• S seaweedfs
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 0
    • Задачи 0
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 5
    • Запросы на слияние 5
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • lebedev.k.m
  • seaweedfs
  • Запросы на слияние
  • !155

build(deps): bump github.com/google/flatbuffers from 2.0.8+incompatible to 22.9.29+incompatible

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Закрыто lebedev.k.m запросил слияние dependabot/go_modules/github.com/google/flatbuffers-22.9.29incompatible в master Окт 03, 2022
  • Обзор 1
  • Коммиты 1
  • Конвейеры 0
  • Изменения 2

Created by: dependabot[bot]

Bumps github.com/google/flatbuffers from 2.0.8+incompatible to 22.9.29+incompatible.

Release notes

Sourced from github.com/google/flatbuffers's releases.

v22.9.29

Changelog

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#7557

New Contributors

  • @​tustvold made their first contribution in google/flatbuffers#7518

Full Changelog: https://github.com/google/flatbuffers/compare/v22.9.24...v22.9.29

v22.9.24

Change Log

What's Changed

  • Disable Android Build by @​dbaileychess in google/flatbuffers#7494
  • update android multidex setting by @​dbaileychess in google/flatbuffers#7495
  • Updates cocoapods version by @​mustiikhalil in google/flatbuffers#7497
  • [ISSUE-6268] returns NaN insteadof nan by @​3axap4eHko in google/flatbuffers#7498
  • [C#] Prepares for official Nuget release by @​dbaileychess in google/flatbuffers#7496
  • [CMake]: fix breaking find_package change (#7499) by @​clanghans in google/flatbuffers#7502
  • Fixes issue with cocoapods failing to be published because of docc by @​mustiikhalil in google/flatbuffers#7505
  • [Android] Remove maven dependency of flatbuffers and use source folder by @​paulovap in google/flatbuffers#7503
  • [Java][FlexBuffers] throwing exception for untyped fixed vectors by @​paulovap in google/flatbuffers#7507
  • Moves all of the swift test code into tests/swift by @​mustiikhalil in google/flatbuffers#7509
  • Install BuildFlatBuffers.cmake by @​dbaileychess in google/flatbuffers#7519
  • [Java][Flexbuffers] Add API to add nullables into the buffer. by @​paulovap in google/flatbuffers#7521
  • remove travis config by @​dbaileychess in google/flatbuffers#7522
  • prevent force_align attribute on enums by @​dbaileychess in google/flatbuffers#7523
  • enabled cpp17 tests in CI by @​dbaileychess in google/flatbuffers#7524
  • Replace bash JavaTest.sh with mvn test by @​nick-someone in google/flatbuffers#7500
  • Bump junit from 4.13 to 4.13.1 in /java by @​dependabot in google/flatbuffers#7526
  • [TS/JS] Move TS tests to dedicated folder and deps upgrade by @​bjornharrtell in google/flatbuffers#7508
  • UnPackTo disable merge by default by @​dbaileychess in google/flatbuffers#7527
  • Fix conform by @​hs3366677 in google/flatbuffers#7532
  • [C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) by @​Naios in google/flatbuffers#7520
  • Upgrade grpc to 1.49.0 and make sure it builds by @​meteorcloudy in google/flatbuffers#7538
  • [Python] Python fixed size array by @​joshua-smith8 in google/flatbuffers#7529
  • Emit internal enums when swift_implementation_only by @​pauley-unsaturated in google/flatbuffers#7545
  • FlatBuffers Version 22.9.24 by @​dbaileychess in google/flatbuffers#7547

New Contributors

  • @​3axap4eHko made their first contribution in google/flatbuffers#7498
  • @​nick-someone made their first contribution in google/flatbuffers#7500
  • @​hs3366677 made their first contribution in google/flatbuffers#7532
  • @​Naios made their first contribution in google/flatbuffers#7520
  • @​meteorcloudy made their first contribution in google/flatbuffers#7538

... (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.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 intended AlignOf() for structs (#7520).

  • C# has an offical 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 existing Verifier 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).

2.0.7 (Aug 22 2022)

  • This is the first version with an explicit change log, so all the previous features will not be listed.

... (truncated)

Commits
  • c92e78a FlatBuffers Version 22.9.29 (#7557)
  • d243b90 [TS] Make strict compliant and improve typings (#7549)
  • 374f8fb Rust soundness fixes (#7518)
  • dadbff5 Moves swift package to root of repository so it can be used directly … (#7548)
  • 76ddae0 FlatBuffers Version 22.9.24 (#7547)
  • cfe157e Emit internal enums when swift_implementation_only (#7545)
  • 4131158 [Python] Python fixed size array (#7529)
  • 8804619 Upgrade grpc to 1.49.0 and make sure it builds (#7538)
  • 72aa85a [C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) (#7520)
  • bfceebb Fix conform (#7532)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: dependabot/go_modules/github.com/google/flatbuffers-22.9.29incompatible