-
Improvements
- Add code coverage tests to the Github Actions workflow.
- Call the
CancelFunc
for thecontext.WithTimeout
per linter suggestions in grpc calls. - Minor clean up and remove dead code.
-
Fixes
- [CLIENT-2943]
Client.BatchGetOperate
does not consider ops in single key transforms. - [CLIENT-2704] Client dev tests failing with new server map key restrictions.
- Fix
as_performance
andapp_engine
build tags.
- [CLIENT-2943]