v12.0.0
BREAKING CHANGE
There was a change on the backing data store of the GitHub REST API to address the growing needs of comments shifting the type of IDs from an Int32 to an Int64 (or long).
Features
Fixes
- (BREAKING CHANGE) Fix: comment id model update to long instead of int by @arxange1 in #2928
- Fix: xUnit Warnings by @thomhurst in #2906
- Fix: #2693 PageCount doesn't work if the query gets constructed with page number as the first query parameter by @andrew-from-toronto in #2911
- Fix: Pacakges typo by @seedysoft in #2917
Maintenance
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in #2908
- Bump xunit from 2.7.0 to 2.7.1 by @dependabot in #2909
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by @dependabot in #2914
- Bump xunit from 2.7.1 to 2.8.0 by @dependabot in #2913
- Bump xunit from 2.8.0 to 2.8.1 by @dependabot in #2919
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in #2920
- Bump System.Reactive from 6.0.0 to 6.0.1 by @dependabot in #2921
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #2922
Docs / CI
- 🚧 Workflows changed by @octokitbot in #2925
New Contributors
- @andrew-from-toronto made their first contribution in #2911
- @seedysoft made their first contribution in #2917
- @arxange1 made their first contribution in #2928
Full Changelog: v11.0.1...v12.0.0