All Versions
21
Latest Version
Avg Release Cycle
182 days
Latest Release
176 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v25.12.19 Changes
December 19, 2025What's Changed
- π docs: clean up whitespace and fix typo in tutorial.md by @daynual in #8695
- Correct span and non-span versions of ToArray() and ToArrayPadded() methods by @vsmcea in #8734
- π [Swift] Fixes test failing on macOS when using URL(fileURLWithPath:isDirectory) by @mustiikhalil in #8742
- treat npm_typescript as a dev dependency by @dws in #8719
- [Dart] Fix union unpacking by @jakobkordez in #8748
- [Dart] Fix struct vector ordering in pack function by @jakobkordez in #8747
- β Add conditional check by @coder7695 in #8736
- π¨ [Dart] Refactor lazy list unpacking by @jakobkordez in #8746
- Prevent
make_spanfrom working with vectors and arrays of pointers by @are-you-tilted-already in #8735 - Swap the dependency of CreateX and X::Pack object API functions. by @cosmith-nvidia in #8754
- [Swift] Implements FlatbuffersVector which confirms to RandomAccessCollection by @mustiikhalil in #8752
- π Fix --gen-compare to not generate comparators for native types. by @cosmith-nvidia in #8681
- π Support native_type for tables when using the C++ object API. by @cosmith-nvidia in #8668
- π [Swift] Improves the performance creating strings by @mustiikhalil in #8772
- β‘οΈ [Docs] Update swift supported features by @mustiikhalil in #8769
- π [Swift] Bump minimum supported version of swift to 5.10 by @mustiikhalil in #8758
- [Swift] Inline arrays by @mustiikhalil in #8755
- Replace usage of make_unique with unique_ptr for cpp11 by @fliiiix in #8763
- π Fix Issue #8653 - Python vtables not considering object size by @jtdavis777 in #8683
- [C++] Add Vector64 specialization for
std::vector<bool>by @jtdavis777 in #8757 - π Stop calling setup.py in release CI by @jtdavis777 in #8771
- [lua] Dont' crash on a fbs file with no root table by @jtdavis777 in #8770
- π Revival of GH-8285: fix: remove a single type hint to retain python 2.7.x compatibility by @jtdavis777 in #8799
- β [Python] Add unit test for github issue 8653 by @satur9nine in #8786
- Size verifier fix 2 by @fergushenderson in #8740
- π Fix issue #8389: any nonzero byte is truthy by @bkietz in #8690
- β Add Dart changelog entry for v25.9.23 by @vaind in #8785
- [dart] fix bug which generated wrong code by @fawdlstty in #8780
- β add assert to fix GCC warning on Ubuntu 24.04 LTS by @gafferongames in #8804
- βοΈ chore: fix quick start typos by @Homeblest in #8520
- [Java] Generate Longs from uint enums by @nevi-me in #8727
- [Java] Add
notifyto Java keywords by @nevi-me in #8724 - More robust C++20 check by @cyyever in #8631
- β [Dart] Fix dart object api test by @jakobkordez in #8751
- feat: library definition for PlatformIO by @obones in #8261
- π Use macos-15-intel not macos-latest-large for Intel macOS by @kou in #8777
- [C++] Fix vtable deduplication for 64-bit buffers >2GB by @gowsiany in #8591
- Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #8779
- TypeScript: read vtable entries as uint16 by @jtbandes in #8435
- [fuzzer] Adds code generation target. by @coder7695 in #8795
- βͺ [CI] Revert back to using swift-actions by @mustiikhalil in #8806
- [Python] Fix inconsistent creator function naming in generated code by @peter-soos in #8792
- β Remove legacy Conan recipe and update documentation by @uilianries in #8712
- [Python] Fix generating init.py for invalid path by @fliiiix in #8810
- β‘οΈ [Python] Optimize Builder startup: lazy sharedStrings and fast vtable init by @satur9nine in #8807
- π Fix platform ifdefs for locale independent str functions by @jamesr in #8678
- π fix CScript string.compare by @whitecostume in #8547
- [Go] add BenchmarkBuildAllocations by @jdemeyer in #8287
- [Go] Write required string fields into the buffer when using Object API by @razvanalex in #8402
- [Java] Use Table's fully qualified path by @nevi-me in #8729
- β‘οΈ [Python] Optimize Offset/Pad/Prep: use cached head and slicing by @satur9nine in #8808
- [CI] Migrating to swift Wasm on for Github actions by @mustiikhalil in #8814
- π· Modernize GitHub CI actions by @fliiiix in #8812
- β [Swift] Flexbuffers tests for Wasm by @mustiikhalil in #8815
- CI: Fix typo in version by @fliiiix in #8817
- π Handle missing output directory better by @fliiiix in #8764
- π Improves Rust code generation by @csmulhern in #8564
- β‘οΈ update labeler.yml to v5+ format by @jtdavis777 in #8818
- fix(idl_gen_rust): Fix lifetime warning added in Rust 1.89 by @RobJellinghaus in #8709
- π [rust] add deser support for enum type by @fawdlstty in #8803
- rust: impl TrustedLen for VectorIter by @riptl in #8797
- Implement
--file-names-onlyby @jtdavis777 in #8788 - β Add .NET Standard 2.0 to documentation by @jtdavis777 in #8819
- π Fix(ts): escape doc comment terminator in generated JSDoc by @Ky0toFu in #8820
- β Add
--file-names-onlytoflatc.mdby @jtdavis777 in #8821 - π Fixes unused imports in Rust code generator by @csmulhern in #8828
- π Fix docs: typo & dead link by @kendegemaro in #8826
- π Fix TS object API generation of schema containing array of enumeration having no zero default by @jtdavis777 in #8832
- π Fix vector of table with naked ptr by @jtdavis777 in #8830
- π Deprecate
--ts-flat-filesand--ts-entry-pointsby @jtdavis777 in #8831 - π¦ chore: switch package to license expression by @thompson-tomo in #8840
- Arrays of Enumerations without a value for
0are no longer valid by @jtdavis777 in #8836 - β¬οΈ Upgrade Kotlin to MacOS 15 by @jtdavis777 in #8845
- [TS] Flexbuffers root vector fix by @jtdavis777 in #8847
- [Kotlin] Fix nullability of generated Kotlin ByteBuffer accessors by @souma987 in #8844
- [Kotlin] Fix casing in generated Kotlin struct constructor function by @souma987 in #8849
- β Remove progaurd-rules.pro by @dbaileychess in #8866
- β Run clang-format by @dbaileychess in #8865
- β Add --gen-absl-hash option to generate AbslHashValue for structs. by @dbaileychess in #8868
- 0οΈβ£ Default Vector Support C++ by @dbaileychess in #8870
- FlatBuffers Version 25.12.19 by @dbaileychess in #8871
π New Contributors
- @daynual made their first contribution in #8695
- @vsmcea made their first contribution in #8734
- @dws made their first contribution in #8719
- @jakobkordez made their first contribution in #8748
- @coder7695 made their first contribution in #8736
- @are-you-tilted-already made their first contribution in #8735
*...
-
v25.12.19-2026
February 06, 2026 -
v25.9.23 Changes
September 24, 2025What's Changed
- [Swift] Adds new API to reduce memory copying within swift by @mustiikhalil in #8484
- π [C++] Fixes access to union members when generating code with options "--cpp-field-case-style upper" and "--gen-object-api" by @Ailuridae in #8447
- [C++] Fix dereference operator of VectorIterator to structures by @admo in #8425
- 0οΈβ£ [TS] Enum value default null by @bjornharrtell in #8619
- [Swift] Flexbuffers native swift port by @mustiikhalil in #8577
- β¬οΈ [TS] Upgrade deps by @bjornharrtell in #8620
- Avoid outputting Python files for already generated types by @akb825 in #8500
- π Bugfix: grpc python code generation location and file suffix by @fliiiix in #8359
- Decode bytes to strings in Python Object API by @sethraymond in #8551
- π [Swift] Adds windows support by @mustiikhalil in #8622
- [TS] Fix relative paths for exports by @trumully in #8517
- π [CI] Moves swift actions to use next by @mustiikhalil in #8632
- π Bugfix/new decode flag by @fliiiix in #8634
- 0οΈβ£ Use correct default type for str by @fliiiix in #8623
- π Fixed typo in quick_start.md by @Dylan-Gallagher in #8592
- π Fix typo in code comment by @fliiiix in #8549
- β‘οΈ Update README logo path by @gio3k in #8602
- [Python] Avoid include own type by @fliiiix in #8625
- π [Swift] Fixes inlining & module importing by @mustiikhalil in #8637
- π Fix Enum type definition by @fliiiix in #8624
- π Fix JavaScript typo in mkdocs.yml by @luksab in #8515
- [Python] Avoid double flatbuffers include in pyi files by @fliiiix in #8626
- doc: PHP fread typo by @rogeriolino in #8566
- [Swift] Allows keepingCapacity for the underlying memory by @mustiikhalil in #8643
- [Python] Enhance object API
__init__with typed keyword arguments by @crackcomm in #8615 - π Fix start page: Backwards and Forwards Compatibility by @fliiiix in #8645
- π Support Rust edition 2024 by @aleb in #8638
- Bugfix eq for numpy data types by @fliiiix in #8646
- π [Swift] Moves capacity from storage to struct by @mustiikhalil in #8650
- π [Swift] Fixes load from misaligned raw pointer by @mustiikhalil in #8649
- Fix native_type non-native_inline fields, add tests by @souryavarenya in #8655
- β Remove stray required in docs by @fliiiix in #8663
- Doc fix verifier example code for cpp by @fliiiix in #8664
- π docs: fix broken link in readme by @Nugine in #8656
- π Fix small typo in word JavaScript (JavasScript -> JavaScript) by @isaiahpettingill in #8530
- β Add Rust reflection documentation by @candysonya in #8536
- CMakeLists: include(CheckSymbolExists) so check_symbol_exists() will work by @vzjc in #8580
- π Fix: Actually call ValidateOptions by @thejtshow in #8665
- β‘οΈ Update TS codegen - change
getFullyQualifiedNamereturn type from string to string literal by @rametta in #8421 - π [CI] Fixes swift tests on windows by @mustiikhalil in #8685
- π fix(go/grpc): avoid panic on short FlatBuffers input by @thevilledev in #8684
- π Bugfix: grpc supress incorrect warning by @fliiiix in #8669
- π gRPC callbackService support added by @shankeleven in #8666
- [C#] Fix union verifier by @TorsteinTenstadNorsonic in #8593
- β Add bounds checking to a C# method where it was missing by @CurtHagenlocher in #8673
- [C#] Improve Span<> utilization by @bigjt-dev in #8588
- [C#] Added ToSizedArrayPadded(int padLeft, int padRight) to ByteBuffers to avoid unnecessary copying. by @petersvp in #8658
- fix(idl_gen_ts): bool to number conversion in mutable API (#8676) by @nurbo in #8677
- π [Swift] Fixes windows CI by @mustiikhalil in #8702
- π Use the Google Style for clang-format without exceptions by @dbaileychess in #8706
- bulk code format fix by @dbaileychess in #8707
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #8704
- FlatBuffers Version 25.9.23 by @dbaileychess in #8708
π New Contributors
- @Ailuridae made their first contribution in #8447
- @sethraymond made their first contribution in #8551
- @trumully made their first contribution in #8517
- @Dylan-Gallagher made their first contribution in #8592
- @gio3k made their first contribution in #8602
- @luksab made their first contribution in #8515
- @rogeriolino made their first contribution in #8566
- @crackcomm made their first contribution in #8615
- @aleb made their first contribution in #8638
- @souryavarenya made their first contribution in #8655
- @Nugine made their first contribution in #8656
- @isaiahpettingill made their first contribution in #8530
- @vzjc made their first contribution in #8580
- @thejtshow made their first contribution in #8665
- @rametta made their first contribution in #8421
- @thevilledev made their first contribution in #8684
- @shankeleven made their first contribution in #8666
- @TorsteinTenstadNorsonic made their first contribution in #8593
- @bigjt-dev made their first contribution in #8588
- @petersvp made their first contribution in #8658
- @nurbo made their first contribution in #8677
Full Changelog : v25.2.10...v25.9.23
-
v25.2.10 Changes
February 11, 2025What's Changed
- π Rust reflection: simplify dependencies, fix Android build compatibility by @dextero in #8512
- π [Swift] Adds swift 6 to the build matrix & bumps swift to 5.9 by @mustiikhalil in #8414
- β¬οΈ Upgrade dependencies by @mering in #8516
π New Contributors
Full Changelog : v25.1.24...v25.2.10
-
v25.1.24 Changes
January 25, 2025What's Changed
- Also use rules_bazel_bazel_integration_test dependency with Bzlmod by @mering in #8498
- β Add bazel ci by @dbaileychess in #8497
- π Fix Bzlmod by @mering in #8503
- π Fix Bazel ts support by @mering in #8499
- π Improve Bazel CI by @mering in #8502
- π Fix npm bzlmod by @mering in #8506
- β Add support for Bazel 7 and 8 in Bazel CI by @mering in #8505
- π· Test external modules explicitly in CI by @mering in #8507
- β¬οΈ Bump the versions of all aspect Bazel dependencies by @sbarfurth in #8508
- β Remove Bazel WORKSPACE setup. by @mering in #8509
- β Add Bazel instructions to docs by @mering in #8510
- [C++] Avoid adding semicolon after a statement by @tzik in #8488
π New Contributors
- @sbarfurth made their first contribution in #8508
Full Changelog : v25.1.21...v25.1.24
-
v25.1.21 Changes
January 22, 2025What's Changed
- β Add new Docs source files by @dbaileychess in #8461
- β‘οΈ
docs.ymlAdd workflow for updating docs by @dbaileychess in #8462 - π docs.yml enable for pushes to main branch by @dbaileychess in #8463
contributions.mdAdd doc about how to contribute to flatbuffers by @dbaileychess in #8464- CNAME: add custom domain by @dbaileychess in #8465
- [Swift] Bug fix for verifier where its being copied by @mustiikhalil in #8451
- π
flatc.mdAdd more documentation by @dbaileychess in #8467 quick_start.md: Add quick start guide by @dbaileychess in #8469- β Add Annotating Docs by @dbaileychess in #8470
mkdocs.ymladd footer and other info by @dbaileychess in #8471- β
schema.mdFixed some warnings by @dbaileychess in #8472 - π Fix crash for TypeScript enum in substruct by @fergushenderson in #8430
- π fix typo in tutorial by @shynur in #8476
- β‘οΈ A couple of small updates to the docs by @srinarasi in #8477
- β Add imports for bazel by @dbaileychess in #8486
- Rust full reflection by @candysonya in #8102
- π Fix a minor typo in flatc --help output by @musicinmybrain in #8468
- β Add missing headers to runtime_cc target by @mering in #8492
- π Use Label() to resolve repo name by @mering in #8493
- Use rules_bazel_integration_test to download Bazel binary by @mering in #8495
- β Add support for Bzlmod by @mering in #8494
π New Contributors
- @shynur made their first contribution in #8476
- @srinarasi made their first contribution in #8477
- @candysonya made their first contribution in #8102
- @mering made their first contribution in #8492
Full Changelog : v24.12.23...v25.1.21
-
v24.12.23 Changes
December 23, 2024What's Changed
- Avoid ODR violations with flatbuffers::Verifier. by @fergushenderson in #8274
- π Improve error handling on Object API name collision. by @mbeards in #8275
- π [Kotlin] Add workflow to release kotlin multiplatform version by @paulovap in #8014
- β Remove npm/rules_js dependency for C++ only use cases by @philsc in #7990
- [Python] Fix various codegen problems by @anton-bobukh in #8292
- [gRPC] Add new options to control the gRPC code generation by @anton-bobukh in #8298
- β‘οΈ Update build.yml to ubuntu-24.04 by @dbaileychess in #8319
- π Trying to fix bazel on macOS and Xcode 14.3 by @mustiikhalil in #8304
- β‘οΈ Update build.yml by @dbaileychess in #8321
- β Add missing opertors to VectorIterator by @Icantjuddle in #8309
- [.NET] Add netstandard2.0 as target by @bjornharrtell in #8295
- β‘οΈ [Kotlin] Update to kotlin 1.9.10 by @paulovap in #8307
- dart: Fix incorrect write in Float64 write method by @NotTsunami in #8290
- β Added automatic publishing to crates.io on publish by @rdelfin in #8263
- π Update release.sh by @dbaileychess in #8322
- π Fix operator== for flatbuffers::optional by @mikudehuane in #8223
- [C++] Make code compile with -Wfloat-equal by @fliiiix in #8221
- [C++] Allow using FLATBUFFERS_MIN_BUFFER_SIZE in other namespaces by @dominiklohmann in #8229
- [Python] Generate
.pyistub files when--python-typingis on. by @anton-bobukh in #8312 - π [Swift] Sets Swift minimum support to 5.8 by @mustiikhalil in #8228
- β‘οΈ [C++] Update the validator to skip structs in namespaces other than the current one. by @anton-bobukh in #8324
- [BinaryAnnotator] Add more options that control the generation of
.afbfiles by @anton-bobukh in #8323 - [Python] Render enums as Python IntEnum by @fliiiix in #8145
- β‘οΈ [gRPC] Update the code generator for Python to produce typed handlers by @anton-bobukh in #8326
- Add parentheses in FLATBUFFERS_MAX_BUFFER_SIZE, FLATBUFFERS_MAX_64_BUFFER_SIZE to avoid preprocessor definition collision by @mspanc in #8377
- β Add "empty()" to vector by @alphalex-google in #8369
- β Remove unused comment and fix typo. by @lamtrinhdev in #8366
- β¬οΈ Upgrade Rust dependencies by @gschulze in #8372
- [jumbo] Add begin()/end() to DetachedBuffer. by @pkasting in #8370
- β Add a unit test for odd-sized small structs (for #8117) by @nolen777 in #8363
- β‘οΈ Update libs.versions.toml by @mikhsol in #8387
- π docs: update README.md by @eltociear in #8383
- π· Use actions/upload-artifact@v4 on CI by @aardappel in #8410
- π· Attempt to fix Rust CI by @aardappel in #8411
- π [Swift] Fixes spelling mistake in the word position by @mustiikhalil in #8330
- [Swift] Addresses a bug where verifier skips capacity when verifying ID on buffers by @mustiikhalil in #8413
- β‘οΈ [Swift] Updates CocoaPods author info & fixes bug with versioning not working as expected by @mustiikhalil in #8328
- β‘οΈ Update grpc-core version by @mikhsol in #8412
- π FlexBuffers: support "natural utf8" output in ToString by @aardappel in #8426
- π use ALIGN for Push::alignment in struct types by @bkietz in #8398
- β Removes 'size' and 'alignment' as Rust keywords by @csmulhern in #8139
- dart: use enhanced enums by @vaind in #8313
- π [Swift] Improves vectors performance & arrays within lib by @mustiikhalil in #8415
- FlatBuffers Version 24.12.23 by @dbaileychess in #8459
π New Contributors
- @fergushenderson made their first contribution in #8274
- @Icantjuddle made their first contribution in #8309
- @NotTsunami made their first contribution in #8290
- @rdelfin made their first contribution in #8263
- @mikudehuane made their first contribution in #8223
- @dominiklohmann made their first contribution in #8229
- @mspanc made their first contribution in #8377
- @alphalex-google made their first contribution in #8369
- @lamtrinhdev made their first contribution in #8366
- @gschulze made their first contribution in #8372
- @nolen777 made their first contribution in #8363
- @mikhsol made their first contribution in #8387
- @eltociear made their first contribution in #8383
- @bkietz made their first contribution in #8398
- @csmulhern made their first contribution in #8139
Full Changelog : v24.3.25...v24.12.23
-
v24.3.25 Changes
March 26, 2024What's Changed
- π Fix License by @p0fi in #8253
- π Fix handling non null-terminated string_views in LookupByKey by @mpawlowski-eyeo in #8203
π New Contributors
- @p0fi made their first contribution in #8253
- @mpawlowski-eyeo made their first contribution in #8203
Full Changelog : v24.3.7...v24.3.25
-
v24.3.7 Changes
March 07, 2024What's Changed
- β Add Kotlin multiplatform support by @paulovap in #7969
- β Add
ForceVectorAlignment64and test by @dbaileychess in #7977 - [Kotlin] Add java source on benchmark module instead of using version⦠by @paulovap in #7978
- Small optimization on "deserialization" and fix on benchmarks again by @paulovap in #7982
- [Bazel] Fix gen_reflections for flatbuffers_ts_library by @jkuszmaul in #7981
- π various fixes by @dbaileychess in #7986
- π Make eslint less pedantic by @OptoCloud in #8012
- Optional omission of Typescript entrypoint by @maxburke in #8057
- β¬οΈ Upgrade the bazel-related dependencies by @philsc in #8078
- π Fix BUILD.bazel style violations by @philsc in #8081
- 0οΈβ£ [TS] Allows object API to set 0 for a null-default scalar. by @jviel-beta in #7864
- Fully qualify the offset type in FLATBUFFERS_VTABLE_UNDERLYING_TYPE by @anton-bobukh in #8094
- β‘οΈ [bazel] Update Platforms by @sgowroji in #8083
- β¬οΈ Bump google.golang.org/grpc from 1.39.0-dev to 1.53.0 in /grpc/examples/go/greeter/server by @dependabot in #8027
- β¬οΈ Upgrade rules_go by @comius in #8092
- β¬οΈ Bump google.golang.org/grpc from 1.35.0 to 1.53.0 in /grpc/examples/go/greeter/client by @dependabot in #8026
- β¬οΈ Bump google.golang.org/grpc from 1.35.0 to 1.53.0 in /grpc/examples/go/greeter/models by @dependabot in #8025
- π Fix nim workflow by @le-michael in #8098
- [Swift] Overall Improvements by @mustiikhalil in #8061
- π Fix misalignment of small structs in a Vector (C++) by @bexcite in #7883
- β Add constexpr for bitmask operators by @xaphier in #8037
- π C++ strict conversion fixes for flatbuffer_builder.h (#8062) by @greenrobot in #8065
- Fix compiling idl_gen_php.cpp against certain STLs by @reshilkin in #8067
- π Fix compiling idl_parser.cpp against certain STLs by @reshilkin in #8066
- corrected a typo by @sthd in #8063
- Return function to namespace by @reshilkin in #8068
- TS: Add missing generated files by @bjornharrtell in #8075
- β Add const qualifier to non-mutated FlatbufferBuilder parameter by @Lukasdoe in #8101
- π Fix verification for C# unions by @CurtHagenlocher in #7970
- π [Rust] Add the Allocator trait for the builder API by @adsnaider in #8106
- β‘οΈ update flatbuffers java to be Android API level 23 compatible by @turbotoribio in #8158
- π Fix CI builds by @dbaileychess in #8161
- π chore: Dart 23.5.26 release by @vaind in #8160
- π Fix: detect c++ standard on MSVC for span by @assorted in #8155
- β‘οΈ Update Compiler.md docs by @fliiiix in #8153
- β Remove msvc pragma warning disable C4351 as it is undocumented by @Lukasdoe in #8124
- β¬οΈ Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/examples/go/greeter/models by @dependabot in #8130
- β¬οΈ Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/examples/go/greeter/server by @dependabot in #8132
- β¬οΈ Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/examples/go/greeter/client by @dependabot in #8131
- β Add help text to cmake git describe error message by @Lukasdoe in #8123
- π Fix spelling mistake in FlatBufferBuilder.cs doc comments by @peter-dye in #8120
- π Allow CreateString invocation with std::string_view by @reshilkin in #8069
- β‘οΈ Update build.yml by @dbaileychess in #8162
- β [Swift] Fixes forward offset verifiable objects within arrays & fixes failing tests by @mustiikhalil in #8135
- β¬οΈ Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #8042
- β Add argument to FlatBufferToString for quotes around field names by @alresin in #8090
- β‘οΈ Update build.yml by @dbaileychess in #8163
- [GO] compiles to much files by @tira-misu in #8118
- β‘οΈ Update testReadFromOtherLanguages test to also run on macOS by @mustiikhalil in #8044
- β Add absolute file names option to BFBS by @jamescourtney in #8055
- [Swift] Push contiguous bytes by @wtholliday in #8157
- π Fix typo in CMakeLists.txt by @DoppelDe in #8167
- [Swift] Add allowReadingUnalignedBuffers to most ByteBuffer init methods by @abandy in #8134
- [Swift] Migrating benchmarks to a newer lib. by @mustiikhalil in #8168
- π Fix cmake build for old versions by @fliiiix in #8173
- π copy languages for conformance parser by @blindspotbounty in #8174
- π Fix python type annotation output when not enabled by @akb825 in #7983
- β¬οΈ [TS/JS] Upgrade dependencies by @bjornharrtell in #7996
- Introduce convenient implicit operator string_view by @georgthegreat in #8181
- π [Python] Add clear method for builder reuse by @razvanalex in #8186
- [TS/JS] Create byte vectors by @razvanalex in #8185
- Target .NET Standard 2.1, .NET 6, .NET 8 only by @bjornharrtell in #8184
π New Contributors
- @jviel-beta made their first contribution in #7864
- @sgowroji made their first contribution in #8083
- @bexcite made their first contribution in #7883
- @xaphier made their first contribution in #8037
- @reshilkin made their first contribution in #8067
- @sthd made their first contribution in #8063
- @Lukasdoe made their first contribution in #8101
- @CurtHagenlocher made their first contribution in #7970
- @adsnaider made their first contribution in #8106
- @turbotoribio made their first contribution in #8158
- @assorted made their first contribution in #8155
- @fliiiix made their first contribution in #8153
- @peter-dye made their first contribution in #8120
- @alresin made their first contribution in #8090
- @jamescourtney made their first contribution in #8055
- @wtholliday made their first contribution in #8157
- @DoppelDe made their first contribution in #8167
- @abandy made their first contribution in #8134
- @akb825 made their first contribution in #7983
- @georgthegreat made their first contribution in #8181
- @razvanalex made their first contribution in #8186
Full Changelog : v23.5.26...v24.3.7
-
v24.3.6
March 07, 2024