You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2023/04/26 08:07:14 UTC

[pulsar-site] branch matrix-page updated (db16d6d2c1a -> 385402fee13)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a change to branch matrix-page
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


    from db16d6d2c1a update
     add 2a45801a60b Release 2.10.4 (#518)
     add aef7cbec4be Bump marked from 0.3.19 to 4.0.10 (#520)
     add 710c8ca91dd Add release metadata for 2.10.4 (#524)
     add b153daa7daf fix the release note (#525)
     add 8ec0e0f8cab Update the process to upload the GPG key (#526)
     add bebc6ff75a7 Release 2.11.1 (#527)
     add 07a7cc96507 [improve][doc] Release verify should set ZK env var (#528)
     add 18716683d7b Add the release note for Nodejs client 1.8.2 (#529)
     add a4a7647fa79 Add Node.js API docs (#530)
     add 58f294644b2 Bump webpack from 5.75.0 to 5.79.0 (#522)
     add 4115e5115ca Bump ua-parser-js from 0.7.32 to 0.7.35 (#523)
     add a0b89643ce9 Bump http-cache-semantics from 4.1.0 to 4.1.1 (#521)
     add 10b0f659743 build(deps): Remove redundant dependency node-static (#532)
     add fe502c6d2b4 PIP-250: Document proxy_version protocol update (#531)
     add 3e84239e795 Docs sync done from apache/pulsar (#6036dcc)
     add 081aff6314a [fix][doc] MesssageListener inject link (#533)
     add bd5958b97e0 [improve][doc] Optimize message retention detail explanation (#535)
     add 9f64ca06f6e Docs sync done from apache/pulsar (#ab8a8c9)
     add e819fc14fb6 [fix][doc] CPP client advertised listeners examples (#538)
     add c0a708aad65 Add producer access mode examples for Java and C++ client. (#537)
     add d667cadbe79 Update io-kafka-sink.md (#539)
     add 385402fee13 Merge branch 'main' into matrix-page

No new revisions were added by this update.

Summary of changes:
 contribute/create-gpg-keys.md                      |    23 +-
 contribute/validate-release-candidate.md           |     2 +-
 data/release-java.js                               |     5 +-
 data/release-node.js                               |     3 +-
 data/release-pulsar.js                             |    29 +-
 docs/client-libraries-clients.md                   |     7 +-
 docs/client-libraries-producers.md                 |    49 +-
 docs/concepts-clients.md                           |     4 +-
 docs/cookbooks-retention-expiry.md                 |     2 +-
 docs/developing-binary-protocol.md                 |     1 +
 package.json                                       |     3 +-
 release-notes/versioned/client-java-2.10.4.md      |    16 +
 release-notes/versioned/client-java-2.11.1.md      |    30 +
 release-notes/versioned/pulsar-2.10.4.md           |   136 +
 release-notes/versioned/pulsar-2.11.1.md           |   190 +
 .../versioned/pulsar-client-node-1.8.2.md          |    18 +
 releases.json                                      |     2 +
 static/api/js/1.8.x/assets/highlight.css           |    92 +
 static/api/js/1.8.x/assets/main.js                 |    58 +
 static/api/js/1.8.x/assets/search.js               |     1 +
 static/api/js/1.8.x/assets/style.css               |  1279 +
 .../api/js/1.8.x/classes/AuthenticationAthenz.html |    73 +
 .../api/js/1.8.x/classes/AuthenticationOauth2.html |    88 +
 static/api/js/1.8.x/classes/AuthenticationTls.html |    78 +
 .../api/js/1.8.x/classes/AuthenticationToken.html  |    76 +
 static/api/js/1.8.x/classes/Client.html            |   165 +
 static/api/js/1.8.x/classes/Consumer.html          |   236 +
 static/api/js/1.8.x/classes/Message.html           |   154 +
 static/api/js/1.8.x/classes/MessageId.html         |   126 +
 static/api/js/1.8.x/classes/Producer.html          |   136 +
 static/api/js/1.8.x/classes/Reader.html            |   146 +
 static/api/js/1.8.x/enums/LogLevel.html            |    82 +
 static/api/js/1.8.x/index.html                     |   158 +
 static/api/js/1.8.x/interfaces/AthenzConfig.html   |   121 +
 static/api/js/1.8.x/interfaces/ClientConfig.html   |   177 +
 static/api/js/1.8.x/interfaces/ConsumerConfig.html |   204 +
 static/api/js/1.8.x/interfaces/ProducerConfig.html |   189 +
 .../api/js/1.8.x/interfaces/ProducerMessage.html   |   133 +
 static/api/js/1.8.x/interfaces/ReaderConfig.html   |   122 +
 static/api/js/1.8.x/modules.html                   |   100 +
 static/api/js/1.8.x/types/CompressionType.html     |    67 +
 .../1.8.x/types/ConsumerCryptoFailureAction.html   |    67 +
 static/api/js/1.8.x/types/HashingScheme.html       |    67 +
 static/api/js/1.8.x/types/InitialPosition.html     |    67 +
 static/api/js/1.8.x/types/MessageRoutingMode.html  |    67 +
 .../1.8.x/types/ProducerCryptoFailureAction.html   |    67 +
 static/api/js/1.8.x/types/SubscriptionType.html    |    67 +
 .../next/config/reference-configuration-broker.md  |     4 +-
 .../config/reference-configuration-standalone.md   |     4 +-
 static/reference/next/pulsar-admin/functions.md    |     3 +
 static/reference/next/pulsar-admin/schemas.md      |    17 +
 static/reference/next/pulsar-admin/sinks.md        |     3 +
 static/swagger/2.10.4/swagger.json                 | 30591 +++++++++++++++++++
 .../{2.10.3 => 2.10.4}/swaggerfunctions.json       |     0
 .../{2.10.3 => 2.10.4}/swaggerpackages.json        |     0
 static/swagger/{2.10.3 => 2.10.4}/swaggersink.json |     0
 .../swagger/{2.10.3 => 2.10.4}/swaggersource.json  |     0
 static/swagger/2.10.4/v2/swagger.json              | 30591 +++++++++++++++++++
 .../{2.10.3 => 2.10.4/v3}/swaggerfunctions.json    |     0
 .../{2.10.3 => 2.10.4/v3}/swaggerpackages.json     |     0
 .../swagger/{2.10.3 => 2.10.4/v3}/swaggersink.json |     0
 .../{2.10.3 => 2.10.4/v3}/swaggersource.json       |     0
 static/swagger/2.11.1/swagger.json                 | 30319 ++++++++++++++++++
 static/swagger/2.11.1/swaggerfunctions.json        |  3302 ++
 static/swagger/2.11.1/swaggerlookup.json           |  1487 +
 static/swagger/2.11.1/swaggerpackages.json         |  1792 ++
 static/swagger/2.11.1/swaggersink.json             |  2587 ++
 static/swagger/2.11.1/swaggersource.json           |  2535 ++
 static/swagger/2.11.1/swaggertransactions.json     |  2039 ++
 static/swagger/2.11.1/v2/swagger.json              | 30319 ++++++++++++++++++
 static/swagger/2.11.1/v2/swaggerlookup.json        |  1487 +
 static/swagger/2.11.1/v3/swaggerfunctions.json     |  3302 ++
 static/swagger/2.11.1/v3/swaggerpackages.json      |  1792 ++
 static/swagger/2.11.1/v3/swaggersink.json          |  2587 ++
 static/swagger/2.11.1/v3/swaggersource.json        |  2535 ++
 static/swagger/2.11.1/v3/swaggertransactions.json  |  2039 ++
 static/swagger/restApiVersions.json                |    36 +
 .../version-2.10.x/concepts-messaging.md           |     2 +-
 .../version-2.10.x/cookbooks-retention-expiry.md   |     4 +-
 .../version-2.11.x/concepts-messaging.md           |     2 +-
 .../version-2.11.x/cookbooks-retention-expiry.md   |     2 +-
 versioned_docs/version-2.2.0/concepts-messaging.md |     2 +-
 .../version-2.2.0/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.2.1/concepts-messaging.md |     2 +-
 .../version-2.2.1/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.3.0/concepts-messaging.md |     2 +-
 versioned_docs/version-2.3.1/concepts-messaging.md |     2 +-
 .../version-2.3.1/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.3.2/concepts-messaging.md |     2 +-
 .../version-2.3.2/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.4.0/concepts-messaging.md |     2 +-
 .../version-2.4.0/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.4.1/concepts-messaging.md |     2 +-
 .../version-2.4.1/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.4.2/concepts-messaging.md |     2 +-
 .../version-2.4.2/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.5.0/concepts-messaging.md |     2 +-
 versioned_docs/version-2.5.1/concepts-messaging.md |     2 +-
 .../version-2.5.1/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.5.2/concepts-messaging.md |     2 +-
 .../version-2.5.2/cookbooks-retention-expiry.md    |     4 +-
 versioned_docs/version-2.6.0/concepts-messaging.md |     2 +-
 versioned_docs/version-2.6.1/concepts-messaging.md |     2 +-
 versioned_docs/version-2.6.2/concepts-messaging.md |     2 +-
 versioned_docs/version-2.6.3/concepts-messaging.md |     2 +-
 versioned_docs/version-2.6.3/io-kafka-sink.md      |     4 +-
 versioned_docs/version-2.6.4/concepts-messaging.md |     2 +-
 versioned_docs/version-2.7.0/concepts-messaging.md |     2 +-
 .../version-2.7.0/cookbooks-retention-expiry.md    |     2 +-
 versioned_docs/version-2.7.1/concepts-messaging.md |     2 +-
 .../version-2.7.1/cookbooks-retention-expiry.md    |     2 +-
 versioned_docs/version-2.7.2/concepts-messaging.md |     2 +-
 .../version-2.7.2/cookbooks-retention-expiry.md    |     2 +-
 versioned_docs/version-2.7.3/concepts-messaging.md |     2 +-
 .../version-2.7.3/cookbooks-retention-expiry.md    |     2 +-
 versioned_docs/version-2.7.4/concepts-messaging.md |     2 +-
 .../version-2.7.4/cookbooks-retention-expiry.md    |     2 +-
 versioned_docs/version-2.7.5/concepts-messaging.md |     2 +-
 .../version-2.7.5/cookbooks-retention-expiry.md    |     2 +-
 versioned_docs/version-2.8.x/concepts-messaging.md |     2 +-
 .../version-2.8.x/cookbooks-retention-expiry.md    |     2 +-
 versioned_docs/version-2.9.x/concepts-messaging.md |     2 +-
 .../version-2.9.x/cookbooks-retention-expiry.md    |     2 +-
 yarn.lock                                          |   165 +-
 124 files changed, 154451 insertions(+), 182 deletions(-)
 create mode 100644 release-notes/versioned/client-java-2.10.4.md
 create mode 100644 release-notes/versioned/client-java-2.11.1.md
 create mode 100644 release-notes/versioned/pulsar-2.10.4.md
 create mode 100644 release-notes/versioned/pulsar-2.11.1.md
 create mode 100644 release-notes/versioned/pulsar-client-node-1.8.2.md
 create mode 100644 static/api/js/1.8.x/assets/highlight.css
 create mode 100644 static/api/js/1.8.x/assets/main.js
 create mode 100644 static/api/js/1.8.x/assets/search.js
 create mode 100644 static/api/js/1.8.x/assets/style.css
 create mode 100644 static/api/js/1.8.x/classes/AuthenticationAthenz.html
 create mode 100644 static/api/js/1.8.x/classes/AuthenticationOauth2.html
 create mode 100644 static/api/js/1.8.x/classes/AuthenticationTls.html
 create mode 100644 static/api/js/1.8.x/classes/AuthenticationToken.html
 create mode 100644 static/api/js/1.8.x/classes/Client.html
 create mode 100644 static/api/js/1.8.x/classes/Consumer.html
 create mode 100644 static/api/js/1.8.x/classes/Message.html
 create mode 100644 static/api/js/1.8.x/classes/MessageId.html
 create mode 100644 static/api/js/1.8.x/classes/Producer.html
 create mode 100644 static/api/js/1.8.x/classes/Reader.html
 create mode 100644 static/api/js/1.8.x/enums/LogLevel.html
 create mode 100644 static/api/js/1.8.x/index.html
 create mode 100644 static/api/js/1.8.x/interfaces/AthenzConfig.html
 create mode 100644 static/api/js/1.8.x/interfaces/ClientConfig.html
 create mode 100644 static/api/js/1.8.x/interfaces/ConsumerConfig.html
 create mode 100644 static/api/js/1.8.x/interfaces/ProducerConfig.html
 create mode 100644 static/api/js/1.8.x/interfaces/ProducerMessage.html
 create mode 100644 static/api/js/1.8.x/interfaces/ReaderConfig.html
 create mode 100644 static/api/js/1.8.x/modules.html
 create mode 100644 static/api/js/1.8.x/types/CompressionType.html
 create mode 100644 static/api/js/1.8.x/types/ConsumerCryptoFailureAction.html
 create mode 100644 static/api/js/1.8.x/types/HashingScheme.html
 create mode 100644 static/api/js/1.8.x/types/InitialPosition.html
 create mode 100644 static/api/js/1.8.x/types/MessageRoutingMode.html
 create mode 100644 static/api/js/1.8.x/types/ProducerCryptoFailureAction.html
 create mode 100644 static/api/js/1.8.x/types/SubscriptionType.html
 create mode 100644 static/swagger/2.10.4/swagger.json
 copy static/swagger/{2.10.3 => 2.10.4}/swaggerfunctions.json (100%)
 copy static/swagger/{2.10.3 => 2.10.4}/swaggerpackages.json (100%)
 copy static/swagger/{2.10.3 => 2.10.4}/swaggersink.json (100%)
 copy static/swagger/{2.10.3 => 2.10.4}/swaggersource.json (100%)
 create mode 100644 static/swagger/2.10.4/v2/swagger.json
 copy static/swagger/{2.10.3 => 2.10.4/v3}/swaggerfunctions.json (100%)
 copy static/swagger/{2.10.3 => 2.10.4/v3}/swaggerpackages.json (100%)
 copy static/swagger/{2.10.3 => 2.10.4/v3}/swaggersink.json (100%)
 copy static/swagger/{2.10.3 => 2.10.4/v3}/swaggersource.json (100%)
 create mode 100644 static/swagger/2.11.1/swagger.json
 create mode 100644 static/swagger/2.11.1/swaggerfunctions.json
 create mode 100644 static/swagger/2.11.1/swaggerlookup.json
 create mode 100644 static/swagger/2.11.1/swaggerpackages.json
 create mode 100644 static/swagger/2.11.1/swaggersink.json
 create mode 100644 static/swagger/2.11.1/swaggersource.json
 create mode 100644 static/swagger/2.11.1/swaggertransactions.json
 create mode 100644 static/swagger/2.11.1/v2/swagger.json
 create mode 100644 static/swagger/2.11.1/v2/swaggerlookup.json
 create mode 100644 static/swagger/2.11.1/v3/swaggerfunctions.json
 create mode 100644 static/swagger/2.11.1/v3/swaggerpackages.json
 create mode 100644 static/swagger/2.11.1/v3/swaggersink.json
 create mode 100644 static/swagger/2.11.1/v3/swaggersource.json
 create mode 100644 static/swagger/2.11.1/v3/swaggertransactions.json