Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 00:01
· 54 commits to master since this release
c06da67

10 changes since v0.12.0

๐Ÿš€ Features

  • Add IsAborted query in Results (#27)
  • Add 'SupplierFromSlice' utility function (#30)

๐Ÿ› ๏ธ Minor Changes

  • Refactoring: Improve pipeline options with struct (#28)

๐Ÿ”Ž Breaking Changes

  • Support pipeline cancellation with Go's native Context (#29)
  • Rework Result's Error property (#31)
  • Restructure packages (#36)

๐Ÿ”— Dependency Updates

  • Update actions/setup-go action to v3 (#32)
  • Update actions/checkout action to v3 (#33)
  • Update module github.com/stretchr/testify to v1.7.1 (#34)
  • Update actions/cache action to v3 (#35)