Skip to content

Update proxy-api dependencies#4614

Merged
olix0r merged 12 commits intomainfrom
ver/api-bump
Jun 24, 2020
Merged

Update proxy-api dependencies#4614
olix0r merged 12 commits intomainfrom
ver/api-bump

Conversation

@olix0r
Copy link
Member

@olix0r olix0r commented Jun 16, 2020

proxy-api v0.1.13 updates the grcp-go dependency.

While upgrading we encountered two issues (some via linters):

  1. We're not supposed to use DeepEqual with error values
  2. We can no longer copy gRPC data structures, since they now manage some internal state.

@olix0r olix0r changed the title Update go Proxy API dependencies Update go proxy-api dependencies Jun 17, 2020
@olix0r olix0r changed the title Update go proxy-api dependencies Update proxy-api dependencies Jun 17, 2020
@olix0r olix0r marked this pull request as ready for review June 23, 2020 21:21
@olix0r olix0r requested review from a team, hemakl and zaharidichev as code owners June 23, 2020 21:21
@olix0r olix0r requested review from a team and removed request for hemakl and zaharidichev June 23, 2020 22:27
@olix0r olix0r changed the base branch from master to main June 24, 2020 18:37
Copy link
Member

@alpeb alpeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@olix0r olix0r merged commit c4d649e into main Jun 24, 2020
@olix0r olix0r deleted the ver/api-bump branch June 24, 2020 19:53
alpeb added a commit that referenced this pull request Jun 25, 2020
Regenerated protobuf files, using version 1.4.2 that was upgraded from
1.3.2 with the proxy-api update in #4614.

As of v1.4 protobuf messages are disallowed to be copied (because they
hold a mutex), so whenever a message is passed to or returned from a
function we need to use a pointer.

This affects _mostly_ test files.

This is required to unblock #4620 which is adding a field to the config
protobuf.
alpeb added a commit that referenced this pull request Jun 26, 2020
Regenerated protobuf files, using version 1.4.2 that was upgraded from
1.3.2 with the proxy-api update in #4614.

As of v1.4 protobuf messages are disallowed to be copied (because they
hold a mutex), so whenever a message is passed to or returned from a
function we need to use a pointer.

This affects _mostly_ test files.

This is required to unblock #4620 which is adding a field to the config
protobuf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants