nkurihar merged pull request #145:
URL: https://github.com/apache/pulsar-client-node/pull/145
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
massakam opened a new pull request #146:
URL: https://github.com/apache/pulsar-client-node/pull/146
The constructor of the `AuthenticationAthenz` class can accept one string or
object as an argument, but currently there is only a type definition for
string. So I added a type definition to
For the signature issue, I think we should use this keys
https://dist.apache.org/repos/dist/dev/pulsar/KEYS
I updated the Pulsar release process
https://github.com/apache/pulsar/wiki/Release-process#8-run-the-vote
The keys in the file https://dist.apache.org/repos/dist/release/pulsar/KEYS
are the
Dear Pulsar enthusiast,
This is the Pulsar community weekly update for 2021-03-01 ~ 2021-03-07,
with updates on Pulsar client, broker, Functions, and so on.
This Pulsar community weekly update is also available at
https://streamnative.io/weekly/2021/2021-03/2021-03-08-pulsar-weekly.
*All Pulsar
Why does the KEYS file for /dev/ is different from the one in /release/
directory?
When users download the artifact they will verify against the one in
/release/ directory, right?
- Henry
On Tue, Mar 9, 2021 at 2:48 AM Yong Zhang
wrote:
> For the signature issue, I think we should use this key
nkurihar merged pull request #146:
URL: https://github.com/apache/pulsar-client-node/pull/146
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
@yong I have add your key to the /release directory.
Thanks,
Penghui
On Mar 10, 2021, 3:24 AM +0800, Henry Saputra , wrote:
> Why does the KEYS file for /dev/ is different from the one in /release/
> directory?
>
> When users download the artifact they will verify against the one in
> /release/ d
massakam opened a new pull request #147:
URL: https://github.com/apache/pulsar-client-node/pull/147
I have already created `branch-1.3` to perform the release, so I will bump
the master version to `1.4.0-rc.0`.
This is an au