Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 2.61 KB

Changelog

0.5.0-alpha (2024-10-03)

Features

  • errmsg: support errors wrapped through errors.Join (#21) (5ced228)

0.4.0-alpha (2023-12-19)

Features

  • add package to handle end-user error messages. (#13) (6230a89)

0.3.0-alpha (2023-04-23)

Features

  • add temporal client option wrappers (4e89cdb)

0.2.0-alpha (2022-07-06)

Features

  • add google rpc status error details (bceeac6)
  • checkfield: add protobuf annotation check package (e81f88d)
  • paginate: add package (5a70916)
  • repo: add package (39fcffc)
  • structutil: add protobuf struct util package (d98c6e1)

Bug Fixes

  • checkfield: fix checkfield path recursion (30c5644)
  • checkfield: fix empty message reflect.ValueOf issue (a0cc7c9)
  • checkfield: fix immutable pointer struct logic (baab8aa)
  • checkfield: fix struct immutable check (9afb850)
  • refactor checkfield functions and add tests (#3) (83b1d7b)

0.1.0-alpha (2022-02-25)

Features