[0.16.0](https://github.com/nitrictech/nitric/compare/v0.15.1...v0.16.0) (2022-05-16)
Features
* **aws:** Add s3 list files implementation. ([6767acc](https://github.com/nitrictech/nitric/commit/6767acc0cb89c1774d3be4f0be086d5d186ffdaf))
* **azure:** Implement file list for azure storage. ([1f6de43](https://github.com/nitrictech/nitric/commit/1f6de43a1981523f17887f796310e8436234ead3))
* **gcp:** Implement ListFiles for storage plugin. ([153f303](https://github.com/nitrictech/nitric/commit/153f30339c10346448cb1ac02da71998fdaff22b))
* **storage:** Add method for listing files in a bucket. ([c46dbee](https://github.com/nitrictech/nitric/commit/c46dbee4ae42a91892ae137291ccfc4f53ef85c8))
Bug Fixes
* better error handling in grpc_worker ([901ec72](https://github.com/nitrictech/nitric/commit/901ec72e261cf5bc7036c2c1c5ac06d906792362))
* faas_grpc RemoveWorker error handling ([91ca5a0](https://github.com/nitrictech/nitric/commit/91ca5a062c88db1d9539de162b2b3e4f55da50a9))
Continuous Integration
* remove publish-docker workflow. ([d33f2ad](https://github.com/nitrictech/nitric/commit/d33f2ad8481e09bbbb61e00f5885a2fc4ee3f4dc))
Tests
* adapters/grpc/document ([f852895](https://github.com/nitrictech/nitric/commit/f8528959e1b10ebdee211acd11040e80bad06fd3))
* Add basic ListFiles tests. ([3b0acb6](https://github.com/nitrictech/nitric/commit/3b0acb6f2abfb63efb0dfd88606927a1e929deb2))
* Add GCP storage ListFiles tests. ([55d91c2](https://github.com/nitrictech/nitric/commit/55d91c26e5552ee009ba93692b8943dd02e18c21))
* add grpc secret tests ([cff6317](https://github.com/nitrictech/nitric/commit/cff6317c1b418c29d6375d064eedf64007227449))
* add grpc storage unit tests (improve validation in contracts) ([3ec0541](https://github.com/nitrictech/nitric/commit/3ec0541f58f2c475d51963da9116f9449e6afd48))
* Add tests and fix bugs. ([60688aa](https://github.com/nitrictech/nitric/commit/60688aa11c1dfbd173d7a73c843e2824843c7b23))
* add unit tests for grpc queue ([7dc1076](https://github.com/nitrictech/nitric/commit/7dc10766319dc45daa7bb5770deed4b0e1a5cc01))
* regenerate proto and update adapter tests. ([077b08a](https://github.com/nitrictech/nitric/commit/077b08ae5f0461ff3da065cdc8a8e277a09736d3))
* rewrite gcp storage tests. ([c73973d](https://github.com/nitrictech/nitric/commit/c73973dcb6b03436cecc40a946e7aefb420a38f4))
Build Systems
* don't keep fetching validate-proto ([f030925](https://github.com/nitrictech/nitric/commit/f03092503a82b83ca4605c8f399dc68e47eb4cbd))
* fix builds on arch. ([0a16d65](https://github.com/nitrictech/nitric/commit/0a16d656d87013fe42dd61a6aabcfae41191497e))
* install protoc manually so the version is fixed ([d251aa4](https://github.com/nitrictech/nitric/commit/d251aa41622361f91536dbff71c12a442725e586))
* merge license-header-check into lint target ([ad95da1](https://github.com/nitrictech/nitric/commit/ad95da1c493789a16145fafdd5208e403f76e677))
* Update golang-ci lint for go1.18 compatibility. ([667a01c](https://github.com/nitrictech/nitric/commit/667a01c7cda83395307c8810c89e9fba87c7149b))
-rc.19