Releases: nitrictech/cli
v1.0.0-develop.7
1.0.0-develop.7 (2022-02-03)
Features
v1.0.0-develop.6
1.0.0-develop.6 (2022-02-03)
Bug Fixes
v1.0.0-develop.5
1.0.0-develop.5 (2022-01-28)
Bug Fixes
- Remove the timeout in mio.Stop() as it causes errors when running again (5313123)
Features
- run: Print a Status when the localServices have started (06bd8f0)
v1.0.0-develop.4
v1.0.0-develop.3
v1.0.0-develop.2
v1.0.0-develop.1
1.0.0-develop.1 (2022-01-25)
Bug Fixes
- Update the command help and examples for deployment (4c16c12)
- aws: Fix AWS deployments. (01a74b8)
- case statement that should fallthrough (08b6415)
- Cleanup function containers. (ed96bbd)
- improve the error handling and wrapping (50166fa)
- Review and testing changes (1ceec7a)
- build: Use docker archiving for building (c58b1e0)
- download stack templates using http and git (a0a1dd1)
- error setting api docs due to nil map (b24bc3a)
- find files relative to ctx and collect functions relative to ctx (09c303e)
- improve error messages when waiting for container (4c39a35)
- missing container engine in new function (3f9e961)
- relative handler path and get runtime correctly (84031c1)
- reuse the apiSpec in memory rather than opening it again (ba9c467)
- use os specific temp dir to match dockerfile (99a3f0e)
- WIP nitric run correct file paths (56a74c5)
Features
-
run: Add local events plugin. (bae773b)
-
For deployment delete only load a minimal stack (9644dd2)
-
Make builds an implicit part of the deployment (f51e2e4)
-
output: Make the spinner into a tasklet (ddb2bf4)
-
provider: Add AWS pulumi provider (932b502)
-
run: Add a "-s" stack path option to "nitric run" (85d633a)
-
run: Seperate the run dir from the stack (c141f59)
-
run: Write logs to /.nitric/run.log (c67013d)
-
Add -s option to "stack describe" (1bb23a3)
-
Add embedded gateway with api subrouting. (48ae508)
-
Add function topic subscription triggers. (5d5ddcd)
-
add NotSupportedError type (547525c)
-
Add open api extensions for handler targets. (04c04ef)
-
Add schedule trigger configuration (545e831)
-
Add secret plugin to embedded membrane server. (bb98a19)
-
Allow topics to be triggered via the embedded gateway. (0125bd6)
-
Cleanup functions start. (4de9c71)
-
Make ErrorList threadsafe. (84ac340)
-
Populate api documents when loading stack from file. (1cb875a)
-
Set api specs on stack from codeconfig. (362d217)
-
Update to allow functions to collect in parallel (cd87ae6)
-
WIP embedded gateway. (df28ea7)
-
WIP nitric run command (a0e5585)
-
Merge pull request #35 from asalkeld/remove-site-and-endpoints (effa336), closes #35
BREAKING CHANGES
- remove sites and endpoint definitions