v0.31.0
Changed
- Moved Slack Machine community chat to Slack
- Type-hint coverage is now 100% so mypy is happy (#633)
- Update pyproject.toml to conform to Poetry 1.2 dependency specification (#657)
- Replace
dacite
withpydantic
to create models for Slack API interactions (#659) - Bump
aiohttp
from 3.8.1 to 3.8.3 - Bump
slack-sdk
from 3.18.3 to 3.19.1 - Bump
tzdata
from 2022.4 to 2022.5 - Bump
aioboto3
from 10.0.0 to 10.1.0 - Add changelog to keep track of updates
- Move to structlog for logging, fixes #599 (#663)
Removed
- Remove unused settings:
DISABLE_HTTP
,HTTP_SERVER_HOST
,HTTP_SERVER_PORT
,HTTP_SERVER_BACKEND
,HTTPS_PROXY
,KEEP_ALIVE
Full Changelog: v0.30.0...v0.31.0