Skip to content

v0.11.0

Compare
Choose a tag to compare
@ryanseys ryanseys released this 24 Nov 21:59
· 23662 commits to main since this release

Developers/Users

Additions

  • Support for Google Cloud Storage ACLs (Access Control Lists). Docs here. c158f8f
  • Automatic detection of file mime-type based on file extension for GC Storage. 67fddd5

Changes

  • Paging in Datastore query: Returns endCursor instead of nextQuery to be used as the start cursor for the next page of results. See here for more details.

Fixes

  • GC Storage bucket metadata now set on creation. 8c42e93
  • GC Storage file names are now properly encoded. 3877b50
  • Limit datastore results logically when using a stream. b091d03
  • PubSub no longer fails when pull result contains no message data. 57213ee
  • Return correct buffer object when sending raw buffers with GC Datastore. 2d76a12
  • Improved error messages in some cases. cad0fa2

Bonus

Added a TodoMVC backend demo using gcloud-node and Express. Check it out.

See the docs for more information.

Contributors

  • Fixes related to building documentation on commit.
  • Remove requirement for GCLOUD_TESTS_BUCKET_NAME environment variable when running regression tests.
  • No longer destroy project contents when running regression tests.