Releases: CrowdStrike/csproto
Releases · CrowdStrike/csproto
v0.27.0
What's Changed
- chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 in /example by @dependabot in #129
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #131
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /example by @dependabot in #134
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #135
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #132
- feat: add
Seek()
method toDecoder
by @dylan-bourque in #136
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #127
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #128
Full Changelog: v0.25.0...v0.26.0
v0.25.0
What's Changed
- chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #122
- fix(protoc-gen-fastmarshal): generated code should respect Go package aliases from 'option go_package' by @dylan-bourque in #126
- Using of the correct name for oneof message and options by @biosvs in #124
New Contributors
Full Changelog: v0.24.3...v0.25.0
v0.24.3
Updated .goreleaser.yml
to use name_template
in place of the deprecated replacements
attribute
Full Changelog: v0.24.2...v0.24.3
v0.24.2
chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#…
v0.24.1
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in /example by @dependabot in #114
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #116
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 in /example by @dependabot in #105
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 in /example by @dependabot in #107
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 by @dependabot in #106
- chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 by @dependabot in #108
- chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.30.0 in /example by @dependabot in #111
- chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.30.0 by @dependabot in #109
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #110
- fix: RangeExtensions doesn't enumerate all items for Google V2 by @dylan-bourque in #112
Full Changelog: v0.23.1...v0.24.0
v0.23.1
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in /example by @dependabot in #102
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #103
- Fix panic after decoding msg with invalid unknown fields by @dylan-bourque in #104
Full Changelog: v0.22.0...v0.23.1
Full Changelog: v0.23.0...v0.23.1
v0.23.0: Fix panic after decoding msg with invalid unknown fields (#104)
* fix(decode): avoid panics after decoding messages with invalid unknown fields data address a panic when calling `.String()` on a message that was decoded from invalid binary data, specifically binary data that had unknown fields where the bytes are not a valid encoding for a Protobuf message. adds a new `Offset() int` method to `Decoder` that returns the current read offset within the message data add offset information to errors returned by `Decoder` * feat(protodump): create a new 'protodump' CLI that does basic Protobuf decoding * chore(build): update Make targets and Goreleaser config add a new `protodump` Make target to build the `protodump` CLI update the `protoc-gen-fastmarshal` Make target to include version information for local builds add a new Goreleaser section to build and publish the `protodump` CLI update Goreleaser to include version info in the published binaries * addressed new linter warnings * added negative tests for tagPath.Set() added example test using tagPaths with flags.FlagSet * chore(ci): add CI step to build protodump CLI
v0.22.0
What's Changed
- chore(deps): bump github.com/gofrs/uuid from 4.3.1+incompatible to 4.4.0+incompatible in /example by @dependabot in #99
Full Changelog: v0.21.0...v0.22.0