Closed Attumm closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.15%. Comparing base (
ca07bc8
) to head (6e095aa
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
RedisDict v3.0.0
Major Changes
Project Structure
pyproject.toml
Python Modernization
iter
methodsdict | other_dict
)dict
methods for full compatibilityType System Improvements
py.typed
file for improved type checker compliance .PEP 561pyproject.toml
Quality
Breaking Changes
items
,values
,keys
to align with Python 3.x standardsComing in v3.1.0
Redis Compatibility
setdefault
andpop
methodsClosed Issues
68: Modern conventions and best practices
60: Race condition under certain circumstances
setdefault
,pop
Contributors:
Special thanks to these contributors:
@hughes-uk - Bug identification and reporting @jvllmr - Feature implementation
This release represents a major modernization effort, bringing RedisDict up to current Python Standards