Releases: nitrictech/nitric
Releases · nitrictech/nitric
Release v0.6.2
0.6.2 (2021-08-03)
Bug Fixes
Release v0.6.1
0.6.1 (2021-08-02)
Bug Fixes
- Re-instate plugin registration checks for adapters. (1b84505)
Release v0.4.1
0.4.1 (2021-07-26)
Continuous Integration
Release v0.4.0
0.4.0 (2021-07-22)
Features
- documents: Add key to document SDK and add translation to adapters. (c072374)
- documents/boltdb: Return Key on boltdb queries and gets. (b96848f)
- documents/dynamodb: Add key returns to queries and gets. (fd418ff)
- documents/firestore: Add key return to gets and queries. (a60dff8)
Bug Fixes
- boltdb miscounting records with failed matchers (ff5352d)
Tests
- documents: Add basic key checks to integration tests. (5c0ad88)
- documents: Add stronger document key test assertions. (d8f5c39)
- documents: correct bad assertions. (d342a90)
- documents: Improve document integration test suite assertions for keys. (ba28ee9)
Release v0.2.0
0.2.0 (2021-07-14)
Features
Bug Fixes
- add recursive key/collection validation (1913850)
- key marshalling bug (716f345)
Code Refactoring
- move collection depth validation code (521b979)
Continuous Integration
- add test-integration target deps (a4aa475)
- Split out integration tests. (da31e46)
- update integration tests target name (3118a3e)
Tests
- Fix integration test compile errors. (637fd21)
- Fix references to common test suite. (c29ed22)
- Separate out integration tests. (3e8b763)
Release v0.1.3
0.1.3 (2021-06-27)
Bug Fixes
- worker: Fix worker HttpResponse header handling. (dc0a937)
Release v0.1.2
0.1.2 (2021-06-25)
Bug Fixes
- provider: Membrane setup to allow exit on error and SIGTERM. (9463443)
- Add automatic stop on worker pool drain. (968ce23)
- Return nil error on normal gateway exit. (34ce918)
Release v0.1.0
0.1.0 (2021-06-18)
Features
- Add faas grpc implementation. (b298649)
- worker: Add workers as handler concept for membrane. (3ef726b)
- Add FaaS Http worker. (7415426)
- Add Http FaaS mode. (2dabfc6)
- Update membrane to use new worker pools. (52d2e80)
- worker: Add mimetypes and missing fields to FaaS trigger requests. (b24baae)
Bug Fixes
- Fix worker listening issues. (3e71f11)
- Move worker.Listen to better location. (a0bdc1e)
- Proto serialization for http FaaS requests. (f9ba60a)
- Working RPC connection. (22e4033)
Documentation
Tests
- Update gateway and membrane tests to use worker pools. (b8a6b08)
Code Refactoring
- Move handler interface and rename as Worker. (abb5320)
- Rework gateway plugins to use WorkerPools. (1df0893)
- Unify worker pools into a single process pool. (8ec0692)
- Update to use latest faas contracts. (78d7032)
Release v0.0.6
0.0.6 (2021-05-28)
Bug Fixes
- Fix app platform gateway header copy. (5a90765)
Release v0.0.5
0.0.5 (2021-05-26)
Bug Fixes
- issue with calling SIGTERM from lambda gateway (5af785a)
- use working interrupt code (48da720)