octokit/octokit.net (Octokit)
### [`v13.0.1`](https://redirect.github.com/octokit/octokit.net/releases/tag/v13.0.1)
#### What's Changed
NOTE: these fixes were part of the more wide spread changes made as a result of this [issue](https://redirect.github.com/octokit/octokit.net/issues/2893).
- \[FIX]: reworks all number parameter names to represent what they actually are. Refactors some types to be the appropriate types based on OpenAPI and docs. by [@nickfloyd](https://redirect.github.com/nickfloyd) in [https://github.com/octokit/octokit.net/pull/2948](https://redirect.github.com/octokit/octokit.net/pull/2948)
**Full Changelog**: https://github.com/octokit/octokit.net/compare/v13.0.0...v13.0.1
### [`v13.0.0`](https://redirect.github.com/octokit/octokit.net/releases/tag/v13.0.0)
#### What's Changed
##### Breaking changes
- \[BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment Environments, Repository, Org Team, Repo Invitations, Public Key, Project Cards, Organization Invitation, Migrations, GpgKey, Deployment, Authorizations, Accounts / Profiles, Codespace / Workspaces by [@nickfloyd](https://redirect.github.com/nickfloyd) in [https://github.com/octokit/octokit.net/pull/2941](https://redirect.github.com/octokit/octokit.net/pull/2941)
- \[BREAKING CHANGE] Add Advanced Security Properties to Repository Get/Update by [@SlyckLizzie](https://redirect.github.com/SlyckLizzie) in [https://github.com/octokit/octokit.net/pull/2865](https://redirect.github.com/octokit/octokit.net/pull/2865)
##### Features
- \[FEAT]: Implement dependency review and dependency submission APIs by [@awedist](https://redirect.github.com/awedist) in [https://github.com/octokit/octokit.net/pull/2932](https://redirect.github.com/octokit/octokit.net/pull/2932)
- \[FEAT]: Custom Properties by [@colbylwilliams](https://redirect.github.com/colbylwilliams) in [https://github.com/octokit/octokit.net/pull/2933](https://redirect.github.com/octokit/octokit.net/pull/2933)
- \[FEAT]: Search based on repository custom property by [@colbylwilliams](https://redirect.github.com/colbylwilliams) in [https://github.com/octokit/octokit.net/pull/2936](https://redirect.github.com/octokit/octokit.net/pull/2936)
- \[FEAT]: Create a GitHub App from a manifest by [@colbylwilliams](https://redirect.github.com/colbylwilliams) in [https://github.com/octokit/octokit.net/pull/2939](https://redirect.github.com/octokit/octokit.net/pull/2939)
- \[FEAT]: added Missing APIOption overload for PackagesClient.GetAll\* [#2923](https://redirect.github.com/octokit/octokit.net/issues/2923) by [@lars-zweifel](https://redirect.github.com/lars-zweifel) in [https://github.com/octokit/octokit.net/pull/2934](https://redirect.github.com/octokit/octokit.net/pull/2934)
##### Documentation
- \[DOCS]: Provide easy alternative to create App JWT token by [@rasmus](https://redirect.github.com/rasmus) in [https://github.com/octokit/octokit.net/pull/2937](https://redirect.github.com/octokit/octokit.net/pull/2937)
#### New Contributors
- [@awedist](https://redirect.github.com/awedist) made their first contribution in [https://github.com/octokit/octokit.net/pull/2932](https://redirect.github.com/octokit/octokit.net/pull/2932)
- [@lars-zweifel](https://redirect.github.com/lars-zweifel) made their first contribution in [https://github.com/octokit/octokit.net/pull/2934](https://redirect.github.com/octokit/octokit.net/pull/2934)
- [@rasmus](https://redirect.github.com/rasmus) made their first contribution in [https://github.com/octokit/octokit.net/pull/2937](https://redirect.github.com/octokit/octokit.net/pull/2937)
**Full Changelog**: https://github.com/octokit/octokit.net/compare/v12.0.0...v13.0.0
### [`v12.0.0`](https://redirect.github.com/octokit/octokit.net/releases/tag/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](https://redirect.github.com/arxange1) in [https://github.com/octokit/octokit.net/pull/2928](https://redirect.github.com/octokit/octokit.net/pull/2928)
- Fix: xUnit Warnings by [@thomhurst](https://redirect.github.com/thomhurst) in [https://github.com/octokit/octokit.net/pull/2906](https://redirect.github.com/octokit/octokit.net/pull/2906)
- Fix: [#2693](https://redirect.github.com/octokit/octokit.net/issues/2693) PageCount doesn't work if the query gets constructed with page number as the first query parameter by [@andrew-from-toronto](https://redirect.github.com/andrew-from-toronto) in [https://github.com/octokit/octokit.net/pull/2911](https://redirect.github.com/octokit/octokit.net/pull/2911)
- Fix: Pacakges typo by [@seedysoft](https://redirect.github.com/seedysoft) in [https://github.com/octokit/octokit.net/pull/2917](https://redirect.github.com/octokit/octokit.net/pull/2917)
##### Maintenance
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2908](https://redirect.github.com/octokit/octokit.net/pull/2908)
- Bump xunit from 2.7.0 to 2.7.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2909](https://redirect.github.com/octokit/octokit.net/pull/2909)
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2914](https://redirect.github.com/octokit/octokit.net/pull/2914)
- Bump xunit from 2.7.1 to 2.8.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2913](https://redirect.github.com/octokit/octokit.net/pull/2913)
- Bump xunit from 2.8.0 to 2.8.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2919](https://redirect.github.com/octokit/octokit.net/pull/2919)
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2920](https://redirect.github.com/octokit/octokit.net/pull/2920)
- Bump System.Reactive from 6.0.0 to 6.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2921](https://redirect.github.com/octokit/octokit.net/pull/2921)
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2922](https://redirect.github.com/octokit/octokit.net/pull/2922)
##### Docs / CI
- π§ Workflows changed by [@octokitbot](https://redirect.github.com/octokitbot) in [https://github.com/octokit/octokit.net/pull/2925](https://redirect.github.com/octokit/octokit.net/pull/2925)
#### New Contributors
- [@andrew-from-toronto](https://redirect.github.com/andrew-from-toronto) made their first contribution in [https://github.com/octokit/octokit.net/pull/2911](https://redirect.github.com/octokit/octokit.net/pull/2911)
- [@seedysoft](https://redirect.github.com/seedysoft) made their first contribution in [https://github.com/octokit/octokit.net/pull/2917](https://redirect.github.com/octokit/octokit.net/pull/2917)
- [@arxange1](https://redirect.github.com/arxange1) made their first contribution in [https://github.com/octokit/octokit.net/pull/2928](https://redirect.github.com/octokit/octokit.net/pull/2928)
**Full Changelog**: https://github.com/octokit/octokit.net/compare/v11.0.1...v12.0.0
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
11.0.1
->13.0.1
Release Notes
octokit/octokit.net (Octokit)
### [`v13.0.1`](https://redirect.github.com/octokit/octokit.net/releases/tag/v13.0.1) #### What's Changed NOTE: these fixes were part of the more wide spread changes made as a result of this [issue](https://redirect.github.com/octokit/octokit.net/issues/2893). - \[FIX]: reworks all number parameter names to represent what they actually are. Refactors some types to be the appropriate types based on OpenAPI and docs. by [@nickfloyd](https://redirect.github.com/nickfloyd) in [https://github.com/octokit/octokit.net/pull/2948](https://redirect.github.com/octokit/octokit.net/pull/2948) **Full Changelog**: https://github.com/octokit/octokit.net/compare/v13.0.0...v13.0.1 ### [`v13.0.0`](https://redirect.github.com/octokit/octokit.net/releases/tag/v13.0.0) #### What's Changed ##### Breaking changes - \[BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment Environments, Repository, Org Team, Repo Invitations, Public Key, Project Cards, Organization Invitation, Migrations, GpgKey, Deployment, Authorizations, Accounts / Profiles, Codespace / Workspaces by [@nickfloyd](https://redirect.github.com/nickfloyd) in [https://github.com/octokit/octokit.net/pull/2941](https://redirect.github.com/octokit/octokit.net/pull/2941) - \[BREAKING CHANGE] Add Advanced Security Properties to Repository Get/Update by [@SlyckLizzie](https://redirect.github.com/SlyckLizzie) in [https://github.com/octokit/octokit.net/pull/2865](https://redirect.github.com/octokit/octokit.net/pull/2865) ##### Features - \[FEAT]: Implement dependency review and dependency submission APIs by [@awedist](https://redirect.github.com/awedist) in [https://github.com/octokit/octokit.net/pull/2932](https://redirect.github.com/octokit/octokit.net/pull/2932) - \[FEAT]: Custom Properties by [@colbylwilliams](https://redirect.github.com/colbylwilliams) in [https://github.com/octokit/octokit.net/pull/2933](https://redirect.github.com/octokit/octokit.net/pull/2933) - \[FEAT]: Search based on repository custom property by [@colbylwilliams](https://redirect.github.com/colbylwilliams) in [https://github.com/octokit/octokit.net/pull/2936](https://redirect.github.com/octokit/octokit.net/pull/2936) - \[FEAT]: Create a GitHub App from a manifest by [@colbylwilliams](https://redirect.github.com/colbylwilliams) in [https://github.com/octokit/octokit.net/pull/2939](https://redirect.github.com/octokit/octokit.net/pull/2939) - \[FEAT]: added Missing APIOption overload for PackagesClient.GetAll\* [#2923](https://redirect.github.com/octokit/octokit.net/issues/2923) by [@lars-zweifel](https://redirect.github.com/lars-zweifel) in [https://github.com/octokit/octokit.net/pull/2934](https://redirect.github.com/octokit/octokit.net/pull/2934) ##### Documentation - \[DOCS]: Provide easy alternative to create App JWT token by [@rasmus](https://redirect.github.com/rasmus) in [https://github.com/octokit/octokit.net/pull/2937](https://redirect.github.com/octokit/octokit.net/pull/2937) #### New Contributors - [@awedist](https://redirect.github.com/awedist) made their first contribution in [https://github.com/octokit/octokit.net/pull/2932](https://redirect.github.com/octokit/octokit.net/pull/2932) - [@lars-zweifel](https://redirect.github.com/lars-zweifel) made their first contribution in [https://github.com/octokit/octokit.net/pull/2934](https://redirect.github.com/octokit/octokit.net/pull/2934) - [@rasmus](https://redirect.github.com/rasmus) made their first contribution in [https://github.com/octokit/octokit.net/pull/2937](https://redirect.github.com/octokit/octokit.net/pull/2937) **Full Changelog**: https://github.com/octokit/octokit.net/compare/v12.0.0...v13.0.0 ### [`v12.0.0`](https://redirect.github.com/octokit/octokit.net/releases/tag/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](https://redirect.github.com/arxange1) in [https://github.com/octokit/octokit.net/pull/2928](https://redirect.github.com/octokit/octokit.net/pull/2928) - Fix: xUnit Warnings by [@thomhurst](https://redirect.github.com/thomhurst) in [https://github.com/octokit/octokit.net/pull/2906](https://redirect.github.com/octokit/octokit.net/pull/2906) - Fix: [#2693](https://redirect.github.com/octokit/octokit.net/issues/2693) PageCount doesn't work if the query gets constructed with page number as the first query parameter by [@andrew-from-toronto](https://redirect.github.com/andrew-from-toronto) in [https://github.com/octokit/octokit.net/pull/2911](https://redirect.github.com/octokit/octokit.net/pull/2911) - Fix: Pacakges typo by [@seedysoft](https://redirect.github.com/seedysoft) in [https://github.com/octokit/octokit.net/pull/2917](https://redirect.github.com/octokit/octokit.net/pull/2917) ##### Maintenance - Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2908](https://redirect.github.com/octokit/octokit.net/pull/2908) - Bump xunit from 2.7.0 to 2.7.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2909](https://redirect.github.com/octokit/octokit.net/pull/2909) - Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2914](https://redirect.github.com/octokit/octokit.net/pull/2914) - Bump xunit from 2.7.1 to 2.8.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2913](https://redirect.github.com/octokit/octokit.net/pull/2913) - Bump xunit from 2.8.0 to 2.8.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2919](https://redirect.github.com/octokit/octokit.net/pull/2919) - Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2920](https://redirect.github.com/octokit/octokit.net/pull/2920) - Bump System.Reactive from 6.0.0 to 6.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2921](https://redirect.github.com/octokit/octokit.net/pull/2921) - Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2922](https://redirect.github.com/octokit/octokit.net/pull/2922) ##### Docs / CI - π§ Workflows changed by [@octokitbot](https://redirect.github.com/octokitbot) in [https://github.com/octokit/octokit.net/pull/2925](https://redirect.github.com/octokit/octokit.net/pull/2925) #### New Contributors - [@andrew-from-toronto](https://redirect.github.com/andrew-from-toronto) made their first contribution in [https://github.com/octokit/octokit.net/pull/2911](https://redirect.github.com/octokit/octokit.net/pull/2911) - [@seedysoft](https://redirect.github.com/seedysoft) made their first contribution in [https://github.com/octokit/octokit.net/pull/2917](https://redirect.github.com/octokit/octokit.net/pull/2917) - [@arxange1](https://redirect.github.com/arxange1) made their first contribution in [https://github.com/octokit/octokit.net/pull/2928](https://redirect.github.com/octokit/octokit.net/pull/2928) **Full Changelog**: https://github.com/octokit/octokit.net/compare/v11.0.1...v12.0.0Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.