Releases: data-engineering-collective/minimalkv
Releases · data-engineering-collective/minimalkv
minimalkv 1.8.6
minimalkv 1.8.4
What's Changed
Full Changelog: 1.8.3...1.8.4
minimalkv 1.8.3
minimalkv 1.8.2
What's Changed
- Add Python 3.11 CI by @xhochy in #91
- Switch to setup-micromamba by @xhochy in #92
- Bump the dependencies group with 1 update by @dependabot in #93
- Bump the dependencies group with 1 update by @dependabot in #95
- Bump the dependencies group with 1 update by @dependabot in #96
- Refactor by @ThomasMarwitzQC in #97
- Auto-update pre-commit hooks by @github-actions in #98
New Contributors
- @ThomasMarwitzQC made their first contribution in #97
- @github-actions made their first contribution in #98
Full Changelog: 1.8.1...1.8.2
minimalkv 1.8.1
- Drop pkg_resources and use importlib.metadata to access package version string.
- Add missing region_name in s3fs store creation to set required location contraint during bucket creation.
minimalkv 1.8.0
- Fixed the behaviour of S3FSStore when providing a custom endpoint.
- Added verify constructor argument to S3FSStore that disables SSL verification. Use it in an URI as ?verify=false.
- Fixing boto3 import at module level of s3fsstore.
minimalkv 1.7.0
What's Changed
- Refactor S3 store creation by @simonbohnen in #76
- Refactor store creation from URL by @simonbohnen in #71
- Add live GCS testing by @simonbohnen in #75
- Fix custom endpoint specification for S3Store by @janjagusch in #81
- Add option to disable SSL verification for S3Store by @janjagusch in #82
New Contributors
- @janjagusch made their first contribution in #81
Full Changelog: 1.6.1...1.7.0
minimalkv 1.6.1
- Made the SQLAlchemyStore compatible with SQLAlchemy 2.0.
minimalkv 1.5.0
What's Changed
- Use python-build to generate (PyPI) archives by @xhochy in #65
- Extended KeyValueStore and Decorator Baseclasses with closing support by @timostrunk in #67
New Contributors
- @timostrunk made their first contribution in #67
Full Changelog: 1.4.4...1.5.0
minimalkv 1.4.4
What's Changed
- Monkeypatch quoting by @simonbohnen in #61
- Remove quoting due to gcsfs release by @simonbohnen in #62
- Adapt changelog for 1.4.4 by @xhochy in #63
- Upload to PyPI in Python 3.10 job by @xhochy in #64
Full Changelog: 1.4.3...1.4.4