Shared-memory-dict

Latest version: v0.7.2

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

Scan your dependencies

Page 1 of 2

0.7.2

------------------
- Fix incorrect initialization through hook

0.7.1

------------------
- Initialize memory with empty dict avoiding logs
- Call serialization with buffer instead of memoryview
- Treat null bytes on JSON loads

0.7.0

------------------
- Run CI on different python versions
- Add support for python 3.10
- Improve README with more examples and calls to close and unlink
- Expose shared memory as readonly attribute as ShareableList
- Modify SharedMemoryDict to use serializers
- Create serializers for json and pickle

0.6.0

------------------
- Replace SENTINEL with NOT_GIVEN
- Update project dependencies
- Add a better message on the storage issue

0.5.0

------------------
- Configure black as formatter
- Implement Mapping interface (all methods)
- Deprecate `move_to_end and` method and `last` parameter on `popitem`

0.4.0

------------------
- Remove method `validate_key` from Django adapter (this is a method to deal with memcached key name issues)
- Decrease shared-memory and pickle calls on Django Adapter
- Raise `TypeError` on `incr` method of Django Adapter for non int values
- Remover `cull` mechanism from django adapter

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.