Skip to content

Conversation

@WilliamBergamin
Copy link
Contributor

Summary

Release 1.25.0

Category

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@WilliamBergamin WilliamBergamin added this to the 1.25.0 milestone Sep 9, 2025
@WilliamBergamin WilliamBergamin self-assigned this Sep 9, 2025
Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WilliamBergamin LGTM! And thanks for such fast follow up on this release! 🚢 💨

<h3 id="creating-an-async-app">Creating an async app</h3>
<p>If you'd prefer to build your app with <a href="https://docs.python.org/3/library/asyncio.html">asyncio</a>, you can import the <a href="https://docs.aiohttp.org/en/stable/">AIOHTTP</a> library and call the <code><a title="slack_bolt.async_app.AsyncApp" href="#slack_bolt.async_app.AsyncApp">AsyncApp</a></code> constructor. Within async apps, you can use the async/await pattern.</p>
<pre><code class="language-bash"># Python 3.6+ required
<pre><code class="language-bash"># Python 3.7+ required
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👁️‍🗨️ praise: Nice catch!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was generated from the source code 😎

@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.00%. Comparing base (a3adffa) to head (d50ea47).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1366   +/-   ##
=======================================
  Coverage   91.00%   91.00%           
=======================================
  Files         222      222           
  Lines        7512     7512           
=======================================
  Hits         6836     6836           
  Misses        676      676           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WilliamBergamin WilliamBergamin merged commit 3274d7a into main Sep 9, 2025
14 checks passed
@WilliamBergamin WilliamBergamin deleted the v1.25.0 branch September 9, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants