Skip to content

Releases: orbit-apps/elixir-shopifyapi

v0.10.3

22 Oct 17:01
0b88881
Compare
Choose a tag to compare
  • Add a REST checkout endpoint

v0.9.4: Merge pull request #337 from pixelunion/chore/ver_bump

05 Oct 21:36
@hez hez
4162afa
Compare
Choose a tag to compare

fix recursive call for Cancel.poll missing an arguement

01 Jun 16:04
@hez hez
e99d27e
Compare
Choose a tag to compare
Merge pull request #299 from pixelunion/bug/bulk-query-cancel

fix recursive call for Cancel.poll missing an arguement

Release v0.8.1

25 Feb 20:46
09b00a3
Compare
Choose a tag to compare
  • Fix: Remove call to String.to_existing_atom from param serialization. This could previously result in an unexpected error from the caller.

Release 0.8.0

10 Feb 20:17
7c2de43
Compare
Choose a tag to compare
  • BREAKING: Switch default version of REST API to 2020-01 (was 2019-04).
  • BREAKING: Add ability to specify pagination options for GET on collection resources, defaults to blocking until all results returned.
  • BREAKING: Removed top-level wrappers of Shopify REST response values.
    Return values that were {:ok, %{"orders" => [%{}, ...]}} are now {:ok, [%{}, ...]}
  • BREAKING: Removed Exq dependency, EventPipe.EventQueue & EventPipe.ModuleNameWorker & surrounding modules.

v0.5.1

20 Aug 17:47
@hez hez
Compare
Choose a tag to compare
ver bump

v0.4.1

13 May 16:29
@hez hez
Compare
Choose a tag to compare
ver bump

v0.3.0

29 Apr 15:29
717340f
Compare
Choose a tag to compare
  • Support API versioning
  • Coerce events from the queue into %Events{}
  • Change Events in EventQueue to use string destinations and actions
  • Change Event.t() typespec to be strings for destination and action.

v0.2.7

18 Apr 17:20
Compare
Choose a tag to compare
  • Added new endpoint for customer search
  • Added new endpoints for draft orders
  • Added the ShopifyAPI namespace prefix to the GraphQL modules

v0.2.5

04 Apr 21:50
@hez hez
Compare
Choose a tag to compare
ver bump