Skip to content

v8.0.0

Compare
Choose a tag to compare
@nickfloyd nickfloyd released this 22 Sep 21:09
· 60 commits to main since this release
03e7644

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 and suspended_by to the Installation model by @lineville in #2779
  • [feat, BREAKING]: Expose WebCommitSignoffRequired and HasDiscussions for get and update repository objects - NOTE: HasDiscussions is now a required field on Repository, 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

  • [ci]: don’t put a comment on PRs from dependabot or renovate by @G-Rath in #2769

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

Full Changelog: v7.1.0...v7.2.0