Skip to content

Releases: JuliaIO/ProtoBuf.jl

v0.11.2

29 Sep 07:34
5306d18
Compare
Choose a tag to compare
v0.11.2

v0.11.1

07 Apr 16:02
7db174d
Compare
Choose a tag to compare

ProtoBuf v0.11.1

Diff since v0.11.0

Closed issues:

  • Inconsistent handling of singular non-message fields (#130)
  • Code Building inconsistency, sometimes dot sometimes underscore (#167)
  • proto3 default values are not set for empty oneof (#168)

Merged pull requests:

v0.11.0

23 Mar 11:00
27724de
Compare
Choose a tag to compare

ProtoBuf v0.11.0

Diff since v0.10.0

Closed issues:

  • ERROR: type Union has no field name (#118)
  • Eval can be replaced by getfield in call_method (#156)
  • Installing from registry adds v 0.9.1 (#162)
  • Import of .proto files doesn't seem to work when generating (#163)
  • "service" doesn't get generated (#165)

Merged pull requests:

v0.10.0

01 Dec 04:00
9183619
Compare
Choose a tag to compare

ProtoBuf v0.10.0

Diff since v0.9.1

Closed issues:

  • [BUG] isdefined(: (#153)
  • [BUG] isdefined(::ProtoType, ::Symbol) not working on some readproto types (#154)

Merged pull requests:

v0.9.1

23 Nov 13:01
66724be
Compare
Choose a tag to compare

ProtoBuf v0.9.1

Diff since v0.9.0

Closed issues:

  • Cannot generate code from ONNX ProtoBuf definitions (#139)
  • ProtoEnum is exported but not defined in 0.9.0 (#142)
  • Exported utils overwrites functions in Base (#143)
  • ProtoBuf.metalock not defined (#145)
  • [BUG] Constructing a ProtoType without a field value makes the object behave as if it had not this property (#146)
  • [Compat BUG] With Julia-1.0 : Base.hasproperty requires >= v1.2 (#147)
  • Extend ReadMe: Read ProtoBuf Message from File? (#148)

Merged pull requests:

v0.9.0

21 Oct 10:01
93b5355
Compare
Choose a tag to compare

ProtoBuf v0.9.0

Diff since v0.8.0

Closed issues:

  • SerializeToString method for Protobuf.jl (#125)
  • 0.7.0 doesn't work with Julia 1.3 (#134)
  • Make ProtoBuf thread safe (#140)

Merged pull requests:

ProtoBuf v0.8.0

14 Jan 06:48
b28207a
Compare
Choose a tag to compare

v0.8.0 (2020-01-14)

Diff since v0.7.0

Closed issues:

  • Issues with ProtoBuf plugin and Julia 1.2 (#132)
  • Running example in docs gives inconsistent results (#126)
  • New Release required (#123)
  • Values of primitives types not default to zero (#122)

Merged pull requests:

ProtoBuf v0.7.0

23 Dec 09:46
6ab0dba
Compare
Choose a tag to compare
Merge pull request #121 from JuliaIO/tan/julia10

deepcopy override

ProtoBuf v0.6.1

07 Aug 15:07
ffbe238
Compare
Choose a tag to compare
Merge pull request #114 from JuliaIO/tan/compat

Julia 1.0 compat

ProtoBuf v0.6.0

13 Jul 02:11
Compare
Choose a tag to compare
update compat version requirement