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

github-bot pushed a change to branch chore/update-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


 discard 834d3793b chore(python-docs): update python doc assets to recent 
development state
     add 08c8a9c70 Add blog post about OPC-UA certificates (#220)
     add e08c526ef chore(python-docs): update python doc assets to recent 
development state

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (834d3793b)
            \
             N -- N -- N   refs/heads/chore/update-python-docs (e08c526ef)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs-python/dev/reference/client/client/index.html |   2 +-
 docs-python/dev/reference/client/config/index.html |   2 +-
 .../client/credential_provider/index.html          |   2 +-
 .../endpoint/api/data_lake_measure/index.html      |   2 +-
 .../reference/endpoint/api/data_stream/index.html  |   2 +-
 .../dev/reference/endpoint/api/version/index.html  |   2 +-
 .../dev/reference/endpoint/endpoint/index.html     |   2 +-
 .../dev/reference/endpoint/exceptions/index.html   |   2 +-
 .../function_zoo/river_function/index.html         |   2 +-
 .../reference/functions/broker/broker/index.html   |   2 +-
 .../functions/broker/broker_handler/index.html     |   2 +-
 .../reference/functions/broker/consumer/index.html |   2 +-
 .../broker/kafka/kafka_consumer/index.html         |   2 +-
 .../broker/kafka/kafka_message_fetcher/index.html  |   2 +-
 .../broker/kafka/kafka_publisher/index.html        |   2 +-
 .../functions/broker/nats/nats_consumer/index.html |   2 +-
 .../broker/nats/nats_publisher/index.html          |   2 +-
 .../functions/broker/output_collector/index.html   |   2 +-
 .../functions/broker/publisher/index.html          |   2 +-
 .../functions/function_handler/index.html          |   2 +-
 .../reference/functions/registration/index.html    |   2 +-
 .../functions/streampipes_function/index.html      |   2 +-
 .../functions/utils/async_iter_handler/index.html  |   2 +-
 .../functions/utils/data_stream_context/index.html |   2 +-
 .../utils/data_stream_generator/index.html         |   2 +-
 .../functions/utils/function_context/index.html    |   2 +-
 docs-python/dev/reference/model/common/index.html  |   2 +-
 .../model/container/data_lake_measures/index.html  |   2 +-
 .../model/container/data_streams/index.html        |   2 +-
 .../model/container/resource_container/index.html  |   2 +-
 .../reference/model/container/versions/index.html  |   2 +-
 .../model/resource/data_lake_measure/index.html    |   2 +-
 .../model/resource/data_series/index.html          |   2 +-
 .../model/resource/data_stream/index.html          |   2 +-
 .../reference/model/resource/exceptions/index.html |   2 +-
 .../model/resource/function_definition/index.html  |   2 +-
 .../model/resource/query_result/index.html         |   2 +-
 .../reference/model/resource/resource/index.html   |   2 +-
 .../reference/model/resource/version/index.html    |   2 +-
 docs-python/dev/sitemap.xml                        |  98 +++++------
 docs-python/dev/sitemap.xml.gz                     | Bin 725 -> 725 bytes
 website-v2/blog/2025-02-15-release-097.md          |   2 +
 website-v2/blog/2025-03-25-file-stream-adapter.md  |   2 +
 website-v2/blog/2025-04-09-javascript-processor.md |   2 +
 website-v2/blog/2025-04-28-prompt-processor.md     |   4 +-
 website-v2/blog/2025-05-20-opc-ua-certificates.md  | 188 +++++++++++++++++++++
 .../img/blog/2025-05-20/opc-ua-configuration.png   | Bin 0 -> 95015 bytes
 .../img/blog/2025-05-20/opcua-available-nodes.png  | Bin 0 -> 41063 bytes
 .../img/blog/2025-05-20/opcua-connection-error.png | Bin 0 -> 45906 bytes
 .../img/blog/2025-05-20/opcua-security-dir.png     | Bin 0 -> 7998 bytes
 .../img/blog/2025-05-20/opcua-server-rejected.png  | Bin 0 -> 19266 bytes
 51 files changed, 285 insertions(+), 89 deletions(-)
 create mode 100644 website-v2/blog/2025-05-20-opc-ua-certificates.md
 create mode 100644 
website-v2/static/img/blog/2025-05-20/opc-ua-configuration.png
 create mode 100644 
website-v2/static/img/blog/2025-05-20/opcua-available-nodes.png
 create mode 100644 
website-v2/static/img/blog/2025-05-20/opcua-connection-error.png
 create mode 100644 website-v2/static/img/blog/2025-05-20/opcua-security-dir.png
 create mode 100644 
website-v2/static/img/blog/2025-05-20/opcua-server-rejected.png

Reply via email to