Skip to content

v0.45.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 12:29
· 111 commits to main since this release
5634d6b

Minor Changes

  • d1c30dc: Changed behavior or Saleor Cloud APL - get method. Previously ANY error was catched and method returned "undefined". Now only 404-like errors will return "undefined" and error like 5xx, timeouts, wrong body, etc. will result with thrown error. This is technically a breaking change on function level, but in the end app will fail anyway - if APL is not found, it can't proceed. Now error is thrown earlier. It should help with debugging and better custom error handling.

Patch Changes

  • b5c4429: Fixed URLs to docs inline code and errors. Now they point to Saleor Docs website, instead local docs that were removed