Mosec

Latest version: v0.9.0

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

Scan your dependencies

Page 6 of 8

0.4.3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

* Fix discord invite link by lkevinzc in https://github.com/mosecorg/mosec/pull/226
* chore: fix rs version and discord link by kemingy in https://github.com/mosecorg/mosec/pull/227
* chore(cargo): refine required features by kemingy in https://github.com/mosecorg/mosec/pull/230
* Update discord link by lkevinzc in https://github.com/mosecorg/mosec/pull/231
* chore: rm socket after shutdown by kemingy in https://github.com/mosecorg/mosec/pull/233
* feat: improve the performance of IPC protocol send by kemingy in https://github.com/mosecorg/mosec/pull/235
* refact: use traceback for warmup error by lkevinzc in https://github.com/mosecorg/mosec/pull/236
* chore: add release template by kemingy in https://github.com/mosecorg/mosec/pull/237


**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.4.2...0.4.3

0.4.2

What's Changed
* chore: add py version support badge by kemingy in https://github.com/mosecorg/mosec/pull/214
* chore(cargo): bump prometheus from 0.13.1 to 0.13.2 by dependabot in https://github.com/mosecorg/mosec/pull/215
* chore(cargo): bump clap from 3.2.20 to 3.2.22 by dependabot in https://github.com/mosecorg/mosec/pull/216
* chore(cargo): bump tokio from 1.21.0 to 1.21.1 by dependabot in https://github.com/mosecorg/mosec/pull/217
* chore(cargo): bump once_cell from 1.14.0 to 1.15.0 by dependabot in https://github.com/mosecorg/mosec/pull/219
* chore: use actions artifact to update docs by kemingy in https://github.com/mosecorg/mosec/pull/220
* fix: mypy type check for type alias by kemingy in https://github.com/mosecorg/mosec/pull/223
* chore(cargo): bump tokio from 1.21.1 to 1.21.2 by dependabot in https://github.com/mosecorg/mosec/pull/222
* refact: use argh as the CLI argument parser by kemingy in https://github.com/mosecorg/mosec/pull/224
* feat: generate random socket path suffix for each service by kemingy in https://github.com/mosecorg/mosec/commit/75b72e23e1325053ab49dcd3fd4878c7163d3fb7
* feat: check addr:port's availability by kemingy in https://github.com/mosecorg/mosec/pull/225


**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.4.1...0.4.2

0.4.1

Highlight
* :tada: we support msgpack, check the [example](https://github.com/mosecorg/mosec/blob/7fbb8e05a036c472cad55c6f65c14763202753f0/examples/resnet50_server_msgpack.py#L29)

What's Changed
* chore(cargo): bump async-channel from 1.6.1 to 1.7.1 by dependabot in https://github.com/mosecorg/mosec/pull/201
* chore(cargo): bump clap from 3.2.16 to 3.2.17 by dependabot in https://github.com/mosecorg/mosec/pull/202
* chore: update CI os version by kemingy in https://github.com/mosecorg/mosec/pull/198
* chore: skip existing packages for pypi upload by kemingy in https://github.com/mosecorg/mosec/pull/199
* feat: lint with pyright by kemingy in https://github.com/mosecorg/mosec/pull/195
* chore(cargo): bump once_cell from 1.13.0 to 1.13.1 by dependabot in https://github.com/mosecorg/mosec/pull/203
* fix: log warn abnormal tasks by kemingy in https://github.com/mosecorg/mosec/pull/204
* feat: msgpack mixin by kemingy in https://github.com/mosecorg/mosec/pull/205
* chore(cargo): bump tokio from 1.20.1 to 1.21.0 by dependabot in https://github.com/mosecorg/mosec/pull/206
* chore(cargo): bump clap from 3.2.17 to 3.2.20 by dependabot in https://github.com/mosecorg/mosec/pull/207
* chore(cargo): bump once_cell from 1.13.1 to 1.14.0 by dependabot in https://github.com/mosecorg/mosec/pull/208
* feat: add byte size to debug log by kemingy in https://github.com/mosecorg/mosec/pull/211
* chore: add msgpack example by kemingy in https://github.com/mosecorg/mosec/pull/209
* doc: fix resnet example by kemingy in https://github.com/mosecorg/mosec/pull/212


**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.4.0...0.4.1

0.4.0

* fix CI release by kemingy in https://github.com/mosecorg/mosec/pull/197

New Contributors
* thinkcache made their first contribution in https://github.com/mosecorg/mosec/pull/180

**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.3.6...0.4.0

0.3.6

What's Changed
* change to lazy log by kemingy in https://github.com/mosecorg/mosec/pull/129
* ignore IDE config file, install rustfmt nightly in Makefile by kemingy in https://github.com/mosecorg/mosec/pull/128
* update int_ge_1 validation error explanation by FerdinandZhong in https://github.com/mosecorg/mosec/pull/130
* feat: exception traceback by kemingy in https://github.com/mosecorg/mosec/pull/131
* feat: use pyproject for configs by kemingy in https://github.com/mosecorg/mosec/pull/132
* Add license to each file by kemingy in https://github.com/mosecorg/mosec/pull/133
* change to pylint by kemingy in https://github.com/mosecorg/mosec/pull/134
* fix: convert size from str to int by kemingy in https://github.com/mosecorg/mosec/pull/135
* add custom env example by lkevinzc in https://github.com/mosecorg/mosec/pull/142
* fix env doc by kemingy in https://github.com/mosecorg/mosec/pull/143
* fix ci pull request path condition by kemingy in https://github.com/mosecorg/mosec/pull/145
* fix: only build source distribution once by kemingy in https://github.com/mosecorg/mosec/pull/147
* add dependabot.yml by kemingy in https://github.com/mosecorg/mosec/pull/149
* Update README.md by lkevinzc in https://github.com/mosecorg/mosec/pull/150
* fix: pylint no-self-use plugin by kemingy in https://github.com/mosecorg/mosec/pull/151
* fix: always run test since it's free for public repo now by kemingy in https://github.com/mosecorg/mosec/pull/152
* chore(pip): update requests requirement from ~=2.26 to ~=2.28 by dependabot in https://github.com/mosecorg/mosec/pull/153
* chore(cargo): bump once_cell from 1.10.0 to 1.12.0 by dependabot in https://github.com/mosecorg/mosec/pull/154
* chore(cargo): bump tracing from 0.1.32 to 0.1.34 by dependabot in https://github.com/mosecorg/mosec/pull/155
* chore(cargo): bump tracing-subscriber from 0.3.10 to 0.3.11 by dependabot in https://github.com/mosecorg/mosec/pull/156
* chore(cargo): bump clap from 3.1.8 to 3.2.5 by dependabot in https://github.com/mosecorg/mosec/pull/159
* chore(cargo): bump prometheus from 0.13.0 to 0.13.1 by dependabot in https://github.com/mosecorg/mosec/pull/158
* feat: run CI check for lock file changes by kemingy in https://github.com/mosecorg/mosec/pull/160

New Contributors
* FerdinandZhong made their first contribution in https://github.com/mosecorg/mosec/pull/130
* dependabot made their first contribution in https://github.com/mosecorg/mosec/pull/153

**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.3.5...0.3.6

0.3.5

What's Changed
* fix audit: regex 1.5.4 by kemingy in https://github.com/mosecorg/mosec/pull/124
* change to checkoutv3 by kemingy in https://github.com/mosecorg/mosec/pull/125
* add citation by kemingy in https://github.com/mosecorg/mosec/pull/126
* add rust src file to python package by kemingy in https://github.com/mosecorg/mosec/pull/127


**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.3.4...0.3.5

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.