Skip to content

Auto-update pulsar to 4.1.0#9769

Open
waruqi wants to merge 1 commit intodevfrom
autoupdate-pulsar-4.1.0
Open

Auto-update pulsar to 4.1.0#9769
waruqi wants to merge 1 commit intodevfrom
autoupdate-pulsar-4.1.0

Conversation

@waruqi
Copy link
Copy Markdown
Member

@waruqi waruqi commented Apr 17, 2026

New version of pulsar detected (package version: 3.6.0, last github version: 4.1.0)

@waruqi waruqi added the auto-update Automatic update label Apr 17, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Pulsar C++ client package to version 4.1.0. Feedback indicates that starting from version 4.0.0, Boost is no longer a required dependency; therefore, the package configuration should be updated to reflect this change to optimize build times and reduce unnecessary dependencies.


add_urls("https://github.com/apache/pulsar-client-cpp/archive/refs/tags/v$(version).tar.gz")

add_versions("4.1.0", "172c9697caf62551c336e0bf64a136ccdff0674e9ea66f94f3f60962c5d41958")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Starting with version 4.0.0, the Pulsar C++ client has removed its dependency on Boost. Since this PR updates the package to version 4.1.0, the add_deps section (line 14) should be updated to make Boost optional or remove it for version 4.0.0 and later. This will significantly reduce build times and avoid unnecessary dependencies for users of the new version.

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

Labels

auto-update Automatic update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant