Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/target
.DS_Store
Makefile
Makefile
.env
.env.*
!.env.example
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.10.0

- Breaking: refactor the client around Shopify Admin GraphQL API `2026-04` and newer.
- Breaking: remove the public REST module and built-in Shopify schema JSON files.
- Add: `ShopifyAuth` for static access tokens, client credentials, and expiring offline token refresh.
- Add: structured GraphQL responses through `graphql_raw` and typed data extraction through `graphql`.
- Add: dynamic Admin schema download at runtime and through the `shopify-api` CLI behind the `cli` feature.
- Updated: bulk operations now use `bulkOperation(id:)`, `bulkOperations`, `text/jsonl` staged uploads, and configurable polling.

## 0.9.6

- Security: update `openssl` to `0.10.79` in `Cargo.lock` to resolve Dependabot alerts affecting the optional `native-tls` feature path.
Expand Down
Loading
Loading