Skip to content

Releases: JuliaData/FlatBuffers.jl

v0.6.1

23 Oct 04:37
1d859c5
Compare
Choose a tag to compare

FlatBuffers v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

01 Oct 06:00
60aef4c
Compare
Choose a tag to compare

FlatBuffers v0.6.0

Diff since v0.5.4

Closed issues:

  • BoundsError (#43)
  • Julia 1.7 compatibility (#55)

Merged pull requests:

v0.5.4

23 Sep 10:30
v0.5.4
b609b35
Compare
Choose a tag to compare

v0.5.4 (2019-09-22)

Diff since v0.5.3

This release contains a fix for issue (#43) which was a bug involving compatibility with Parameters.jl. CI tests have also now been explicitly added for julia 1.1, 1.2, and 1.3.

Julia 1.1 support

15 Jan 01:01
Compare
Choose a tag to compare

No functional changes in this release, purely an update to REQUIRE to allow the package to be used in Julia 1.1.
Julia 1.1 is also now explicitly tested on every build.

revert to old behaviour for defaults

05 Jan 00:58
Compare
Choose a tag to compare

String fields now default to "" if not present, and vectors default to []. This is as opposed to nothing in the previous release, which caused problems downstream and highlighted some test coverage gaps.

Addresses issue #37 and JuliaData/Feather.jl#109.

vectors of unions bugfix

21 Dec 20:32
Compare
Choose a tag to compare

fixing an issue with vectors of unions in the last release

flatc support

13 Dec 19:54
Compare
Choose a tag to compare

This release is in preparation for adding support for Julia in the official flatc compiler.

New functionality:

  • support for vectors of unions
  • support for deprecated fields (using generated slot_offsets function)
  • support for file identifiers and extensions
  • new serialize and deserialize functions
  • updated syntax for default fields, using Parameters.jl
  • improved printing for builders and tables

There is an added dependency on Parameters.jl, however there should be no breaking changes in this release.

v0.4.0: Merge pull request #27 from davidanthoff/julia-0.7

19 Jul 13:24
10a758b
Compare
Choose a tag to compare

0.7 compat

13 Feb 20:58
Compare
Choose a tag to compare
v0.3.2

Fixes for 0.7

0.3.1 Release

09 Oct 16:36
Compare
Choose a tag to compare
v0.3.1

Get the 0.6/0.7 compat story right this time