Skip to content

Releases: nitrictech/node-sdk

Release v0.3.2-rc.4

28 Feb 05:33
94407e5
Compare
Choose a tag to compare
Release v0.3.2-rc.4 Pre-release
Pre-release

0.3.2 (2022-02-28)

Bug Fixes

  • documents: fix document typing. (9c5f06e)

-rc.4

Release v0.3.1

28 Feb 02:46
1a3d340
Compare
Choose a tag to compare

0.3.1 (2022-02-28)

Bug Fixes

  • Ensure stream returns and actual document snapshot. (a024304)

Documentation

  • Update node sdk README. (e3a250c)

Release v0.3.1-rc.4

24 Feb 05:03
df4bd10
Compare
Choose a tag to compare
Release v0.3.1-rc.4 Pre-release
Pre-release

0.3.1 (2022-02-24)

Bug Fixes

  • Ensure stream returns and actual document snapshot. (a024304)

Documentation

  • Update node sdk README. (e3a250c)

-rc.4

Release v0.3.1-rc.3

23 Feb 01:59
5cddcf1
Compare
Choose a tag to compare
Release v0.3.1-rc.3 Pre-release
Pre-release

0.3.1 (2022-02-23)

Documentation

  • Update node sdk README. (e3a250c)

-rc.3

Release v0.3.0

23 Feb 00:26
b5db1cb
Compare
Choose a tag to compare

0.3.0 (2022-02-23)

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 payload retrieval convenience methods to AbstractRequest. (a25662a)
  • 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

  • clean up unused variable (8e6c08d)
  • consolidate common code for resources (45600c7)

Release v0.3.0-rc.17

08 Feb 21:49
3a5ae5f
Compare
Choose a tag to compare
Release v0.3.0-rc.17 Pre-release
Pre-release

0.3.0 (2022-02-08)

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 payload retrieval convenience methods to AbstractRequest. (a25662a)
  • 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

  • clean up unused variable (8e6c08d)
  • consolidate common code for resources (45600c7)

-rc.17

Release v0.3.0-rc.16

04 Feb 23:37
ce05d30
Compare
Choose a tag to compare
Release v0.3.0-rc.16 Pre-release
Pre-release

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

  • clean up unused variable (8e6c08d)
  • consolidate common code for resources (45600c7)

-rc.16

Release v0.3.0-rc.15

03 Feb 02:58
8455abe
Compare
Choose a tag to compare
Release v0.3.0-rc.15 Pre-release
Pre-release

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

  • clean up unused variable (8e6c08d)
  • consolidate common code for resources (45600c7)

-rc.15

Release v0.3.0-rc.14

28 Jan 16:03
1c6d3d1
Compare
Choose a tag to compare
Release v0.3.0-rc.14 Pre-release
Pre-release

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

  • clean up unused variable (8e6c08d)
  • consolidate common code for resources (45600c7)

-rc.14

Release v0.2.2

06 Jan 02:58
261884d
Compare
Choose a tag to compare

0.2.2 (2022-01-06)

Bug Fixes

  • fix unhandled exceptions causing response without encoding (e9c76e0)
  • support response body types other than Uint8Arrays (c986f78)