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.18.1
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.18.2
Choose a head ref
  • 8 commits
  • 33 files changed
  • 4 contributors

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    2965fa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    fddaab4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Update max elements in ActionsBlock to 25

    It seems from practical testing with the slack block kit builder that the (new?) max number of elements allowed in an ActionsBlock is 25, rather than 5 as previously shown in the code.
    
    Update 5 -> 25 in docstring as well
    YSaxon authored and seratch committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    623ace0 View commit details
    Browse the repository at this point in the history
  2. Updatet unit tests

    seratch committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d2fd7ac View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    9c2ae69 View commit details
    Browse the repository at this point in the history
  2. Apply black to test code

    seratch committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b34abcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0212cb8 View commit details
    Browse the repository at this point in the history
  4. version 3.18.2

    seratch committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ffffc18 View commit details
    Browse the repository at this point in the history
Loading