Skip to content

Releases: src-d/proteus

v1.3.3

24 Jul 15:06
Compare
Choose a tag to compare
  • De-reference input in case of not nullable types
  • Add -u flag to gogo/protobuf installation
  • Generate rpcs with context as a first argument
  • Handle command error in CLI
  • Don't panic when scanning map interface types

Legion

18 May 10:39
Compare
Choose a tag to compare

This release fixes a bug with multipackage support.

The Night We Met

04 May 10:45
Compare
Choose a tag to compare

In this chapter:

  • [BUGFIX] Non-nullable maps (maps whose value type is non-nullable) now work properly.
  • [BUGFIX] Better support for basic types without a matching type in protobuf (int8, rune, etc.).
  • [CLEANUP] Imrprove RPC tests.

Super ProtoSize Me

18 Apr 08:10
Compare
Choose a tag to compare

Proteus now generates a ProtoSize method instead of a Size one.

Proteus and the Raise of the Gogo Options

12 Apr 09:30
Compare
Choose a tag to compare

This includes the following features and fixes:

  • Proteus now detects a String method and add the option to drop the generated one
    if it finds it.
  • Fixes the mapping for time.Duration.
  • Fixes the problems caused by calling proteus twice.
  • Fixes the generation of getters by default. This option was early on in the
    development but somehow it got lost.

v1.1.0

02 Mar 14:22
Compare
Choose a tag to compare

Features:

  • Comments of the Go structs, fields, enums, enum values, functions and methods are propagated to the .proto file.

v1.0

02 Mar 09:19
Compare
Choose a tag to compare

First public release