Skip to content

chore(release): version 3.39.0 - #1795

Merged
vegeris merged 1 commit into
mainfrom
3.39.0-release
Nov 20, 2025
Merged

chore(release): version 3.39.0#1795
vegeris merged 1 commit into
mainfrom
3.39.0-release

Conversation

@vegeris

@vegerisvegeris commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

Summary

Bump the version for release 3.39.0

Feature work included in the Milestone : (diff)

  • Work Objects support
  • slackLists methods
  • Table block support

Category

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.signature (Request Signature Verifier)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.models (UI component builders)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.rtm_v2 (RTM client)
  • /docs (Documents)
  • /tutorial (PythOnBoardingBot tutorial)
  • tests/integration_tests (Automated tests for this library)

Requirements

  • 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 python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh after making the changes.

@vegerisvegeris added this to the 3.39.0 milestone Nov 18, 2025
@vegerisvegeris added semver:minor web-client Version: 3x python Pull requests that update Python code labels Nov 18, 2025
@vegeris
vegeris marked this pull request as ready for review November 18, 2025 18:51
@vegeris
vegeris requested review from a team as code ownersNovember 18, 2025 18:51
@codecov

codecovBot commented Nov 18, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.90%. Comparing base (9fd33fe) to head (35a466a).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@ Coverage Diff @@## main #1795 +/- ##
=======================================
Coverage 83.90% 83.90% =======================================
Files 115 115 Lines 13080 13080 =======================================
Hits 10975 10975 Misses 2105 2105 

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

@lukegalbraithrusselllukegalbraithrussell left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

generated reference docs look good!

@zimeg

Copy link
Copy Markdown
Member

Can we perhaps wait for #1772 to merge? I think review is close to complete!

@zimeg

Copy link
Copy Markdown
Member

😓 I don't mean to delay this more but #1788 is close to merge too I think!

@vegeris

Copy link
Copy Markdown
ContributorAuthor

Now that the those PRs are merged, I pulled in main and re-generated the docs 🙂 Should be okay to release now

@vegeris
vegeris merged commit 978dd56 into mainNov 20, 2025
14 checks passed
@vegeris
vegeris deleted the 3.39.0-release branch November 20, 2025 15:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pythonPull requests that update Python codesemver:minorVersion: 3xweb-client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@vegeris@zimeg@WilliamBergamin@lukegalbraithrussell