Skip to content

Commit af9ceab

Browse files
authoredJan 4, 2023
FlatBuffers Version 23.1.4 (#7758)
1 parent 3b2eb77 commit af9ceab

File tree

163 files changed

+287
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+287
-269
lines changed
 

‎CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,37 @@ All major or breaking changes will be documented in this file, as well as any
44
new features that should be highlighted. Minor fixes or improvements are not
55
necessarily listed.
66

7-
## 22.12.06 (Dec 06 2022)
7+
## [23.1.4 (Jan 4 2023)](https://github.com/google/flatbuffers/releases/tag/v23.1.4)
8+
9+
* Major release! Just kidding, we are continuing the
10+
[versioning scheme](https://github.com/google/flatbuffers/wiki/Versioning) of
11+
using a date to signify releases. This results in the first release of the new
12+
year to bump the tradition major version field.
13+
14+
* Go minimum version is now 1.19 (#7720) with the addition of Go modules.
15+
16+
* Added CI support for Big Endian regression testing (#7707).
17+
18+
* Fixed `getFullyQualifiedName` in typescript to return name delimited by '.'
19+
instead of '_' (#7730).
20+
21+
* Fixed the versioning scheme to not include leading zeros which are not
22+
consistently handled by every package manager. Only the last release
23+
(12.12.06) should have suffered from this.
24+
25+
## [22.12.06 (Dec 06 2022)](https://github.com/google/flatbuffers/releases/tag/v22.12.06)
826

927
* Bug fixing release, no major changes.
1028

11-
## 22.10.25 (Oct 25 2022)
29+
## [22.10.25 (Oct 25 2022)](https://github.com/google/flatbuffers/releases/tag/v22.10.25)
1230

1331
* Added Nim language support with generator and runtime libraries (#7534).
1432

15-
## 22.9.29 (Sept 29 2022)
33+
## [22.9.29 (Sept 29 2022)](https://github.com/google/flatbuffers/releases/tag/v22.9.29)
1634

1735
* Rust soundness fixes to avoid the crate from bing labelled unsafe (#7518).
1836

19-
## 22.9.24 (Sept 24 2022)
37+
## [22.9.24 (Sept 24 2022)](https://github.com/google/flatbuffers/releases/tag/v22.9.24)
2038

2139
* 20 Major releases in a row? Nope, we switched to a new
2240
[versioning scheme](https://github.com/google/flatbuffers/wiki/Versioning)
@@ -67,4 +85,4 @@ necessarily listed.
6785

6886
* First binary schema generator (Lua) to generate Lua code via a .bfbs file.
6987
This is mostly an implementation detail of flatc internals, but will be slowly
70-
applied to the other language generators.
88+
applied to the other language generators.

‎CMake/Version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
set(VERSION_MAJOR 22)
2-
set(VERSION_MINOR 12)
3-
set(VERSION_PATCH 06)
1+
set(VERSION_MAJOR 23)
2+
set(VERSION_MINOR 1)
3+
set(VERSION_PATCH 4)
44
set(VERSION_COMMIT 0)
55

66
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")

0 commit comments

Comments
 (0)