Open swarkentin opened 2 years ago
Changed CheckSuite property, id from u32 to u64 in order to properly deserialize Github API responses which have ids that are now larger than u32.
CheckSuite
id
u32
u64
⚠️ This is a breaking change for any consumers of this class.
CheckSuite.id
What did you implement:
Changed
CheckSuite
property,id
fromu32
tou64
in order to properly deserialize Github API responses which have ids that are now larger thanu32
.⚠️ This is a breaking change for any consumers of this class.
How did you verify your change:
What (if anything) would need to be called out in the CHANGELOG for the next release:
CheckSuite.id
changed fromu32
->u64