Releases: GEBIT/protobuf-dt
Releases · GEBIT/protobuf-dt
2.6.1
Fixes:
#8 - Maven-only dependency resolver fails with m2eclipse 1.x
2.6.0
Fixes:
#6 - The allow_alias is ignored
#7 - Dependency inclusion only works for Java projects, not (pure) Maven projects
2.5.4
Fixes some formatting issues related to oneof brackets: see issue #5
2.5.3
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
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
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
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
This release allows the reserved
keyword also for enums (#3)
2.4.3
This fixes/adds #2: Add support for formatting the protobuf source files according to the google style guide
2.4.2
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.