Releases: dolittle/Protobuf
Release v4.0.1
Summary
Ads the grpc api package
Added
- Grpc.Core.Api package
Release v4.0.0
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
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
Summary
Add ability to keep some source files for .NET protobuf build projects.
Added
- The
<DolittleProtoKeepFiles>
MSbuild property that excludes the listed files from theDeleteSourceFiles
target.
Prerelease v3.3.0-keepfiles.0
Adds option to MSbuild to keep some files.
Release v3.2.0
Summary
Updates the versions of the Grpc and protobuf packages
Fixed
- Updated Grpc and protobuf versions
Prerelease v3.2.0-upgradetools.1
Merge pull request #20 from dolittle/fix-changelog-prerelease-check Don't generate changelogs for prereleases
Prerelease v3.2.0-upgradetools.0
Update versions of C# and TS dependencies
Release v3.1.3
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
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('...')
andimport ... from "...";
.