Skip to content

Release v0.2.0-rc.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@nitric-bot nitric-bot released this 13 Oct 03:27
c2417d3

0.2.0 (2021-10-13)

Features

  • add json response helper (58ad632)
  • add overloads to send method for Task and Task[] (5d05143)
  • Add signUrl to storage file references. (f9c84cf)
  • allow multiple handlers in faas functions (cbffb6e)
  • change send method to return void if task succeeds (c11f8d9)
  • combine send and send batch functions (d11a2d2)
  • json response helper method (23de3fd)
  • new handler interface (66deda9)

Bug Fixes

  • destructure single value headers (41a3299)
  • parse body with middleware for http requests (342b680)
  • support new and old header formats (43327ae)

Documentation

  • add storage presigned snippets (e3bf41d)

Continuous Integration

  • Add new release workflows. (4d11fef)
  • Add skips to publish steps. (5525052)

Build Systems

  • remove generate:proto from build. (76b100c)

Code Refactoring

  • Rewrite faas imports to use @nitric/api. (969fd2b)
  • rewrite imports to use @nitric/api over locally generated interfaces. (efeb4d1)
  • scope apis/faas with consumed membrane API version. (006d51e)
  • Update example test harnesses to use @nitric/api. (f42fbf3)

Tests

  • Add signUrl tests. (9c90392)
  • test for old header backwards compatibility (c853f91)
  • update faas tests (352239c)

-rc.9