Skip to content

Releases: supabase/functions-js

v2.1.5

11 Sep 07:03
Compare
Choose a tag to compare

2.1.5 (2023-09-11)

Bug Fixes

  • use @supabase/node-fetch (08a976d)

v2.1.4

28 Aug 02:30
Compare
Choose a tag to compare

2.1.4 (2023-08-28)

Bug Fixes

  • Revert "fix: use @supabase/node-fetch" (ae31b44)

v2.1.3

23 Aug 03:35
Compare
Choose a tag to compare

2.1.3 (2023-08-23)

Bug Fixes

  • use @supabase/node-fetch (f290bb3)

v2.1.2

15 Jun 02:14
Compare
Choose a tag to compare

2.1.2 (2023-06-15)

Bug Fixes

  • replace super with this inside FunctionsError (9631424)

v2.1.1

12 Apr 08:01
af4113a
Compare
Choose a tag to compare

2.1.1 (2023-04-12)

Bug Fixes

v2.1.0

01 Mar 23:04
bcfe6aa
Compare
Choose a tag to compare

2.1.0 (2023-03-01)

Features

v2.0.0

11 Oct 11:11
c8149f9
Compare
Choose a tag to compare

2.0.0 (2022-10-11)

Bug Fixes

  • add content type headers only if func args are set (81fbb72)
  • allure generate command (b1f558d)
  • default invoke type cange to json (8f72fdc)
  • format in hello spec (ad052bd)
  • guard blob and FormData (ad25d80)
  • readme command test reports (c843309)
  • revert invoke function signature (b8d8c84)
  • typedocs (#32) (5de5b5a)
  • upd to latest constructor signature (b8e37e5)

Features

  • add basic test and testing core (9a03ce4)
  • add blob arrayBuf and queryString tests (f71275a)
  • add few headers and body tests (7fdb3f6)
  • add hijack test (33a7258)
  • few simple tests to validate auth header and custom fetch (7633387)
  • move to jest (b027cb7)
  • new invoke syntax (0fefe08)
  • Release V2 RC (e4add75)

BREAKING CHANGES

  • Release V2

v2.0.0-rc.2

20 Sep 04:56
2ddf418
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

2.0.0-rc.2 (2022-09-20)

Bug Fixes

  • allure generate command (b1f558d)
  • default invoke type cange to json (8f72fdc)
  • format in hello spec (ad052bd)
  • readme command test reports (c843309)
  • upd to latest constructor signature (b8e37e5)

Features

  • add basic test and testing core (9a03ce4)
  • add blob arrayBuf and queryString tests (f71275a)
  • add few headers and body tests (7fdb3f6)
  • add hijack test (33a7258)
  • few simple tests to validate auth header and custom fetch (7633387)
  • move to jest (b027cb7)

v2.0.0-rc.1

16 Aug 13:38
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

2.0.0-rc.1 (2022-08-16)

Bug Fixes

  • add content type headers only if func args are set (81fbb72)
  • guard blob and FormData (ad25d80)
  • revert invoke function signature (b8d8c84)
  • typedocs (#32) (5de5b5a)

Features

BREAKING CHANGES

  • Release V2

v1.4.0-next.5

15 Aug 15:30
5de5b5a
Compare
Choose a tag to compare
v1.4.0-next.5 Pre-release
Pre-release

1.4.0-next.5 (2022-08-15)

Bug Fixes