Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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.

1 participant