这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: nozzlegear/ShopifySharp

Tags

ShopifySharp/6.25.4

Toggle ShopifySharp/6.25.4's commit message
Pin Github Actions

type: chore
scope: dependencies

ShopifySharp/6.25.3

Toggle ShopifySharp/6.25.3's commit message
Revise API support version chart

Revised the API support version chart to reflect the fact that
ShopifySharp versions 6.25.0-.2 did not actually target API version
2025-07.

type: docs

ShopifySharp/6.25.2

Toggle ShopifySharp/6.25.2's commit message
Update Collect.Position to a long

We started getting multiple errors from different integrations:
Could not convert to integer: 158963409999360. Path 'collects[0].position'
Seems like Shopify started returning a long for this field too

Signed-off-by: nate141 <naftali.t14@gmail.com>

ShopifySharp/6.25.1

Toggle ShopifySharp/6.25.1's commit message
Bump version to 1.9.0

Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

ShopifySharp.Extensions.DependencyInjection/1.9.0

Toggle ShopifySharp.Extensions.DependencyInjection/1.9.0's commit message
Regenerate GraphQL types with json polymorphic and derived type attri…

…butes

These attributes make it possible to deserialize into interfaces and abstract types, as they provide a valid target for the deserializer to materialize the data into (so long as the __typename field is included in the query).

ShopifySharp/6.25.0

Toggle ShopifySharp/6.25.0's commit message

Verified

This commit was signed with the committer’s verified signature.
nozzlegear Joshua Harms
Upgrade dependencies

type: chore
scope: dependencies

ShopifySharp/6.24.1

Toggle ShopifySharp/6.24.1's commit message
Parse GraphErrorExtensionValues containing an array of objects

- Do not add empty dictionaries to the result dictionary
- Handle primitive types present in array
- Deserialize sub arrays into SystemJsonElement

Fixes #1188

Scope: fix, graphql

ShopifySharp/6.24.0

Toggle ShopifySharp/6.24.0's commit message
Remove obsolete tests for GraphRequest.query and GraphRequest.variabl…

…es properties

Scope: tests

ShopifySharp/6.23.0

Toggle ShopifySharp/6.23.0's commit message
Deprecate BuildAuthorizationUrl string grant methods

This commit deprecates the `BuildAuthorizationUrl(..., IEnumerable<string>? grants =
null)` methods and provided guidance to use the
`BuildAuthorizationUrl(AuthorizationUrlOptions)` method instead. The goal is to
improve maintainability, as it's easier to add/remove/deprecate properties from a
record than it is to modify the parameters of a method without introducing breaking
changes.

Scope: oauth, deprecation

ShopifySharp/6.22.2

Toggle ShopifySharp/6.22.2's commit message
tests: refactor ScriptTagService tests with latest project standards