Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Update msgpack #245

Merged
merged 1 commit into from
Nov 23, 2020
Merged

[chore] Update msgpack #245

merged 1 commit into from
Nov 23, 2020

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Nov 23, 2020

Closes: #243

This PR updates msgpack to the latest release and resolves breaking API changes.

@@ -84,7 +88,7 @@ func NewEncoder(

func getEncoder(w io.Writer) *msgpack.Encoder {
enc := msgpack.NewEncoder(w)
enc.UseJSONTag(true)
enc.SetCustomStructTag(jsonTag)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the msgpack api changed 😢

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11918

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 78.848%

Totals Coverage Status
Change from base Build 11298: 0.0%
Covered Lines: 7649
Relevant Lines: 9701

💛 - Coveralls

@heimdall-asguard
Copy link

Review Error for septerr @ 2020-11-23 18:10:40 UTC
User failed mfa authentication, public email is not set on your github profile. see go/mfa-help

@heimdall-asguard
Copy link

Review Error for septerr @ 2020-11-23 18:14:31 UTC
User failed mfa authentication, public email is not set on your github profile. see go/mfa-help

@patrick-ogrady patrick-ogrady merged commit f3d75b4 into master Nov 23, 2020
@patrick-ogrady patrick-ogrady deleted the patrick/update-msgpack branch November 23, 2020 18:20
@heimdall-asguard
Copy link

Review Error for septerr @ 2020-11-23 18:23:47 UTC
User failed mfa authentication, public email is not set on your github profile. see go/mfa-help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants