Recent Releases of https://github.com/juliaio/protobuf.jl

https://github.com/juliaio/protobuf.jl - v1.1.1

ProtoBuf v1.1.1

Diff since v1.1.0

Merged pull requests: - Fix a bug with sending -0.0 for floats (#268) (@talf301)

- Julia
Published by github-actions[bot] 11 months ago

https://github.com/juliaio/protobuf.jl - v1.1.0

ProtoBuf v1.1.0

Diff since v1.0.16

Merged pull requests: - Better codegen for mutually recursive dependencies (#264) (@Drvi)

Closed issues: - Path requirements for importing .proto files conflicts with grpc (#254)

- Julia
Published by github-actions[bot] 11 months ago

https://github.com/juliaio/protobuf.jl - v1.0.16

ProtoBuf v1.0.16

Diff since v1.0.15

Merged pull requests: - Bump actions/cache from 3 to 4 (#246) (@dependabot[bot]) - Bump codecov/codecov-action from 3 to 4 (#247) (@dependabot[bot]) - Update ci.yml - add mac aarch64, codecov 4 token (#249) (@ViralBShah) - Remove TranscodingStreams dependency (#253) (@nhz2)

- Julia
Published by github-actions[bot] over 1 year ago

https://github.com/juliaio/protobuf.jl - v1.0.15

ProtoBuf v1.0.15

Diff since v1.0.14

Merged pull requests: - enable dependabot for GitHub actions (#231) (@ranocha) - Bump actions/cache from 1 to 3 (#237) (@dependabot[bot]) - Bump actions/checkout from 2 to 4 (#238) (@dependabot[bot]) - Bump codecov/codecov-action from 1 to 3 (#239) (@dependabot[bot]) - compat updates (#241) (@jaakkor2) - Bugfix/broken submodule topological sort (#242) (@ajwittmond) - Fixes #243 (#244) (@dourouc05) - Test tweaks (#245) (@Drvi)

Closed issues: - Issues with encoding of dictionaries (#233) - Too many quotes in long strings (#243)

- Julia
Published by github-actions[bot] about 2 years ago

https://github.com/juliaio/protobuf.jl - v1.0.14

ProtoBuf v1.0.14

Diff since v1.0.13

Merged pull requests: - Explicitly check expected number of written bytes (#236) (@Drvi)

- Julia
Published by github-actions[bot] over 2 years ago

https://github.com/juliaio/protobuf.jl - v1.0.13

ProtoBuf v1.0.13

Diff since v1.0.12

Merged pull requests: - Try harder not to outgrow preallocated IOBuffer.data (#235) (@Drvi)

- Julia
Published by github-actions[bot] over 2 years ago

https://github.com/juliaio/protobuf.jl - v1.0.12

ProtoBuf v1.0.12

Diff since v1.0.11

Merged pull requests: - Fix dictionary encoding and decoding (#234) (@JamieMair)

- Julia
Published by github-actions[bot] over 2 years ago

https://github.com/juliaio/protobuf.jl - v1.0.11

ProtoBuf v1.0.11

Diff since v1.0.10

- Julia
Published by github-actions[bot] over 2 years ago

https://github.com/juliaio/protobuf.jl - v1.0.10

ProtoBuf v1.0.10

Diff since v1.0.9

Closed issues: - use ProtoBuf.EnumX in generated files (#219) - reflection without _protobufjlinternalmeta? (#225)

Merged pull requests: - Allow a semicolon after a RPC definition (#228) (@Drvi)

- Julia
Published by github-actions[bot] over 2 years ago

https://github.com/juliaio/protobuf.jl - v1.0.9

ProtoBuf v1.0.9

Diff since v1.0.8

Merged pull requests: - Add type assertions when encoding OneOf members (#223) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.8

ProtoBuf v1.0.8

Diff since v1.0.7

Closed issues: - Would StructTypes.jl integration be an idea for the long run (?) (#166)

Merged pull requests: - a few small fixes for codegen (#221) (@ExpandingMan)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.7

ProtoBuf v1.0.7

Diff since v1.0.6

Closed issues: - porting code from pre-1.0 version (#216)

Merged pull requests: - Introduce common_abstract_type option (#217) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.6

ProtoBuf v1.0.6

Diff since v1.0.5

Merged pull requests: - Allow trailing semicolon after oneof fields (#215) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.5

ProtoBuf v1.0.5

Diff since v1.0.4

Merged pull requests: - Message fields can have hex field numbers (#214) (@CantelopePeel)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.4

ProtoBuf v1.0.4

Diff since v1.0.3

Closed issues: - feature: hope add format for generated *_pb.jl (#206) - ERROR: Unsupported type token with semicolon terminated message-expression (#211)

Merged pull requests: - update export format (#207) (@zsz00) - Tweak export formatting (#210) (@Drvi) - Support for non-seekable IOBuffers (#212) (@Drvi) - Allow trailing semicolon after message definition (#213) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.3

ProtoBuf v1.0.3

Diff since v1.0.2

Merged pull requests: - Allow storing unknown enum values (#209) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.2

ProtoBuf v1.0.2

Diff since v1.0.1

Closed issues: - debug string function should be implemented as in C++ and Python (#12) - Conflict in filename of submodules (#98) - Tensorboard cant read event files that were created with ProtoBuf v0.7 (#124) - Compiler partially generating (#137) - ERROR: has no field _protobufjlinternaldefaultset (#157) - Error generating code for protos using well-known types (#161) - Using ProtoBuf.protoc requires that ProtoBuf is in default environment (#178) - Deserialization is extremely slow for messages with many small sub-messages. (#179) - proto3 optional fields support needed (#181) - Decoding protobuf message from mapbox API (#198) - Hope add more documents (#199) - Code generation error (#200)

Merged pull requests: - Support reserved fields in enums (#205) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.1

ProtoBuf v1.0.1

Diff since v1.0.0

Merged pull requests: - Support Julia 1.6 (#203) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v1.0.0

ProtoBuf v1.0.0

Diff since v0.11.5

Closed issues: - Incorrect reader (#191) - wire_type seems to be incorrectly used in writeproto? (#196) - Open to package overhaul? (#201)

Merged pull requests: - ProtoBuf 1.0.0 (#202) (@Drvi)

- Julia
Published by github-actions[bot] over 3 years ago

https://github.com/juliaio/protobuf.jl - v0.11.5

ProtoBuf v0.11.5

Diff since v0.11.4

Merged pull requests: - Fix bug in recursive proto generation where julia keywords are present. (#192) (@dewilson) - fix incorrect serialization of some concrete types (#193) (@neveritt) - Update LICENSE.md (#195) (@ViralBShah)

- Julia
Published by github-actions[bot] almost 4 years ago

https://github.com/juliaio/protobuf.jl - v0.11.4

ProtoBuf v0.11.4

Diff since v0.11.3

Merged pull requests: - Make wiretypes into julia types and specialize methods on these types (#188) (@neveritt) - Add Set as a keyword (#189) (@BenChung) - use github workflows for CI (#190) (@tanmaykm)

- Julia
Published by github-actions[bot] about 4 years ago

https://github.com/juliaio/protobuf.jl - v0.11.3

ProtoBuf v0.11.3

Diff since v0.11.2

- Julia
Published by github-actions[bot] over 4 years ago

https://github.com/juliaio/protobuf.jl - v0.11.2

- Julia
Published by tanmaykm over 4 years ago

https://github.com/juliaio/protobuf.jl - v0.11.1

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: - Fix PROTOC.md (#172) (@Octogonapus) - service code generation improvements (#174) (@tanmaykm) - correct codegen for nested protobuf structs (#175) (@tanmaykm) - bump patch version (#176) (@tanmaykm)

- Julia
Published by github-actions[bot] almost 5 years ago

https://github.com/juliaio/protobuf.jl - v0.11.0

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: - use getfield instead of eval to get service method (#158) (@tanmaykm) - Use protoc_jll for the proto compiler (#159) (@Keno) - fix protoc method and tests (#160) (@tanmaykm) - update docs, tests, CI setup for new protoc method (#170) (@tanmaykm) - correct julia compat in Project.toml (#171) (@tanmaykm)

- Julia
Published by github-actions[bot] almost 5 years ago

https://github.com/juliaio/protobuf.jl - v0.10.0

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: - use Compat to export hasproperty cleanly (#155) (@tanmaykm)

- Julia
Published by github-actions[bot] about 5 years ago

https://github.com/juliaio/protobuf.jl - v0.9.1

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: - do not export ProtoEnum anymore (#144) (@tanmaykm) - add hasproperty for Julia < 1.2 compat (#149) (@tanmaykm) - track default values, fix oneof code generation (#150) (@tanmaykm) - update readme, add example skip ci (@tanmaykm)

- Julia
Published by github-actions[bot] about 5 years ago

https://github.com/juliaio/protobuf.jl - v0.9.0

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: - update Project.toml for tagging (#135) (@tanmaykm) - Install TagBot as a GitHub Action (#136) (@JuliaTagBot) - update package and code generator for thread safety, few other improvements (#141) (@tanmaykm)

- Julia
Published by github-actions[bot] over 5 years ago

https://github.com/juliaio/protobuf.jl - ProtoBuf v0.8.0

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:

  • update Project.toml for tagging (#135) (tanmaykm)
  • add more Julia versions to CI (#133) (tanmaykm)
  • Fix parsing of infinity and NaN default values (#131) (mlubin)
  • Fix protoc plugin with recent Pkg (#129) (Keno)
  • correct example in USAGE.md (#127) (tanmaykm)

- Julia
Published by tanmaykm about 6 years ago

https://github.com/juliaio/protobuf.jl - ProtoBuf v0.7.0

- Julia
Published by tanmaykm about 7 years ago

https://github.com/juliaio/protobuf.jl - ProtoBuf v0.6.1

- Julia
Published by tanmaykm over 7 years ago

https://github.com/juliaio/protobuf.jl - ProtoBuf v0.6.0

- Julia
Published by tanmaykm over 7 years ago

https://github.com/juliaio/protobuf.jl - ProtoBuf v0.5.0

- Julia
Published by tanmaykm about 8 years ago

https://github.com/juliaio/protobuf.jl - ProtoBuf v0.4.0

Julia v0.6.0 compatibility

- Julia
Published by tanmaykm almost 9 years ago