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)
- add sub collection query capability. (ad8216d)
0.1.24 (2021-08-10)
- 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)
- 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)
- api/secrets: Secrets client implementation. (17b75ff)
0.1.19 (2021-07-30)
- return ref in fetched documents (24ff742)
0.1.18 (2021-07-30)
0.1.17 (2021-07-26)
0.1.16 (2021-07-22)
- apis/documents: document service (da917ef)
- full doc responses (146abeb)
0.1.15 (2021-07-06)
- Add delete method to storage client (7e124d8)
0.1.14 (2021-06-19)
- faas: Update FaaS to use gRPC interface with memrbane. (df23235)
0.1.11 (2021-05-26)
0.1.10 (2021-05-25)
- 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)
- Add license header checks for source files. (2b1dc88)
- Enhance error handling and enable a debug mode. (78f6fdc)
- Allow undefined responses, and add better debugging when debug env is enabled. (5ecf1e1)
0.1.6 (2021-04-09)
- Remove request id generation from the SDK. (ecd170c)
0.1.5 (2021-04-07)
- Convert buffered strings to ArrayBuffers, for consistency. (d01134d)
0.1.4 (2021-04-01)
- remove tsconfig paths (dca4624)
0.1.3 (2021-04-01)
0.1.2 (2021-03-25)
0.1.1 (2021-03-25)
- Rework to simplify node faas entrypoint. (9390657)
0.1.0 (2021-02-26)
- update to new grpc contracts
- 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)
- Ensure nitric functions are async by default. (161c4fd)
- Add typings for functions and requests. (0c38820)
- More idiomatic interfaces. (79a37e4)
- WIP DocumentsClient implementation. (5e6cd96)
- WIP idiomatic nitric SDK for NodeJS. (0ed9c62)
- Update contracts submodule. (e3beca2)