Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Providing function overloads that receive String params instead of ZBytes #338

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

DariusIMP
Copy link
Member

Allowing users to directly pass strings instead of having to convert them into ZBytes using ZBytes.from(string) each time.

This affects:

  • session.get/put/delete
  • publisher.put/delete
  • query.reply/replyErr/replyDel
  • querier.get

…ytes

Allowing users to directly pass strings instead of having to convert them into ZBytes using ZBytes.from(string) each time.

This affects:
- session.get/put/delete
- publisher.put/delete
- query.reply/replyErr/replyDel
- querier.get
@DariusIMP DariusIMP requested a review from milyin January 9, 2025 14:59
Copy link

github-actions bot commented Jan 9, 2025

PR missing one of the required labels: {'documentation', 'bug', 'breaking-change', 'dependencies', 'enhancement', 'internal', 'new feature'}

@DariusIMP DariusIMP added enhancement New feature or request release Part of the next release labels Jan 9, 2025
@milyin milyin merged commit 869dbad into eclipse-zenoh:main Jan 15, 2025
6 of 10 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request release Part of the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants