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: IBM/sarama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.0
Choose a base ref
...
head repository: IBM/sarama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.43.1
Choose a head ref
  • 11 commits
  • 13 files changed
  • 5 contributors

Commits on Feb 27, 2024

  1. fix: message.max.bytes should default to 1048576 (#2804)

    Sarama should match the max.request.size default from the Java producer config.
    
    https://kafka.apache.org/documentation/#producerconfigs_max.request.size
    
    Note that the server has its own limit on the record batch size which
    defaults to slightly higher than this, but is configurable and can also
    be set per topic too.
    
    https://kafka.apache.org/documentation/#brokerconfigs_message.max.bytes
    
    Co-authored-by: Cassondra Foesch <puellanivis@gmail.com>
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    puellanivis authored Feb 27, 2024
    Copy the full SHA
    80b180c View commit details
  2. chore(ci): disable checkout credentials persist (#2812)

    We don't need actions/checkout to persist credentials for any submodules
    or other fetches. Whilst it is a read-only token, there's no need to
    leave it around on disk after the checkout has completed.
    
    https://github.com/actions/checkout/blob/v4.1.1/action.yml#L48-L50
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    dnwe authored Feb 27, 2024
    Copy the full SHA
    fd84c2b View commit details

Commits on Mar 8, 2024

  1. fix: add locking around broker throttle timer to prevent race conditi…

    …on (#2826)
    
    Fixes #2823
    
    Signed-off-by: shacheng <shacheng@tencent.com>
    Co-authored-by: shacheng <shacheng@tencent.com>
    chengsha and shacheng authored Mar 8, 2024
    Copy the full SHA
    a8b3b3d View commit details
  2. chore(ci): bump github/codeql-action from 3.24.3 to 3.24.6 (#2824)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@3796146...8a470fd)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      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 Mar 8, 2024
    Copy the full SHA
    ae04724 View commit details
  3. chore(deps): bump go.opentelemetry.io/otel/sdk in /examples/intercept…

    …ors (#2816)
    
    Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.23.1...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/sdk
      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 Mar 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0b515ed View commit details
  4. chore(ci): bump actions/dependency-review-action from 4.1.1 to 4.1.3 (#…

    …2818)
    
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.1.1 to 4.1.3.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@fd07d42...9129d7d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      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 Mar 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e3681a9 View commit details
  5. chore(deps): bump the golang-org-x group with 1 update (#2825)

    Bumps the golang-org-x group with 1 update: [golang.org/x/net](https://github.com/golang/net).
    
    
    Updates `golang.org/x/net` from 0.21.0 to 0.22.0
    - [Commits](golang/net@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-org-x
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c432bc2 View commit details
  6. chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2822

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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 Mar 8, 2024
    Copy the full SHA
    392187d View commit details
  7. chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmet…

    …ric (#2815)
    
    Bumps [go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://github.com/open-telemetry/opentelemetry-go) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.23.1...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
      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 Mar 8, 2024
    Copy the full SHA
    f21c512 View commit details

Commits on Mar 27, 2024

  1. chore(ci): bump docker/bake-action (#2837)

    Bumps [docker/bake-action](https://github.com/docker/bake-action) from 52a1696536aaa8818afd3753a71ec46298b8a19b to 33a1cc61dab930ceab0181de8cdc34a8cc55e61d.
    - [Release notes](https://github.com/docker/bake-action/releases)
    - [Commits](docker/bake-action@52a1696...33a1cc6)
    
    ---
    updated-dependencies:
    - dependency-name: docker/bake-action
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2024
    Copy the full SHA
    837fab4 View commit details
  2. chore(ci): bump docker/setup-buildx-action from 3.0.0 to 3.2.0 (#2838)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.2.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@f95db51...2b51285)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      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 Mar 27, 2024
    Copy the full SHA
    4ad3504 View commit details
Loading