Skip to content

Releases: CrowdStrike/csproto

v0.30.1

01 Jul 22:11
Compare
Choose a tag to compare

Bumped the Go version to 1.22 in GH Actions

  • Updated lint-and-test and build-binary-artifacts workflows to use Go 1.22

Full Changelog: v0.30.0...v0.30.1

v0.30.0: feat: expand `PointerTo[T]()` function to support proto enums

01 Jul 21:56
Compare
Choose a tag to compare
loosen the generic type constraint on `PointerTo[T]()` to replace `int32` with `~int32` so that we include generated enum types
add additional clarifying comments

v0.29.0

31 May 15:09
d51f3bc
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by @dependabot in #145

Full Changelog: v0.28.0...v0.29.0

v0.28.0

19 Mar 16:30
682b40c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #138
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /example by @dependabot in #140
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #139
  • chore(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in /example by @dependabot in #143
  • chore(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 by @dependabot in #141

Full Changelog: v0.27.1...v0.28.0

v0.27.1

02 Jan 18:10
f894654
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.17.0 by @dependabot in #137

Full Changelog: v0.27.0...v0.27.1

v0.27.0

02 Jan 17:56
627ea6a
Compare
Choose a tag to compare

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 to Decoder by @dylan-bourque in #136

Full Changelog: v0.26.0...v0.27.0

v0.26.0

02 Oct 15:41
3053d10
Compare
Choose a tag to compare

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

01 Sep 12:56
cb4498b
Compare
Choose a tag to compare

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

03 Jul 13:43
Compare
Choose a tag to compare

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 (#…

03 Jul 13:21
60615d6
Compare
Choose a tag to compare
…119)

Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>