Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: slackapi/python-slack-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: slackapi/python-slack-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.1
Choose a head ref
  • 4 commits
  • 118 files changed
  • 2 contributors

Commits on Sep 14, 2021

  1. Update API docs

    seratch committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9b3cf06 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. asyncio-based Socket Mode client improvements (#1117)

    * Add initial ping right after establishing a new connection in AIOHTTP-based SocketModeClient
    * Add is_ping_pong_failing check to is_connected method
    * Many improvements to the session monitoring job
    * Fix syntax error in Python 3.6
    * Enable Socket Mode tests
    seratch authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    9fd264f View commit details
    Browse the repository at this point in the history
  2. Upgrade black to 21.9b0

    seratch committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    6a561ac View commit details
    Browse the repository at this point in the history
  3. version 3.11.1

    seratch committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    70144f5 View commit details
    Browse the repository at this point in the history
Loading