ProxyStore v0.4.1
This release adds some new backends, the MultiStore and ZeroMQStore, and overhauls the docs which are now hosted at docs.proxystore.dev!
Upgrade Steps
$ pip install --upgrade proxystoreWhat's Changed
New Features
- Support Globus consents by @gpauloski in #180
- Add
MultiStoreby @gpauloski in #193 - Add
ZeroMQStoreby @gpauloski in #208
Bug Fixes
- Fix peer-channels not passed to configure by @gpauloski in #189
- Use IP instead of hostname for client endpoint requests by @gpauloski in #191
- Prevent race condition when iterating over
Store._statsby @WardLT in #207
Documentation
- Migrate to MKDocs by @gpauloski in #197
Dependencies
- Support Python 3.11 by @gpauloski in #138
- Migrate to
pyproject.tomlby @gpauloski in #176 - Bump actions/checkout from 2 to 3 by @dependabot in #177
- Upgrade cryptography per CVE-2023-23931 by @gpauloski in #190
New Contributors
- @dependabot made their first contribution in #177
Full Changelog: v0.4.0...v0.4.1