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/java-slack-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 803231d
Choose a base ref
...
head repository: slackapi/java-slack-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9f3639
Choose a head ref
  • 14 commits
  • 14 files changed
  • 4 contributors

Commits on Dec 22, 2025

  1. feat: chat stream helper

    srtaalej committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    b32772b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Update slack-api-client/src/main/java/com/slack/api/methods/ChatStrea…

    …mHelper.java
    
    Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
    srtaalej and zimeg authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    a4f2b06 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#1549)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1af3b93...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and srtaalej committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    b81ae19 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-java from 5.0.0 to 5.1.0 (#1547)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@dded088...f2beeb2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and srtaalej committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    b540c95 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#1548)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@5a10915...671740a)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and srtaalej committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    90b560a View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/stale from 10.1.0 to 10.1.1 (#1546)

    Bumps [actions/stale](https://github.com/actions/stale) from 10.1.0 to 10.1.1.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@5f858e3...9971854)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and srtaalej committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    32a9a7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a919689 View commit details
    Browse the repository at this point in the history
  7. adjust buffer size

    srtaalej committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    dc13df5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    beb1b92 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Update slack-api-client/src/main/java/com/slack/api/methods/ChatStrea…

    …mHelper.java
    
    Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
    srtaalej and zimeg authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    443d380 View commit details
    Browse the repository at this point in the history
  2. Update slack-api-client/src/main/java/com/slack/api/methods/AsyncMeth…

    …odsClient.java
    
    Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
    srtaalej and zimeg authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    18da58c View commit details
    Browse the repository at this point in the history
  3. Update slack-api-client/src/main/java/com/slack/api/methods/MethodsCl…

    …ient.java
    
    Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
    srtaalej and zimeg authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    1d9a51d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    873abee View commit details
    Browse the repository at this point in the history
  5. bug: privatize StreamState

    srtaalej committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    e9f3639 View commit details
    Browse the repository at this point in the history
Loading