Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

63 lines (33 loc) · 3.49 KB

Changelog

0.6.0-alpha (2024-12-13)

Features

  • collect shared logic for blob storage and minio (#27) (36280f1)
  • minio: add expiry tag and rule (#23) (6659d46)

Bug Fixes

  • minio: remove default bucket lifecycle rule (#30) (890bb31)
  • minio: set life cycle config on existing bucket (#25) (3b853d0)

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