Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 14:28
d4fd8c2

1.14.0 (2024-12-04)

🐛 Bug Fixes

  • consider default client when loading states (d906d6f)
  • consider default client when loading states (#309) (d906d6f)
  • deps: update module github.com/cucumber/godog to v0.15.0 (#300) (dc66ed3)
  • deps: update module golang.org/x/text to v0.20.0 (#301) (efab565)
  • deps: update module golang.org/x/text to v0.21.0 (#311) (3d1615a)

✨ New Features

  • add logging hook, rm logging from evaluation (#289) (7850eec)
  • Implement Tracking in Go (#297) (dee5ec7)
  • make provider interface "stateless" as per spec 0.8.0 (#299) (510b2a6)
  • TestProvider for easy, parallel-safe testing (#295) (3e3d0b1)

🧹 Chore

  • fix coverage uploads to Codecov (#306) (96d86ba)
  • require go 1.21 (#294) (ddfffdd)
  • run e2e tests in ci, add sm pull to makefile (#298) (8675832)
  • use correct term "domain" instead of name/clientName in code (#305) (73c0e85)

📚 Documentation

  • update readme to be included in the docs (13444e7)