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

feat: adds options to the write operations #531

Merged
merged 3 commits into from Oct 22, 2020

Commits on Oct 21, 2020

  1. feat: adds options to the write operations

    Adds the possibility of adding options to the write operations and
    encapsulates the write response into it's own class so that we can
    augment the response with more fields than the commit timestamp.
    thiagotnunes committed Oct 21, 2020
    Copy the full SHA
    48da5a4 View commit details
    Browse the repository at this point in the history
  2. refactor: changes write to transaction option

    Updates WriteOption to TransactionOption and changes the WriteResponse
    to CommitResponse.
    thiagotnunes committed Oct 21, 2020
    Copy the full SHA
    5dd32d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Copy the full SHA
    902915f View commit details
    Browse the repository at this point in the history