Skip to content

Latest commit

 

History

History
170 lines (81 loc) · 7.22 KB

CHANGELOG.md

File metadata and controls

170 lines (81 loc) · 7.22 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.26 (2021-08-12)

0.1.25 (2021-08-10)

Features

  • add sub collection query capability. (ad8216d)

0.1.24 (2021-08-10)

Bug Fixes

  • add secrets type to secrets function (59f3562)

0.1.23 (2021-08-06)

0.1.22 (2021-08-02)

0.1.21 (2021-07-30)

Bug Fixes

  • enable id retrieval from DocumentRefs and DocumentResponses (f33cedf)
  • include service func return types (01f55b5)
  • return paging tokens as actual Map objects or null if empty (e99ef48)

0.1.20 (2021-07-30)

Features

  • api/secrets: Secrets client implementation. (17b75ff)

0.1.19 (2021-07-30)

Bug Fixes

  • return ref in fetched documents (24ff742)

0.1.18 (2021-07-30)

0.1.17 (2021-07-26)

0.1.16 (2021-07-22)

Features

  • apis/documents: document service (da917ef)

Bug Fixes

0.1.15 (2021-07-06)

Features

  • Add delete method to storage client (7e124d8)

0.1.14 (2021-06-19)

Features

  • faas: Update FaaS to use gRPC interface with memrbane. (df23235)

0.1.11 (2021-05-26)

0.1.10 (2021-05-25)

Features

  • Add new NitricResponse class for returns. Add new tests and fix broken tests. (2c6e371)
  • Add NitricResponse class, and update start method. (c9dfe28)

0.1.9 (2021-05-13)

0.1.8 (2021-05-06)

0.1.7 (2021-05-06)

Features

  • Add license header checks for source files. (2b1dc88)
  • Enhance error handling and enable a debug mode. (78f6fdc)

Bug Fixes

  • Allow undefined responses, and add better debugging when debug env is enabled. (5ecf1e1)

0.1.6 (2021-04-09)

Features

  • Remove request id generation from the SDK. (ecd170c)

0.1.5 (2021-04-07)

Bug Fixes

  • Convert buffered strings to ArrayBuffers, for consistency. (d01134d)

0.1.4 (2021-04-01)

Bug Fixes

0.1.3 (2021-04-01)

0.1.2 (2021-03-25)

0.1.1 (2021-03-25)

Features

  • Rework to simplify node faas entrypoint. (9390657)

0.1.0 (2021-02-26)

⚠ BREAKING CHANGES

  • update to new grpc contracts

Features

  • update to new grpc contracts (cd13ab6)
  • queue: add queue pop method (2e50995)
  • Add Queue capability and add some light structure refactoring (9ad4109)
  • Implement request and context parsing. (27dd7ec)
  • Initial AuthClient implementation. (422317d)

Bug Fixes

  • Ensure nitric functions are async by default. (161c4fd)

0.0.1 (2020-11-24)

Features

  • Add typings for functions and requests. (0c38820)
  • More idiomatic interfaces. (79a37e4)
  • WIP DocumentsClient implementation. (5e6cd96)
  • WIP idiomatic nitric SDK for NodeJS. (0ed9c62)

Bug Fixes

  • Update contracts submodule. (e3beca2)