Skip to content

Releases: GEBIT/protobuf-dt

2.6.1

29 Nov 15:12
Compare
Choose a tag to compare

Fixes:

#8 - Maven-only dependency resolver fails with m2eclipse 1.x

2.6.0

25 Nov 10:40
Compare
Choose a tag to compare

Fixes:

#6 - The allow_alias is ignored
#7 - Dependency inclusion only works for Java projects, not (pure) Maven projects

2.5.4

23 Aug 08:54
Compare
Choose a tag to compare

Fixes some formatting issues related to oneof brackets: see issue #5

2.5.3

21 Aug 09:30
Compare
Choose a tag to compare

This release fixes a bug in the implementation of issue #1 which didn't correctly include dependencies that are internally managed within a dependency container (like Maven dependencies) into the .proto scan.

2.5.2

16 Aug 09:35
Compare
Choose a tag to compare

This release adds several new validations, mostly requested in issue #4 :

  • duplicate field names in messages
  • duplicate values in enums
  • duplicate indices in enums
  • indices clashing with reserved ranges in enums
  • values clashing with reserved values in enums

2.5.1

14 Aug 10:02
Compare
Choose a tag to compare

This adds support for importing .proto files from:

  • .jar files in the classpath of a project
  • source directories as well as .jar files on the classpath of another referenced project

See also issue #1

2.5.0

14 Aug 09:41
Compare
Choose a tag to compare

This adds support for importing .proto files from:

  • .jar files in the classpath of a project
  • source directories as well as .jar files on the classpath of another referenced project

See also issue #1

2.4.4

15 Jul 07:20
v2.4.4
a47bba7
Compare
Choose a tag to compare

This release allows the reserved keyword also for enums (#3)

2.4.3

28 Jun 21:51
Compare
Choose a tag to compare

This fixes/adds #2: Add support for formatting the protobuf source files according to the google style guide

2.4.2

13 Feb 15:25
Compare
Choose a tag to compare

Updates internal .proto descriptor files to those of protobuf-core 4.26.x. Also adds missing scoping logic to deal with new .proto language constructs found in the descriptor.proto as of protobuf-core 4.26. Fixes a bug present in 2.4.1 which broke imports of the google/protobuf standard protos.