v8.0.0
What’s Changed
Features
- [feat]: Support make_latest in create and update release by @Simplicitdk in #2757
- [feat]: Added support for making branches read-only by @jefflill in #2715
- [feat]: Added
readonly
to fields that are never modified by @Lehonti in #2759 - [feat]: Add
suspended_at
andsuspended_by
to theInstallation
model by @lineville in #2779 - [feat, BREAKING]: Expose WebCommitSignoffRequired and HasDiscussions for get and update repository objects - NOTE:
HasDiscussions
is now a required field onRepository
, hat-tip to @lineville for catching this! ❤️ - by @dirtygooback in #2773
Fixes
- [bug]: fix(SearchIssuesRequest): wrap label in quotes if it contains spaces by @capdiem in #2767
- [bug]: Fix pagination when ApiOptions.StartPage is explicitly set. by @pkindruk in #2778
CI
Dependencies
- build(deps): bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 by @dependabot in #2760
- build(deps): bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 by @dependabot in #2764
- build(deps): bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in #2768
- build(deps): bump NSubstitute from 5.0.0 to 5.1.0 by @dependabot in #2770
- build(deps): bump xunit from 2.5.0 to 2.5.1 by @dependabot in #2776
- build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 by @dependabot in #2775
New Contributors
- @Simplicitdk made their first contribution in #2757
- @jefflill made their first contribution in #2715
- @Lehonti made their first contribution in #2759
- @capdiem made their first contribution in #2767
- @G-Rath made their first contribution in #2769
- @pkindruk made their first contribution in #2778
- @dirtygooback made their first contribution in #2773
Full Changelog: v7.1.0...v7.2.0