Skip to content

v0.1.2: Osaka version 0.1.2

Compare
Choose a tag to compare
@pymonger pymonger released this 31 Aug 21:18
· 31 commits to master since this release

Specify body of new release. Previous release's body below:

Bug fixes and enhancements:

  • configure circleci; add build badge
  • bump version

To help you formulate the release body, the list of behind commit messages are provided below:

sha: 1b4c21c
html_url: 1b4c21c
message:

HC-76 Only call startswith with a string parameter if the result is a string. This prevents TypeError from being thrown when the response is bytes which can happen when given a direct download link.

sha: cecb5c7
html_url: cecb5c7
message:

HC-77 open destination file as binary file if the stream is of type urllib3.response.HTTPResponse. The only time stream will be of type urllib3.response.HTTPResponse is if urllib3.response.HTTPResponse.raw is returned from http.get() (I think)

sha: b2f5942
html_url: b2f5942
message:

Merge pull request #10 from hysds/HC-76

HC-76 Osaka HTTP Storage isComposite fails when given URL to binary file

sha: dc0fe27
html_url: dc0fe27
message:

Merge pull request #11 from hysds/HC-77

HC-77 TypeError when downloading binary file via HTTP

sha: af757f9
html_url: af757f9
message:

bump version