Releases: ccaruceru/slack-multireact
Releases · ccaruceru/slack-multireact
v2.7.0
What's Changed
- Python 3.11; aiohtpp 3.11.11; starlette 0.45.1 by @ccaruceru in #13
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- Bump aiohttp from 3.9.5 to 3.10.2 by @dependabot in #12
Full Changelog: v2.5.0...v2.6.0
v2.5.0
Release 2.4.0
What's Changed
- Update dependencies by @ccaruceru in #10
- aiohttp to 3.9.3
- starlette to 0.37.1
Full Changelog: v2.3.0...v2.4.0
Release 2.3.0
What's Changed
- Bump aiohttp from 3.8.5 to 3.9.0 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v2.2.0...v2.3.0
Release 2.2.0
Release 2.1.1
Release 2.1.0
What's Changed
- Optional env var for slash command + upgrade Starlette by @ccaruceru in #6
- Add optional SLACK_SLASH_COMMAND env var to overwrite the Slack slash command
- upgrade Starlette to fix Dependabot alert
- fix docker build
Full Changelog: v2.0.0...v2.1.0
Release 2.0.0
What's Changed
- Update Bolt + migrate to ASGI by @ccaruceru in #4
- Update Starlette by @ccaruceru in #5
Full Changelog: v1.21.2...v2.0.0
Release 1.21.2
Initial commit on Github
Added
- Dockerfile
- web route for /img
- test for
main+ code coverage back to 99% - add LICENSE
Changed
- refactor main method
- update README (docker, deployment, examples, instructions)
Fixed
test_async_issuerandom failure- linting