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!: async connection API #392

Merged
merged 41 commits into from Oct 8, 2020
Merged

feat!: async connection API #392

merged 41 commits into from Oct 8, 2020

Commits on Aug 10, 2020

  1. feat: support setting timeout per RPC

    The Spanner client allows a user to set custom timeouts while creating a
    SpannerOptions instance, but these timeouts are static and are applied to
    all invocations of the RPCs. This change introduces the possibility to set
    custom timeouts and other call options on a per-RPC basis.
    
    Fixes #378
    olavloite committed Aug 10, 2020
    Copy the full SHA
    ec4cc30 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd27157 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

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

Commits on Aug 23, 2020

  1. fix: fix test failures

    olavloite committed Aug 23, 2020
    Copy the full SHA
    5d28817 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Copy the full SHA
    b565560 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2446111 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    321d23c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c753e7c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Copy the full SHA
    0a80a85 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    79308b6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8d5a618 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2d531c5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1ce6795 View commit details
    Browse the repository at this point in the history
  6. cleanup: remove unused code

    olavloite committed Aug 25, 2020
    Copy the full SHA
    a33a31f View commit details
    Browse the repository at this point in the history
  7. feat: make ddl async

    olavloite committed Aug 25, 2020
    Copy the full SHA
    9111798 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2711d47 View commit details
    Browse the repository at this point in the history
  9. feat: make runBatch async

    olavloite committed Aug 25, 2020
    Copy the full SHA
    895b024 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3b8d29e View commit details
    Browse the repository at this point in the history
  11. fix: linting + clirr

    olavloite committed Aug 25, 2020
    Copy the full SHA
    fdc64a3 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    c6ff32d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Copy the full SHA
    3096ef6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0395413 View commit details
    Browse the repository at this point in the history
  3. test: add aborted tests

    olavloite committed Aug 26, 2020
    Copy the full SHA
    bb130b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

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

Commits on Aug 30, 2020

  1. Copy the full SHA
    2e84dc1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2500e42 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    24bc392 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

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

Commits on Sep 5, 2020

  1. Copy the full SHA
    a258579 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2878257 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Copy the full SHA
    81b70c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5c75bee View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Copy the full SHA
    f1a40ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a541398 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    51ef086 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ded2101 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5989efb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. test: add additional tests

    olavloite committed Sep 12, 2020
    Copy the full SHA
    c50f1ed View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

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

Commits on Oct 6, 2020

  1. docs: add missing @OverRide

    olavloite committed Oct 6, 2020
    Copy the full SHA
    3e775b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. docs: fix comment

    olavloite committed Oct 7, 2020
    Copy the full SHA
    b6e175a View commit details
    Browse the repository at this point in the history