Mosec

Latest version: v0.9.2

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

Scan your dependencies

Page 6 of 9

0.4.6

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

What's Changed
Changes ๐Ÿ› 
* fix: only parse known arguments by kemingy in https://github.com/mosecorg/mosec/pull/268
Exciting New Features ๐ŸŽ‰
* feat: warning for the IPC data size by kemingy in https://github.com/mosecorg/mosec/pull/263
More Documentation ๐Ÿ“š
* docs: add a stable diffusion serving example by kemingy in https://github.com/mosecorg/mosec/pull/261


**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.4.5...0.4.6

0.4.5

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

What's Changed
Exciting New Features ๐ŸŽ‰
* feat: add multi_example for warmup and add jax example by lkevinzc in https://github.com/mosecorg/mosec/pull/257
* feat: add envd as a dev env tool by kemingy in https://github.com/mosecorg/mosec/pull/260


**Full Changelog**: https://github.com/mosecorg/mosec/compare/0.4.4...0.4.5

0.4.4

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

What's Changed
Changes ๐Ÿ› 
* fix: worker property by kemingy in https://github.com/mosecorg/mosec/pull/253
Minor changes ๐Ÿงน
* chore: upgrade cache and cargo, fix flaky test by kemingy in https://github.com/mosecorg/mosec/pull/244
* chore: add devcontainer configs by kemingy in https://github.com/mosecorg/mosec/pull/245
* chore: trigger ci if py requirements changed by kemingy in https://github.com/mosecorg/mosec/pull/247
Others ๐Ÿ””
* feat: add PR label bot with permission by kemingy in https://github.com/mosecorg/mosec/pull/238


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

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

Page 6 of 9

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.