google-cloud v0.8.0 Release Notes

    • 📦 profiler package added.
    • storage:
      • Retry Objects.Insert call.
      • Add ProgressFunc to WRiter.
    • pubsub: breaking changes:
      • Publish is now asynchronous (announcement).
      • Subscription.Pull replaced by Subscription.Receive, which takes a callback (announcement).
      • Message.Done replaced with Message.Ack and Message.Nack.