Skip to content

v1.10.0 Dependency updates, gRPC API and redaction improvements

Compare
Choose a tag to compare
@dhartunian dhartunian released this 24 Aug 20:45
· 45 commits to master since this release
a95e895

Add status.Errorf to the gRPC Wrappers #110

This change updates our gRPC API to match the grpc-go status package more closely.

Update the redact dependency. #111

This release upgrade the cockroachdb/redact dependency in this project.
The upgrade leads to improved empty string handling in redacted error outputs. Details can be seen in the data driven test changes.