Skip to content

v1.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 20:09
dd4cf71

1.15.0 (2025-06-02)

⚠ BREAKING CHANGES

  • simplify and improve logging hook (experimental) (#372)

🐛 Bug Fixes

  • deps: update module github.com/go-logr/logr to v1.4.3 (#375) (f1b6836)
  • deps: update module go.uber.org/mock to v0.5.2 (#355) (1d6069a)
  • deps: update module golang.org/x/text to v0.22.0 (#315) (06e9304)
  • deps: update module golang.org/x/text to v0.25.0 (#330) (42e33ba)
  • remove ITracking interface in favour of Tracker (#365) (3b4c49b)

✨ New Features

  • add evaluation details to finally hook (#328) (63de64a)
  • add OTel event creation util func (#325) (3c70dc2)
  • loosen test instance interface to support various test frameworks (#317) (ce4920a)
  • loosen test instance interface to support various test frameworks #316 (#319) (344cd39)
  • Make Mocks Exportable (#341) (f675d01)
  • simplify and improve logging hook (#372) (5043b24)
  • update telemetry package to conform to latest spec (#371) (5c69ff1)

🧹 Chore

📚 Documentation

🔄 Refactoring