Releases: slackapi/python-slack-hooks
Release list
v0.3.0
What's Changed
The latest Slack CLI release v3.12.0 now supports automatic server restarting on file changes with the slack run command! This update includes default watch patterns:
{
"config": {
"watch": {
"app": {
"filter-regex": "\\.py$",
"paths": ["."]
},
"manifest": {
"paths": ["manifest.json"]
}
}
}🚀 Enhancements
📦 Dependencies
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #81
- build(deps): bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #82
- build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #83
- build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #87
- build(deps): bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in #86
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #84
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #85
- build(deps): update packaging requirement from <26 to <27 by @dependabot[bot] in #88
- build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #90
- build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 by @dependabot[bot] in #91
Maintenance
- ci(deps): auto-approve / auto-merge dependencies from dependabot by @mwbrooks in #92
- chore(release): version 0.3.0 by @zimeg in #93
Full Changelog: 0.2.0...v0.3.0
Milestone: https://github.com/slackapi/python-slack-hooks/milestone/3
0.2.0
What's Changed
🚀 Enhancements
- feat: add support for python 3.14 by @WilliamBergamin in #79
📦 Other changes
- docs: include milestones and labels with release steps by @zimeg in #63
- build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #64
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #65
- build(deps): update pytest-cov requirement from <7,>=3 to >=3,<8 by @dependabot[bot] in #66
- build(deps): bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #67
- build(deps): bump actions/stale from 9.1.0 to 10.0.0 by @dependabot[bot] in #69
- build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #68
- build(deps): bump actions/stale from 10.0.0 to 10.1.0 by @dependabot[bot] in #71
- chore: simplify the release process by @WilliamBergamin in #72
- chore: fix release workflow by @WilliamBergamin in #73
- chore: fix broken deployment action by @WilliamBergamin in #74
- Fix deployement logic by @WilliamBergamin in #75
- chore: improve the release instructions by @WilliamBergamin in #76
- chore: Add .github/CODEOWNERS file by @mwbrooks in #77
- fix: update the release instructions by @WilliamBergamin in #78
- chore(release): version 0.2.0 by @WilliamBergamin in #80
New Contributors
Full Changelog: 0.1.0...0.2.0
Milestone: https://github.com/slackapi/python-slack-hooks/milestone/2?closed=1
0.1.0
What's Changed
This release adds support for Python 3.13 and updates references to the new and improved docs.slack.dev site.
📚 Documentation
- fix: redirect links to the changelog to the current changelog in #59 - Thanks @zimeg!
- docs: reference the quickstart for building apps with the cli and bolt in #60 - Thanks @zimeg!
🤖 Dependencies
- build(deps): update pytest-cov requirement from <6,>=3 to >=3,<7 in #53 - Thanks @dependabot!
- build(deps): bump codecov/codecov-action from 4 to 5 in #54 - Thanks @dependabot!
- build(deps): update packaging requirement from <25 to <26 in #55 - Thanks @dependabot!
- build(deps): update gevent requirement from <25,>=22.10.2 to >=22.10.2,<26 in #56 - Thanks @dependabot!
🧰 Maintenance
- health: update the image used to run the CI pipeline in #57 - Thanks @WilliamBergamin!
- ci: pin actions workflow step hashes and use minimum permissions in #58 - Thanks @zimeg!
- chore: support python 3.13 in #61 - Thanks @zimeg!
- chore(release): tag version 0.1.0 in #62 - Thanks @zimeg!
Milestone: https://github.com/slackapi/python-slack-hooks/milestone/1
Full Changelog: 0.0.3...0.1.0
0.0.3
What's Changed
A few small polishes and changes to clean code up, but scripts ought to keep scripting just as before! 🚀
- chore: align README pattern by @WilliamBergamin in #47
- chore: unit tests around protocol usage by @WilliamBergamin in #48
- chore: fix warnings in tests by @WilliamBergamin in #49
- health: move to mypy by @WilliamBergamin in #50
- chore(release): tag version 0.0.3 by @zimeg in #52
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- feat: add health score reporting job by @filmaj in #44
- fix: improve which python executable is used at runtime and by other commands by @WilliamBergamin in #45
Dependencies
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #43
- bump: version 0.0.2 by @WilliamBergamin in #46
New Contributors
Full Changelog: 0.0.1...0.0.2
0.0.1
What's Changed
- fix: introduce the packaging dependency by @WilliamBergamin in #39
- build(deps): bump pytype from 2024.3.19 to 2024.4.11 by @dependabot in #38
- fix: version defaulting to
0.0.0.dev0by @WilliamBergamin in #40
Full Changelog: 0.0.0...0.0.1
0.0.0
What's Changed
- versions 0.0.0.dev2 by @WilliamBergamin in #12
- fix: update release process by @WilliamBergamin in #13
- feat: create dependabot.yml by @WilliamBergamin in #15
- build(deps): update pytest-cov requirement from <4,>=3 to >=3,<5 by @dependabot in #21
- build(deps): update pytest requirement from <7,>=6.2.5 to >=6.2.5,<9 by @dependabot in #19
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #16
- build(deps): bump pytype from 2023.11.29 to 2024.1.24 by @dependabot in #17
- build(deps): bump actions/stale from 8 to 9 by @dependabot in #18
- build(deps): update flake8 requirement from <7,>=5.0.4 to >=5.0.4,<8 by @dependabot in #20
- feat: add code coverage reporting by @WilliamBergamin in #22
- feat: include the target runtime in the get-hooks response by @zimeg in #26
- build(deps): bump pytype from 2024.1.24 to 2024.2.13 by @dependabot in #24
- build(deps): update gevent requirement from <24,>=22.10.2 to >=22.10.2,<25 by @dependabot in #25
- fix: remove environment variable management by @WilliamBergamin in #27
- docs(fix): specify pythonic commands in issue templates by @zimeg in #28
- feat: return runtime versions used by the application with a doctor hook by @zimeg in #35
- feat: automate releases by @WilliamBergamin in #36
- build(deps): update pytest-cov requirement from <5,>=3 to >=3,<6 by @dependabot in #34
- build(deps): bump pytype from 2024.2.13 to 2024.3.19 by @dependabot in #33
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #30
New Contributors
- @dependabot made their first contribution in #21
- @zimeg made their first contribution in #26
Full Changelog: 0.0.0.dev2...0.0.0
0.0.0.dev2
What's Changed
- feat: implement check update hook by @WilliamBergamin in #8
- feat: update README by @misscoded in #9
- bug: fix deprecation warnings by bumping python minimum version by @WilliamBergamin in #10
- fix: remove pytest runner by @WilliamBergamin in #11
New Contributors
- @misscoded made their first contribution in #9
Full Changelog: 0.0.0.dev0...0.0.0.dev2
0.0.0.dev0
What's Changed
- feat: setup maintainable project by @WilliamBergamin in #2
- feat: Add contributing requirements by @WilliamBergamin in #3
- feat: implement basic hook logic by @WilliamBergamin in #4
New Contributors
- @WilliamBergamin made their first contribution in #2
Full Changelog: https://github.com/slackapi/python-slack-hooks/commits/0.0.0.dev0