Chorde

Latest version: v1.0.11

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

Scan your dependencies

Page 4 of 6

0.7.2

Bugfixes
- Fix setup.py to include requirements.txt in the source build

0.7.1

Bugfixes
- Fix future().peek reporting of late (async) misses
- Fix MemcachedStoreClient.set_multi when sockets become broken.
It would error out trying to unregister them from the poller.
- Make tempfile cleanup in FilesCacheClient more robust
- Fix ThreadPool.join's return value in some cases with multiple
joiners
- Fix ElastiCacheClient to force-refresh its DNS endpoint even
when it points to a single server. EC should always be dynamic.

0.7.0

Improvements
- Optimized threadpool implementation to lower queuing latency
and overall overhead. Simplified things considerably by
avoiding zero-copy slicing, something that's hard to get
right and actually incurred a significant latency penalty.
List slicing is quite fast anyway.

0.6.0

Added
- Added strict_no_servers option to memcache clients. If passed,
it will raise NoServersError when no server can be reached,
instead of treating the condition as a miss.

0.5.4

Bugfixes
- Fix threadpool.join's return value

0.5.3

Bugfixes
- Fixed placeholder functionality on async() calls
- Fix PyPy compatibility

Changed
- CacheMissError is now a proper alias of KeyError rather
than a subclass. Keeping it as a subclass was cumbersome.

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.