-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libpulsar 3.0.0 #114737
libpulsar 3.0.0 #114737
Conversation
Instead of doing merge commit (it would trigger |
2e7b6e9
to
9bf82ad
Compare
9bf82ad
to
c4802d9
Compare
failed on linux build
|
c4802d9
to
1c28833
Compare
@chenrui333 - thanks for the pointer. I updated the PR and the tests are now passing. |
Co-authored-by: Carlo Cabrera <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://pulsar.apache.org/download
Latest stable seems to still be 2.10.2. Or are versions for this announced elsewhere?
@carlocab We have changed the release versioning for C++ client which has been moved to new repository out of the main Pulsar repo: https://github.com/apache/pulsar-client-cpp Release https://github.com/apache/pulsar-client-cpp/releases/tag/v3.0.0 |
@carlocab The release notes are up now: https://pulsar.apache.org/release-notes/versioned/client-cpp-3.0.0/ |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, too many notifications!
🤖 A scheduled task has triggered a merge. |
|
3.1.0 was already released and the homebrew update was merged here #118135. Closing this as it is no longer necessary. |
The Apache Pulsar project recently moved libpulsar to its own repository. Here is the relevant mailing list thread:
https://lists.apache.org/thread/h3gkrp5fc8q3n80bnf8lt9wrt7zg0xrv
The new libpulsar repository has an independent release cycle and is located here https://github.com/apache/pulsar-client-cpp.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?