Releases: nitrictech/node-sdk
Releases · nitrictech/node-sdk
Release v0.3.0-rc.16
0.3.0 (2022-02-04)
Features
- WIP new node SDK. (7b1fd7b)
- resources/bucket: Add initial bucket resource definition. (05abadc)
- resources/collections: WIP Collection resource. (3088d12)
- resources/schedule: Add rate scheduling interface. (cd67da0)
- add api registration helpers for methods (e5df2a5)
- add collection registration (836c389)
- add queue registration (a2efe19)
- Add schedule and subscription workers. (ed5092d)
- resources/schedule: handle singular frequency for rate schedules (59976da)
- add collection registry tests (b37bd10)
- add queue resources (c01c233)
- add test cases for bucket registry (1e4f3ec)
- Add topic ref publish policy mapping. (8fed6f6)
- add topic registration (499a97c)
- allow void handlers/middleware (f704563)
- bucket policy (b5ea204)
- collection ref and policy (bc35931)
- declare bucket policies (9b5ef3b)
- export all resource methods (ad0a16c)
- fix resource names conflict (6c8e82c)
- generic way of setting policy (1f4b8c1)
- Implement queue policy registration. (d1b8f6d)
- register buckets (e508157)
- support path params in ctx (0cd8db2)
Bug Fixes
- Add additional missing common actions. (df49d60)
- Default ApiOpts. (15e05bc)
- grcpError import (6e6fed4)
- provide key for schedule workers (a167339)
- return when no handler (b9f7380)
- set a the default principle for resource policies (e1e4c3d)
- Set api name in ApiWorker init request. (e2cee0e)
- standardize permission registration (c3d345e)
- support void returns from handlers (db2d17c)
- use empty middleware array to avoid array containing undefined (fb8918f)
Tests
- resources/queue: Add queue tests. (9314bd1)
- Add API registration tests. (52380a9)
- Add schedule tests. (0910176)
- Add subscription tests for topics. (4bf348c)
- Add tests for resources/common and cleanup. (033d1b0)
Code Refactoring
-rc.16
Release v0.3.0-rc.15
0.3.0 (2022-02-03)
Features
- WIP new node SDK. (7b1fd7b)
- resources/bucket: Add initial bucket resource definition. (05abadc)
- resources/collections: WIP Collection resource. (3088d12)
- resources/schedule: Add rate scheduling interface. (cd67da0)
- add api registration helpers for methods (e5df2a5)
- add collection registration (836c389)
- add queue registration (a2efe19)
- Add schedule and subscription workers. (ed5092d)
- resources/schedule: handle singular frequency for rate schedules (59976da)
- add collection registry tests (b37bd10)
- add queue resources (c01c233)
- add test cases for bucket registry (1e4f3ec)
- Add topic ref publish policy mapping. (8fed6f6)
- add topic registration (499a97c)
- allow void handlers/middleware (f704563)
- bucket policy (b5ea204)
- collection ref and policy (bc35931)
- declare bucket policies (9b5ef3b)
- export all resource methods (ad0a16c)
- fix resource names conflict (6c8e82c)
- generic way of setting policy (1f4b8c1)
- Implement queue policy registration. (d1b8f6d)
- register buckets (e508157)
- support path params in ctx (0cd8db2)
Bug Fixes
- Default ApiOpts. (15e05bc)
- grcpError import (6e6fed4)
- provide key for schedule workers (a167339)
- return when no handler (b9f7380)
- set a the default principle for resource policies (e1e4c3d)
- Set api name in ApiWorker init request. (e2cee0e)
- standardize permission registration (c3d345e)
- support void returns from handlers (db2d17c)
- use empty middleware array to avoid array containing undefined (fb8918f)
Tests
- resources/queue: Add queue tests. (9314bd1)
- Add API registration tests. (52380a9)
- Add schedule tests. (0910176)
- Add subscription tests for topics. (4bf348c)
- Add tests for resources/common and cleanup. (033d1b0)
Code Refactoring
-rc.15
Release v0.3.0-rc.14
0.3.0 (2022-01-28)
Features
- WIP new node SDK. (7b1fd7b)
- resources/bucket: Add initial bucket resource definition. (05abadc)
- resources/collections: WIP Collection resource. (3088d12)
- resources/schedule: Add rate scheduling interface. (cd67da0)
- add api registration helpers for methods (e5df2a5)
- add collection registration (836c389)
- add queue registration (a2efe19)
- Add schedule and subscription workers. (ed5092d)
- resources/schedule: handle singular frequency for rate schedules (59976da)
- add collection registry tests (b37bd10)
- add queue resources (c01c233)
- add test cases for bucket registry (1e4f3ec)
- Add topic ref publish policy mapping. (8fed6f6)
- add topic registration (499a97c)
- allow void handlers/middleware (f704563)
- bucket policy (b5ea204)
- collection ref and policy (bc35931)
- declare bucket policies (9b5ef3b)
- export all resource methods (ad0a16c)
- fix resource names conflict (6c8e82c)
- generic way of setting policy (1f4b8c1)
- Implement queue policy registration. (d1b8f6d)
- register buckets (e508157)
- support path params in ctx (0cd8db2)
Bug Fixes
- Default ApiOpts. (15e05bc)
- grcpError import (6e6fed4)
- provide key for schedule workers (a167339)
- return when no handler (b9f7380)
- set a the default principle for resource policies (e1e4c3d)
- Set api name in ApiWorker init request. (e2cee0e)
- standardize permission registration (c3d345e)
- support void returns from handlers (db2d17c)
- use empty middleware array to avoid array containing undefined (fb8918f)
Tests
- resources/queue: Add queue tests. (9314bd1)
Code Refactoring
-rc.14
Release v0.2.2
Release v0.2.2-rc.1
Release v0.2.1
0.2.1 (2021-11-10)
Release v0.2.1-rc.3
0.2.1 (2021-11-08)
-rc.3
Release v0.2.1-rc.2
0.2.1 (2021-11-08)
-rc.2
Release v0.2.0
0.2.0 (2021-10-29)
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)
- faas: Support multiple query values. (ad1ce65)
Bug Fixes
- destructure single value headers (41a3299)
- parse body with middleware for http requests (342b680)
- support new and old header formats (43327ae)
Documentation
- add failed task snippet (e75fd3e)
- add storage presigned snippets (e3bf41d)
- update failed task snippet with develop changes (117b268)
- faas: Add event handler snippet (5643331)
Continuous Integration
Build Systems
- remove generate:proto from build. (76b100c)
Code Refactoring
- incorrect storage snippets (1d1e75d)
- 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
Release v0.2.0-rc.14
0.2.0 (2021-10-29)
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)
- faas: Support multiple query values. (ad1ce65)
Bug Fixes
- destructure single value headers (41a3299)
- parse body with middleware for http requests (342b680)
- support new and old header formats (43327ae)
Documentation
- add failed task snippet (e75fd3e)
- add storage presigned snippets (e3bf41d)
- update failed task snippet with develop changes (117b268)
- faas: Add event handler snippet (5643331)
Continuous Integration
Build Systems
- remove generate:proto from build. (76b100c)
Code Refactoring
- incorrect storage snippets (1d1e75d)
- 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.14