Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps pulsar from 6.3.1 to 6.4.1.

Commits
  • 5923a04 Release 6.4.1
  • 77fa24b fix: producer is not closed at server side when batching is enabled (#363)
  • b4a67b8 chore: bump version to 6.4.1 (#364)
  • afdf6d0 fix: restore the Send trait for Producer (#359)
  • 51b93ed feat: support blocking send_non_blocking() and other RPCs (#355)
  • f8c31e9 feat: refactor producer batching with timeout supported (#354)
  • 3b89071 ci: harden and optimize rust.yml (#353)
  • fc27cbc fix(consumer): add recv_within helper and timeouts to prevent infinite hangs ...
  • ed1e87c test(producer): add unit tests for producer.rs (#350)
  • 520643d refactor(producer): remove unnecessary lock contention (#351)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 04:45
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Oct 1, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/pulsar-6.4.1 branch from cfa75b1 to d10eedc Compare October 1, 2025 14:19
Bumps [pulsar](https://github.com/streamnative/pulsar-rs) from 6.3.1 to 6.4.1.
- [Release notes](https://github.com/streamnative/pulsar-rs/releases)
- [Commits](streamnative/pulsar-rs@v6.3.1...v6.4.1)

---
updated-dependencies:
- dependency-name: pulsar
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/pulsar-6.4.1 branch from d10eedc to f2a6851 Compare October 1, 2025 14:45
@pront pront enabled auto-merge October 1, 2025 18:18
@github-actions github-actions bot added the domain: sinks Anything related to the Vector's sinks label Oct 1, 2025
@datadog-vectordotdev
Copy link

⚠️ Tests

⚠️ Warnings

🧪 1 Test failed

codecs::decoding::decoder::tests::framed_read_recover_from_error from vector (Datadog)
thread 'codecs::decoding::decoder::tests::framed_read_recover_from_error' panicked at src/codecs/decoding/decoder.rs:140:40

thread 'codecs::decoding::decoder::tests::framed_read_recover_from_error' panicked at src/codecs/decoding/decoder.rs:140:40:
called \`Option::unwrap()\` on a \`None\` value
stack backtrace:
   0:     0x560ce99687c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
   1:     0x560ce99687c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
   2:     0x560ce99687c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
...

ℹ️ Info

❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 50b4a63 | Docs | Was this helpful? Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies domain: sinks Anything related to the Vector's sinks no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant