Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 07:18
c1f17a7

0.11.0 (2024-11-01)

⚠ BREAKING CHANGES

  • zhttp.NewRequestDataProvider() which was deprecated is now removed. Please use zhttp.Request() instead
  • ZogError.Error() no longer proxies to the wrapped error. Now it returns a string representation of the ZogError. You can still access Wrapped error through Unwrap()

Features

Bug Fixes

  • consider " " to be a zero value (d4856e9)
  • zhttp handles input json being null (9e8b8d3)

Miscellaneous Chores

Code Refactoring

  • removed zhttp new data provider (86d4e6f)