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

Internal PR for Batch SDK 9.0 #1

Closed
wants to merge 10 commits into from
Closed

Commits on Aug 21, 2018

  1. Increase client side timeout for some server requests

      - Requests whose default timeouts are 2m should have a client side timeout
        longer than 2m.
    matthchr committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    059e340 View commit details
    Browse the repository at this point in the history
  2. Stop doing hacky %5C/%2F handling in shared key auth

      - The underlying server bug/behavior which caused us to need to do this has been fixed
        in the latest REST API version.
    matthchr committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    fee9013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58d2675 View commit details
    Browse the repository at this point in the history
  4. Add CopyNodeFileContentToStream and CopyNodeFileContentToString

      - This allows callers to bypass a superfluous GetFileProperties call
        if they're really interested in performance when downloading files.
    matthchr committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    597d0cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84ccb46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90ababd View commit details
    Browse the repository at this point in the history
  7. Remove OpenAsync since we don't make any async calls

      - Nor do we plan to.
    matthchr committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    e320fc9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd76a48 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Regenerate code based on 2018-08-01.7.0 Swagger spec

      - Update SDK version to 9.0.
      - Update changelog.
    matthchr committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    d64602e View commit details
    Browse the repository at this point in the history
  2. Fix tests

    matthchr committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    689a258 View commit details
    Browse the repository at this point in the history