google-cloud v1.2.1 Release Notes

Release Date: 2020-02-17 // about 4 years ago
    • ๐Ÿ›  Fix session leakage for ApplyAtLeastOnce. Previously session handles where
      leaked whenever Commit() returned a non-abort, non-session-not-found error,
      due to a missing recycle() call.
    • ๐Ÿ›  Fix error for WriteStruct with pointers. This fixes a specific check for
      encoding and decoding to pointer types.
    • ๐Ÿ›  Fix a GRPCStatus issue that returns a Status that has Unknown code if the
      base error is nil. Now, it always returns a Status based on Code field of
      current error.