Skip to content

Releases: slackapi/python-slack-hooks

v0.3.0

05 Feb 22:17
e127eb9

Choose a tag to compare

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

  • feat: add default app and manifest watch config by @zimeg in #89

📦 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

14 Nov 21:35
a6ae740

Choose a tag to compare

What's Changed

🚀 Enhancements

📦 Other changes

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

16 Jul 18:39
252031c

Choose a tag to compare

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

16 Sep 23:59
72bad78

Choose a tag to compare

What's Changed

A few small polishes and changes to clean code up, but scripts ought to keep scripting just as before! 🚀

Full Changelog: 0.0.2...0.0.3

0.0.2

17 Jun 20:26
69462c6

Choose a tag to compare

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

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

17 Apr 17:53
af0e9dd

Choose a tag to compare

What's Changed

Full Changelog: 0.0.0...0.0.1

0.0.0

03 Apr 18:56
2d7cc13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.0.dev2...0.0.0

0.0.0.dev2

24 Jan 20:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.0.dev0...0.0.0.dev2

0.0.0.dev0

13 Dec 15:42
8e64ddb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/python-slack-hooks/commits/0.0.0.dev0