Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/p/pulsar/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package("pulsar")

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.

add_versions("3.6.0", "321e288e60b340155d9a9ad8eb823738047f5055a71a8a345c93ddbe3d023741")
add_versions("3.5.1", "279debf04b566321ff4fe2c5bd5bef8547a20b2bdbc6943cb027224ce6b45ec4")
add_versions("3.5.0", "21d71a36666264418e3c5d3bc745628228b258daf659e6389bb9c9584409a27e")
Expand Down
Loading