Skip to content

v1.0.0-alpha.18

Pre-release
Pre-release

Choose a tag to compare

@andon andon released this 30 Oct 15:28
· 93 commits to master since this release

Bug Fixes

  • core: Add warning (in development) when UI lookup fails (31a0529)
  • core: Fix setting of headers on POST requests (#71) (851e080)
  • core: Lower error log level when readRefresh fails (#69) (76a71d4)
  • core: replace code 420 with 999 for programming errors (exceptions) (#73) (b69e26d)

Features

  • core: add failedRefresh metadata (#72) (6d82727)

BREAKING CHANGES

  • core: In case you've used 420 status code when programming errors happen, now you will need to update your code to use 999. Status code 420 means networking error only.