Skip to content

Conversation

@msardara
Copy link
Member

Description

Document python bindings and improve examples annotations.

Type of Change

  • Bugfix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

Signed-off-by: Mauro Sardara <msardara@cisco.com>
@msardara msardara requested a review from a team as a code owner September 25, 2025 09:43
@msardara msardara linked an issue Sep 25, 2025 that may be closed by this pull request
@github-actions
Copy link
Contributor

github-actions bot commented Sep 25, 2025

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedSep 29, 2025, 7:25 AM

Signed-off-by: Mauro Sardara <msardara@cisco.com>
@codecov
Copy link

codecov bot commented Sep 25, 2025

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
data-plane/python/bindings/src/pysession.rs 0.00% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
…documentation-and-readme

* origin/main:
  feat(python/bindings): improve publish function (#749)
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
msardara and others added 4 commits September 26, 2025 10:21
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Michele Papalini <micpapal@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Copy link
Member

@micpapal micpapal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with nits

…documentation-and-readme

* origin/main:
  docs(python/bindings): add documentantion for sessions and example (#750)
  fix(python-bindings): remove destination_name property (#751)
Signed-off-by: Mauro Sardara <msardara@cisco.com>
@msardara
Copy link
Member Author

Everything shohuld be fixed now 👌

@msardara msardara merged commit 88c43d8 into main Sep 29, 2025
61 of 66 checks passed
@msardara msardara deleted the 627-improve-examples-documentation-and-readme branch September 29, 2025 08:03
msardara pushed a commit that referenced this pull request Oct 9, 2025
## [0.6.0](slim-bindings-v0.5.0...slim-bindings-v0.6.0)
(2025-10-09)


### ⚠ BREAKING CHANGES

* session layer APIs updated.

### Features

* improve point to point session with sender/receiver buffer
([#735](#735))
([e6f65bb](e6f65bb))
* **multicast:** remove moderator parameter from configuration
([#739](#739))
([464d523](464d523))
* **pysession:** expose session type, src and dst names
([#737](#737))
([1c16ccc](1c16ccc))
* **python/bindings:** create a unique SLIM data-plane instance per
process by default ([#819](#819))
([728290c](728290c))
* **python/bindings:** improve documentation
([#748](#748))
([88c43d8](88c43d8))
* **python/bindings:** improve publish function
([#749](#749))
([85fd2ca](85fd2ca))
* **python/bindings:** remove request-reply API
([#677](#677))
([65cec9d](65cec9d))
* **python/examples:** allow each participant to publish
([#778](#778))
([0a28d9d](0a28d9d))
* refactor session receive() API
([#731](#731))
([787d111](787d111))
* **session:** introduce session metadata
([#744](#744))
([14528ee](14528ee))


### Bug Fixes

* **python-bindings:** remove destination_name property
([#751](#751))
([ab651da](ab651da))


### Documentation

* **python/bindings:** add documentantion for sessions and example
([#750](#750))
([04f1d0f](04f1d0f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: Agntcy Build Bot <build@agntcy.io>
msardara added a commit that referenced this pull request Oct 9, 2025
## [0.6.0](slim-bindings-examples-v0.1.1...slim-bindings-examples-v0.6.0)
(2025-10-09)


### ⚠ BREAKING CHANGES

* session layer APIs updated.

### Features

* **multicast:** remove moderator parameter from configuration
([#739](#739))
([464d523](464d523))
* **pysession:** expose session type, src and dst names
([#737](#737))
([1c16ccc](1c16ccc))
* **python/bindings:** improve documentation
([#748](#748))
([88c43d8](88c43d8))
* **python/bindings:** improve publish function
([#749](#749))
([85fd2ca](85fd2ca))
* **python/bindings:** remove request-reply API
([#677](#677))
([65cec9d](65cec9d))
* **python/bindings:** update multicast example readme
([#788](#788))
([46ce07e](46ce07e))
* **python/examples:** allow each participant to publish
([#778](#778))
([0a28d9d](0a28d9d))
* refactor session receive() API
([#731](#731))
([787d111](787d111))


### Bug Fixes

* create a new JWKS file containg all keys from all trust domains
([#776](#776))
([ae900d4](ae900d4))
* **python/examples:** correcly close multicast example
([#786](#786))
([fa7de9c](fa7de9c))


### Documentation

* fix readmes for python bindings examples
([#764](#764))
([4d29cd8](4d29cd8))
* **python/bindings:** add documentantion for sessions and example
([#750](#750))
([04f1d0f](04f1d0f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Signed-off-by: Agntcy Build Bot <build@agntcy.io>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Co-authored-by: Mauro Sardara <msardara@cisco.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve examples documentation and readme

3 participants