v1.10.0
·
715 commits
to refs/heads/main
since this release
What's changed
From this release we will focus on Python 3.11, but olders versions up to Python 3.8 are still supported. All enums are moved to the native StrEnum in 3.11, which can have influence in how your enums behave. We didn't list this as a breaking change, since it now has the same behaviour as in older Python versions.
🚀 Features
- Move to StrEnum with backport for older Python versions (#923) @iMicknl
- Add Python 3.11 support to CI/CD and update all dependencies (#921) @iMicknl
📦 Dependencies
- Bump boto3 from 1.28.12 to 1.28.14 (#916) @dependabot
- Bump boto3 from 1.28.9 to 1.28.12 (#915) @dependabot
- Bump boto3 from 1.28.8 to 1.28.9 (#912) @dependabot
- Bump aiohttp from 3.8.4 to 3.8.5 (#909) @dependabot
- Bump boto3 from 1.28.5 to 1.28.8 (#911) @dependabot
- Bump boto3 from 1.28.3 to 1.28.5 (#908) @dependabot
- Bump boto3 from 1.28.2 to 1.28.3 (#906) @dependabot
- Bump boto3 from 1.28.1 to 1.28.2 (#904) @dependabot
- Bump pytest-asyncio from 0.21.0 to 0.21.1 (#905) @dependabot
- Bump boto3 from 1.28.0 to 1.28.1 (#903) @dependabot
Contributors to this release
@dependabot, @dependabot[bot] and @iMicknl