Releases: octokit/octokit.graphql.net
Releases · octokit/octokit.graphql.net
v0.4.0-beta
What's Changed
Features
- feat: models update, fix tests by @kfcampbell in #315
- feat: Generate Models in OctoKit.GraphQL to introduce new Repository.PlannedFeatures model by @SebastianO1717 in #316
Bugs
- fix: updates all int --> long for DatabaseIds by @kfcampbell in #312
Maintenance
- Delays immediate response on Actions- or octokitbot-driven changes by @octokitbot in #308
New Contributors
- @SebastianO1717 made their first contribution in #316
Full Changelog: v0.3.0-beta...v0.4.0-beta
v0.3.0-beta
What's Changed
Features
- feat: generates models by @nickfloyd in #307
Fixes
- Fix multi-paged queries by @jMarkP in #297
- Fix GraphQL entity names in subqueries by @jMarkP in #299
- Fix ArgumentException in conditional expressions by @0xced in #303
- fix: fixes the tests by @nickfloyd in #307
Maintenance
- [maint]: Add auto responder workflow by @nickfloyd in #301
- [maint]: Add PR templates by @nickfloyd in #300
- [maint]: Updated immediate response workflows via automation by @octokitbot in #306
New Contributors
Full Changelog: v0.2.1-beta...v0.3.0
v0.2.1-beta
What's Changed
Features
- Update models by @jongio in #294
- Make Can_AutoPage_Issues_Comments show AllPages issue by @jcansdale in #237
Maintenance
- bumps version in nuspec to 0.2.0-beta by @nickfloyd in #272
- ci: revert eb53cca 1c72642 227e62e by @gr2m in #276
- Create devcontainer for a more complete code spaces implementation by @nickfloyd in #277
- Add issue templates by @kfcampbell in #279
- Add PR templates by @nickfloyd in #282
- Creates a stale action to clean up old and abandoned PRs/issues by @nickfloyd in #283
- 🚧 Workflows have changed by @octokitbot in #284
- Workflows have changed by @octokitbot in #288
- 🚧 Workflows have changed by @octokitbot in #289
- 🚧 Workflows have changed by @octokitbot in #291
- Workflow linting fix by @octokitbot in #287
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /Octokit.GraphQL.Core by @dependabot in #285
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 by @dependabot in #286
- Rename default branch by @kfcampbell in #290
Docs
- Correcting the examples for the issues queries by @nul800sebastiaan in #250
New Contributors
- @kfcampbell made their first contribution in #279
- @octokitbot made their first contribution in #284
- @jongio made their first contribution in #294
- @nul800sebastiaan made their first contribution in #250
Full Changelog: v0.2.0-beta...v0.2.1-beta
v0.2.0-beta
Breaking changes
- Retarget .NET framework Octokit.GraphQL and Octokit.GraphQL.Core by @onein528 in #270 | NOTE: no major bump was made because this SDK is still in beta.
This is a breaking change because .NET Standard 1.1 was updated to .NET Standard 2.0, effectively dropping support for .NET 4.6.0
Features
- Generated GraphQL schema by @onein528 in #269
Fixes
Dependencies
- Bump Newtonsoft.Json from 9.0.1 to 13.0.1 by @dependabot in #264
- Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /Octokit.GraphQL.Core by @dependabot in #265
- Bump Newtonsoft.Json from 9.0.1 to 13.0.1 for the nuspec by @nickfloyd in #271
Docs
- Adds a how-to release doc by @nickfloyd in #260
Full Changelog: v0.1.9-beta...v0.2.0-beta
v0.1.9-beta
Features
- Schema updates
- Add GitHub Actions workflow by @jcansdale in #219
- Add test for OrganizationVerifiedDomainEmails by @jcansdale in #246
- Update ReadMe with a useful example using AllPages & Cast by @warrenbuckley in #240
- Update integration tests by @jcansdale in #236
Fixes
- Stop returning IQueryableList for unions by @jcansdale in #221
- Update test libraries to fix build by @brphelps in #223
- Fix stack overflow when using DateTimeOffset params by @brphelps in #214
- Correct email in Code of Conduct by @gr2m in #244
- Addressed Issue #243 by @MichaelDenwood in #245
- Remove accidental foo directory by @jcansdale in #248
- Fix typo by @0xced in #205
Full Changelog: v0.1.4-beta...v0.1.9-beta
v0.1.4 Beta
v0.1.4 Beta
Features
- Schema Updates
- #168 Support for unions
Fixes
- #191 Switch with all pages causes error
- #186 Added
IsMutation
toICompiledQuery
. - #182 Making QueryableValue Expression based constructor internal
- #179 Fixing code generation for scalar values
- #174 Splitting pagination tests
- #172 Handle subqueries where the parent ID is aliased.
- #170 Fix fragments on interfaces
- #122 SingleOrDefault of a field expression does not work
v0.1.3 Beta
v0.1.3 Beta
Features
- Schema Updates
v0.1.2 Beta
v0.1.1 Beta
v0.1.1 Beta
Features
- #102 - Support for GraphQL Fragments
- #126 - Functionality to specify a page size to
AllPages()
- #127 - Globally added GraphQL Checks API preview header
- #131 - HttpClient Injection (thanks @martincostello)
- #142 - Schema Updates
- #143 - Pass-through CancellationTokens to connections (thanks @martincostello)
Fixes
- #133 - Fix for
AllPages()
to select withToDictionary()
. - #139 - Fix race condition causing
NullReferenceException
in tests (thanks @martincostello) - #140 - Update tests' target framework (thanks @martincostello)