Proxystore

Latest version: v0.7.1

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

Scan your dependencies

Page 3 of 4

0.4.1a1

Not secure
Development pre-release for the upcoming 0.4.1 version.

0.4.0

Not secure
What's Changed

Breaking Changes
- Object keys can no longer be specified (PR 90).
- [Store](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.store.base.html#proxystore.store.base.Store) keys are now named tuples (PR [91](https://github.com/proxystore/proxystore/pull/91)).
- Move `resolve_async` to [`proxystore.store.utils.resolve_async()`](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.store.utils.html#proxystore.store.utils.resolve_async) (PR [103](https://github.com/proxystore/proxystore/pull/103)).
- Remove `init_store()` (PR [157](https://github.com/proxystore/proxystore/pull/157)).
- Support custom serializers (PR [174](https://github.com/proxystore/proxystore/pull/174)).

New Features
- ProxyStore Endpoints for peer-to-peer data transfer via WebRTC. Endpoints can be enabled using the `endpoint` extras install. E.g., `pip install proxystore[endpoint]`. See the [Guide](https://proxystore.readthedocs.io/en/latest/guides/endpoints.html) for more details (PRs [#51](https://github.com/proxystore/proxystore/pull/51), [#53](https://github.com/proxystore/proxystore/pull/53), [#106](https://github.com/proxystore/proxystore/pull/106), [#112](https://github.com/proxystore/proxystore/pull/112), [#129](https://github.com/proxystore/proxystore/pull/129), [#130](https://github.com/proxystore/proxystore/pull/130), [#131](https://github.com/proxystore/proxystore/pull/131), [#137](https://github.com/proxystore/proxystore/pull/137), and [#140](https://github.com/proxystore/proxystore/pull/140)).
- Add built-in Globus auth tools (PR [89](https://github.com/proxystore/proxystore/pull/89)).
- [`Store`](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.store.base.html#proxystore.store.base.Store) can now be used as a context manager (PR [93](https://github.com/proxystore/proxystore/pull/93)).
- Add [`ProxyLocker`](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.proxy.html#proxystore.proxy.ProxyLocker) and [`locked_proxy()`](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.store.base.html#proxystore.store.base.Store.locked_proxy) (PR [108](https://github.com/proxystore/proxystore/pull/108)).
- Store object size in [`TimeStats`](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.store.stats.html#proxystore.store.stats.TimeStats) (PR [135](https://github.com/proxystore/proxystore/pull/135)).
- Experimental support for distributed in-memory stores using three backends: websockets, margo, and UCX (PRs [144](https://github.com/proxystore/proxystore/pull/144) and [#163](https://github.com/proxystore/proxystore/pull/163)).
- Support `$PROXYSTORE_HOME` and `$XDG_DATA_HOME` for ProxyStore user data (PR [171](https://github.com/proxystore/proxystore/pull/171)).

Bug Fixes
- Improved typing on [`proxy()`](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.store.base.html#proxystore.store.base.Store.proxy) (PR [82](https://github.com/proxystore/proxystore/pull/82)).
- Fix relative path bug in [`FileStore`](https://proxystore.readthedocs.io/en/latest/_autosummary/proxystore.store.file.html#proxystore.store.file.FileStore) (PR [100](https://github.com/proxystore/proxystore/pull/100)).

Non-package Changes
- Dockerfile and images for testing ProxyStore are now located at https://github.com/proxystore/images.
- API docs now use autosummary (PR [132](https://github.com/proxystore/proxystore/pull/132)).
- Major refactor to the test suite (PR [154](https://github.com/proxystore/proxystore/pull/154)).
- GitHub workflow improvements (PRs [155](https://github.com/proxystore/proxystore/pull/155) and [#156](https://github.com/proxystore/proxystore/pull/156)).

New Contributors
* ValHayot made their first contribution in https://github.com/proxystore/proxystore/pull/144

**Full Changelog**: https://github.com/proxystore/proxystore/compare/v0.3.3...v0.4.0

0.4.0a2

Not secure
Development pre-release for the upcoming 0.4.0 version.

0.4.0a1

Not secure
Development pre-release for the upcoming 0.4.0 version.

0.3.3

Not secure
What's Changed
* Packaging updates by gpauloski in https://github.com/proxystore/proxystore/pull/40
* Make it easier to get stats given proxy by WardLT in https://github.com/proxystore/proxystore/pull/43
* Add base [`StoreFactory`](https://proxystore.readthedocs.io/en/latest/source/proxystore.store.base.html#proxystore.store.base.StoreFactory) (Issue 44).

New Contributors
* WardLT made their first contribution in https://github.com/proxystore/proxystore/pull/43

**Full Changelog**: https://github.com/proxystore/proxystore/compare/v0.3.2...v0.3.3

0.3.2

Not secure
What's Changed
- Endpoints parameter supports dict for better serialization (e71e96f).
- Files for Globus transfer are now specified rather than recursively discovered (c3e69f0).
- Added note on Globus Auth (20).
- Added warning on use of strict with GlobusStore (21).
- User home `~/` is now expanded in paths (22).
- Fix RemoteStore.proxy() logging the incorrect key (26).
- Failures to resolve a proxy from a RemoteStore now raise an ProxyResolveMissingKey exception (29),
- Added prototype stat tracking for stores (33).
- Updated development instructions (19).
- Added Issue Templates (23).
- Added PR Templates (deb5e1e).
- Cleaned up tests (now top-level directory, coverage includes test coverage, etc.) (f5f4b57).
- GitHub actions cleaned up (removed and replaced some) (31).
- Switch to setup.cfg for all configurations (34).
- Renamed test files for better tab-complete and moved testing infrastructure to testing/ (34) and (37).
- Use pre-commit.ci GitHub action (37).
- Package name is lowercase proxystore (34).
- Switched to MIT License (34).


**Full Changelog**: https://github.com/proxystore/proxystore/compare/v0.3.1...v0.3.2

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.