Skip to content

Releases: ahamez/protox

1.7.2

19 Nov 20:18
1.7.2
4a9ba78
Compare
Choose a tag to compare

1.7.1

16 Oct 12:20
1.7.1
5fcf368
Compare
Choose a tag to compare
  • Fix decoding and encoding of proto3 optional fields

1.7.0

18 Aug 07:45
1.7.0
9ba1d0d
Compare
Choose a tag to compare
  • Add support of FileOptions (which can be access with Msg.file_options/0)

1.6.10

02 Mar 21:50
1.6.10
9105a9d
Compare
Choose a tag to compare
  • Fix format of generated files

1.6.9

22 Feb 10:33
1.6.9
a3e6e84
Compare
Choose a tag to compare
  • Fixes deprecation warnings in Elixir >= 1.14 about Bitwise (thanks to @moogle19)

1.6.8

20 Feb 21:08
1.6.8
9c835a3
Compare
Choose a tag to compare
  • Raise clearer error message if protoc is missing (thanks to @josevalim)

1.6.7

11 Jan 09:17
1.6.7
db84f4b
Compare
Choose a tag to compare
  • New release to publish docs using the improved ex_doc 0.27

1.6.6

13 Dec 19:36
1.6.6
6ba4069
Compare
Choose a tag to compare
  • Fix JSON conformance tests related to fractional part in Timestamp
  • Add an option to not generate deprecated functions defs/0 and defs_by_name/0

1.6.5

05 Dec 09:17
1.6.5
a833ea0
Compare
Choose a tag to compare
  • Elixir 1.9 is now the minimal supported version
  • Relax constraint on Decimal version (thanks to @ananthakumaran )

1.6.4

25 Oct 20:43
1.6.4
1966fb5
Compare
Choose a tag to compare
  • Renamed module Protox.Message into Protox.MergeMessage to reflect its real role
  • Fix inconsistent behavior when encoding to JSON an enum with an unknown atom field
    ⚠️ Requires to regenerate code from .proto definitions