Skip to content

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 19:59
40fe27e

1.16.0 (2025-09-24)

🐛 Bug Fixes

✨ New Features

  • expose generic resolution/evaluation details structs (#403) (343f691)

🧹 Chore

  • add 1m timeout to tests (#399) (66e1173)
  • config: migrate config renovate.json (9bd5e64)
  • config: migrate renovate config (#426) (9bd5e64)
  • deps: update actions/cache digest to 0400d5f (#427) (c466ed2)
  • deps: update actions/checkout digest to 08eba0b (#428) (5c8d047)
  • deps: update amannn/action-semantic-pull-request digest to e32d7e6 (#429) (b79da65)
  • deps: update codecov/codecov-action action to v5.5.0 (#423) (9c2c904)
  • deps: update goreleaser/goreleaser-action digest to e435ccd (#430) (c92e733)
  • deps: update marocchino/sticky-pull-request-comment digest to 7737449 (#431) (53a89f3)
  • deps: update module github.com/cucumber/godog to v0.15.1 (#422) (2b96419)
  • deps: update module go.uber.org/mock to v0.6.0 (#424) (50ff997)
  • deps: update module golang.org/x/text to v0.28.0 (#425) (720be5f)
  • deps: update module golang.org/x/text to v0.29.0 (#434) (3d2b707)
  • deps: update test-harness digest to 89c9af6 (#432) (6879af3)
  • deps: update test-harness digest to cc576c1 (#391) (9908b97)
  • enable all staticcheck linter checks (#405) (ce1a0f7)
  • enable gofumpt and gci (#392) (d9cd757)
  • enable intrange and copyloopvar linters (#404) (569e99a)
  • upgrade go from 1.23 to 1.24 (#420) (c617b2d)
  • upgrade golangci-lint to the latest version (#406) (137156b)
  • upgrade golangci-lint version to latest (137156b)

📚 Documentation

  • move nolint directive to beginning of block (#396) (bf2d408)

🔄 Refactoring

  • Deprecate GetApiInstance & Add Direct NewDefaultClient implementations (#421) (9c5d833)
  • use slices package instead of append (#402) (63bf987)