feat!: Change User.InheritedFrom to a slice#3460
Conversation
|
@tomfeigin this looks good to me (I've checked the API directly). I've not managed to use the code yet and it looks like I made a mistake as the schema has this as an array on December 2nd when I opened the original issue. @gmlewis could you take a look at this please? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3460 +/- ##
=======================================
Coverage 91.03% 91.03%
=======================================
Files 179 179
Lines 15535 15535
=======================================
Hits 14142 14142
Misses 1221 1221
Partials 172 172 ☔ View full report in Codecov by Sentry. |
User.InheritedFrom to a slice
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @tomfeigin and @stevehipwell!
LGTM.
Merging.
|
@gmlewis thank you :) will you release a new version with the fix? |
This is now available here: https://github.com/google/go-github/releases/tag/v69.0.0 |
BREAKING CHANGE:
User.InheritedFromis changed from a*Teamto a[]*Team.