Skip to content

Releases: dolittle/Protobuf

Release v4.0.1

04 Mar 16:25
a99241f
Compare
Choose a tag to compare

Summary

Ads the grpc api package

Added

  • Grpc.Core.Api package

Release v4.0.0

04 Mar 13:24
d2031dc
Compare
Choose a tag to compare

Summary

Update gRPC and Protobuf package dependencies to latest versions and remove unneeded packages.

Removes

  • The gRPC package dependency, it should not be necessary to build gRPC projects.

Changes

  • Update gRPC and Protobuf package versions.

Release v3.3.1

30 Nov 13:54
440b05a
Compare
Choose a tag to compare

Summary

Turns back on compilation of generated .NET protobuf code - to make build pipelines with other sources that rely on the generated code works. To be hones I have no idea how these files were actually built in the end - but it must have worked somehow.

Fixed

  • Turn compilation of generated .NET protobuf source back on, and make errors go away by generating empty service files.

Release v3.3.0

30 Nov 10:11
0f1cd4e
Compare
Choose a tag to compare

Summary

Add ability to keep some source files for .NET protobuf build projects.

Added

  • The <DolittleProtoKeepFiles> MSbuild property that excludes the listed files from the DeleteSourceFiles target.

Prerelease v3.3.0-keepfiles.0

30 Nov 09:53
aac5f5a
Compare
Choose a tag to compare
Pre-release

Adds option to MSbuild to keep some files.

Release v3.2.0

19 Oct 11:22
385bb96
Compare
Choose a tag to compare

Summary

Updates the versions of the Grpc and protobuf packages

Fixed

  • Updated Grpc and protobuf versions

Prerelease v3.2.0-upgradetools.1

19 Oct 08:10
f2090b7
Compare
Choose a tag to compare
Pre-release
Merge pull request #20 from dolittle/fix-changelog-prerelease-check

Don't generate changelogs for prereleases

Prerelease v3.2.0-upgradetools.0

19 Oct 08:06
c5dfee2
Compare
Choose a tag to compare
Pre-release

Update versions of C# and TS dependencies

Release v3.1.3

27 Mar 16:15
e92641f
Compare
Choose a tag to compare

Summary

Changed config of the TS compiler so that it uses @grpc/grpc-js imports.

Fixed

  • Changed config of the TS compiler so that it uses @grpc/grpc-js imports.

Release v3.1.2

27 Mar 15:50
8326d82
Compare
Choose a tag to compare

Summary

Adding support for rewriting import ... from "..."; in addition to require('...') statements in the JS/TS generator.

Changed

  • The JS/TS generator cli now rewrites both require('...') and import ... from "...";.