Nitric

Latest version: v1.2.4

Safety actively analyzes 702353 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 60 of 61

0.2.1

[0.2.1](https://github.com/nitrictech/python-sdk/compare/v0.2.0...v0.2.1) (2021-07-28)


Bug Fixes

* support non-bytes data in responses ([a78f42f](https://github.com/nitrictech/python-sdk/commit/a78f42f194b8f007ea37c5ba9ff67646bf47ecf9))

0.2.0

[0.2.0](https://github.com/nitrictech/membrane/compare/v0.1.9...v0.2.0) (2021-07-14)


Features

* add document service ([7a4577a](https://github.com/nitrictech/membrane/commit/7a4577a721c989e19ab0a7246fa59e5824ba71bd))


Bug Fixes

* add recursive key/collection validation ([1913850](https://github.com/nitrictech/membrane/commit/1913850c616198f42700515920fec416ea836453))
* key marshalling bug ([716f345](https://github.com/nitrictech/membrane/commit/716f345490e52a0a4fb8ee4158fc4cf2519518d2))


Code Refactoring

* move collection depth validation code ([521b979](https://github.com/nitrictech/membrane/commit/521b979d391b72bc097ba577c9360e741c7be6fc))


Continuous Integration

* add test-integration target deps ([a4aa475](https://github.com/nitrictech/membrane/commit/a4aa475968801b5457b262de28a5ece833155537))
* Split out integration tests. ([da31e46](https://github.com/nitrictech/membrane/commit/da31e461af773c27c0bd23d14dfef442aec594d5))
* update integration tests target name ([3118a3e](https://github.com/nitrictech/membrane/commit/3118a3ef5b6211d062553e6d8bf42133373c8ab1))


Tests

* Fix integration test compile errors. ([637fd21](https://github.com/nitrictech/membrane/commit/637fd216ad5c61006dfb72fe2afec810f494b43c))
* Fix references to common test suite. ([c29ed22](https://github.com/nitrictech/membrane/commit/c29ed225ade3659e36123fc88be3f3c8ed504bce))
* Separate out integration tests. ([3e8b763](https://github.com/nitrictech/membrane/commit/3e8b7633a5e6d2b032f49aecd4fded299ed27d2e))

0.1.3

[0.1.3](https://github.com/nitrictech/membrane/compare/v0.1.2...v0.1.3) (2021-06-27)


Bug Fixes

* **worker:** Fix worker HttpResponse header handling. ([dc0a937](https://github.com/nitrictech/membrane/commit/dc0a937b4f6cf29f763e4c50b9296085b254847e))

0.1.2

[0.1.2](https://github.com/nitrictech/membrane/compare/v0.1.1...v0.1.2) (2021-06-25)


Bug Fixes

* **provider:** Membrane setup to allow exit on error and SIGTERM. ([9463443](https://github.com/nitrictech/membrane/commit/9463443efc0e0bab594232922bbd66c1ba951059))
* Add automatic stop on worker pool drain. ([968ce23](https://github.com/nitrictech/membrane/commit/968ce237b9fcad29b27db53593d329feca0cfafc))
* Return nil error on normal gateway exit. ([34ce918](https://github.com/nitrictech/membrane/commit/34ce91816edc1dc0f2a5d400cb16076c35780e58))

0.1.1

[0.1.1](https://github.com/nitrictech/python-sdk/compare/v0.1.0...v0.1.1) (2021-06-25)


Continuous Integration

* add release and publish workflows ([50f1d2f](https://github.com/nitrictech/python-sdk/commit/50f1d2f04ab0314ae142f50f903c7f8dd7602042))
* pull setup.py version from git tag ([74d5ddb](https://github.com/nitrictech/python-sdk/commit/74d5ddbc7466bb6fef404aea1153e9402044a824))

0.1.0

[0.1.0](https://github.com/nitrictech/membrane/compare/v0.0.6...v0.1.0) (2021-06-18)


Features

* Add faas grpc implementation. ([b298649](https://github.com/nitrictech/membrane/commit/b298649b887ecf40f6f2cc2ee63f485c1d8d9c92))
* **worker:** Add workers as handler concept for membrane. ([3ef726b](https://github.com/nitrictech/membrane/commit/3ef726b78c7f1ae13ba8527669f894ff3df597ab))
* Add FaaS Http worker. ([7415426](https://github.com/nitrictech/membrane/commit/7415426e43247ea1ec83c3d78a35b8640170bd1c))
* Add Http FaaS mode. ([2dabfc6](https://github.com/nitrictech/membrane/commit/2dabfc63a0adda93b35f8c4da3a1562d82d3e70b))
* Update membrane to use new worker pools. ([52d2e80](https://github.com/nitrictech/membrane/commit/52d2e809568eb29fd9912875c3520be3a5b42016))
* **worker:** Add mimetypes and missing fields to FaaS trigger requests. ([b24baae](https://github.com/nitrictech/membrane/commit/b24baae760e2e37233f0af9b48b7ee3f83480967))


Bug Fixes

* Fix worker listening issues. ([3e71f11](https://github.com/nitrictech/membrane/commit/3e71f11a19e118040348dd16abfa80a05afec9dd))
* Move worker.Listen to better location. ([a0bdc1e](https://github.com/nitrictech/membrane/commit/a0bdc1eef1f63451ef546eda008a29a900c138d0))
* Proto serialization for http FaaS requests. ([f9ba60a](https://github.com/nitrictech/membrane/commit/f9ba60a5baf64211b7c62bfa7067012b6bf9099b))
* Working RPC connection. ([22e4033](https://github.com/nitrictech/membrane/commit/22e4033ab2a6376c691e47276e888a68406b9384))


Documentation

* Update README. ([420a0d7](https://github.com/nitrictech/membrane/commit/420a0d76f5880d7d5dec653043f15e58e9127002))


Tests

* Update gateway and membrane tests to use worker pools. ([b8a6b08](https://github.com/nitrictech/membrane/commit/b8a6b0845e5ca24a26c28be999b38e4baf658a80))


Code Refactoring

* Move handler interface and rename as Worker. ([abb5320](https://github.com/nitrictech/membrane/commit/abb532016944965a63820443a476699c3a4af468))
* Rework gateway plugins to use WorkerPools. ([1df0893](https://github.com/nitrictech/membrane/commit/1df0893d1804515d11864625838ec5d970375f26))
* Unify worker pools into a single process pool. ([8ec0692](https://github.com/nitrictech/membrane/commit/8ec06925d65177af2859a199d1963289e717ad67))
* Update to use latest faas contracts. ([78d7032](https://github.com/nitrictech/membrane/commit/78d7032bd97fec75ec77d1185eb6a21d1192175f))

Page 60 of 61

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.