CHANGELOG 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. == Version 5.0.0
  2. * Breaking change: `ShopifyAPI::Checkout` now maps to the Checkout API, rather than the Abandoned Checkouts API
  3. * See the README for more details
  4. * Added `ShopifyAPI::AbandonedCheckout`
  5. * Added support for X-Shopify-Checkout-Version header on `ShopifyAPI::Checkout`
  6. * Added `ShopifyAPI::ShippingRate`
  7. * Added `ShopifyAPI::Payment`
  8. * Added support for `Checkout::complete` endpoint
  9. * Fixed session handling support for Rails 5.2.1
  10. == Version 4.13.0
  11. * Added `ShopifyAPI::ApiPermission` resource for uninstalling an application
  12. * Added a deprecation warning to `ShopifyAPI::OAuth`
  13. == Version 4.12.0
  14. * Added support for the GraphQL API
  15. == Version 4.11.0
  16. * Added `ShopifyAPI::InventoryItem`
  17. * Added `ShopifyAPI::InventoryLevel`
  18. * Added `#inventory_levels` method to `ShopifyAPI::Location`
  19. == Version 4.10.0
  20. * Added `ShopifyAPI::AccessScope`
  21. == Version 4.9.1
  22. * Fix a bug with custom properties for orders
  23. == Version 4.9.0
  24. * Added `ShopifyAPI::PriceRule`
  25. * Added `ShopifyAPI::DiscountCode`
  26. == Version 4.8.0
  27. * Added `add_engagements` to `ShopifyAPI::MarketingEvent`
  28. == Version 4.7.1
  29. * Added support for URL parameter (e.g. limit & page) to ShopifyAPI::Metafields
  30. * Added support for URL parameter (e.g. limit & page) to metafield operator in ShopifyAPI::Shop
  31. == Version 4.7.0
  32. * Removed the mandatory `application_id` parameter from `ShopifyAPI::ProductListing` and `ShopifyAPI::CollectionListing`
  33. * Fixed a bug related to the non-standard primary key for `ShopifyAPI::ProductListing` and `ShopifyAPI::CollectionListing`
  34. == Version 4.6.0
  35. * Added `ShopifyAPI::Report`
  36. == Version 4.5.0
  37. * Added `ShopifyAPI::MarketingEvent`
  38. == Version 4.4.0
  39. * Added `ShopifyAPI::CustomerInvite`
  40. * Support for Customer#send_invite endpoint
  41. == Version 4.3.8
  42. * Added `ShopifyAPI::ResourceFeedback`
  43. == Version 4.3.7
  44. * Added support for `complete` in `ShopifyAPI::DraftOrder`
  45. == Version 4.3.6
  46. * Fixed the `customer_saved_search_id` param in `ShopifyAPI::CustomerSavedSearch#customers`.
  47. == Version 4.3.5
  48. * Added support for online mode access tokens, token expiry, and associated_user information.
  49. * Added `ShopifyAPI::DraftOrder`
  50. * Added `ShopifyAPI::DraftOrderInvoice`
  51. == Version 4.3.4
  52. * Added `ShopifyAPI::ProductListing`
  53. * Added `ShopifyAPI::CollectionListing`
  54. == Version 4.3.3
  55. * Added `ShopifyAPI::StorefrontAccessToken`
  56. == Version 4.3.2
  57. * Relax Ruby version requirement to >= `2.0`
  58. == Version 4.3.1
  59. * Support for ShopifyAPI::ApplicationCredit
  60. == Version 4.3.0
  61. * Require Ruby >= `2.3.0`
  62. * Use inheritance instead of the deprecated Rails `Module#alias_method_chain`
  63. == Version 4.2.2
  64. * Support for AccessToken#delegate endpoint
  65. == Version 4.2.1
  66. * Support for Users and Discounts (Shopify Plus only)
  67. * Adds Customer#account_activation_url method
  68. * Adds ability to open a fulfillment.
  69. == Version 4.2.0
  70. * Threadsafety is now compatible with the latest ActiveResource master
  71. == Version 4.1.1
  72. * Added explicit 90 second timeout to `ShopifyAPI::Base`
  73. == Version 4.0.7
  74. * Added `ShippingAPI::ShippingZone`
  75. == Version 4.0.6
  76. * Replaced `cancelled` with `expired` in `ShopifyAPI::ApplicationCharge`
  77. == Version 4.0.5
  78. * Added `pending`, `cancelled`, `accepted`, `declined` helper methods to `ShopifyAPI::ApplicationCharge`
  79. == Version 4.0.4
  80. * Fixed truthiness for order cancellations. Requests are now sent in the request body and as JSON
  81. == Version 4.0.3
  82. * Fixed hmac signature validation for params with delimiters (`&`, `=` or `%`)
  83. == Version 4.0.2
  84. * Verify that the shop domain is a subdomain of .myshopify.com which creating the session
  85. == Version 4.0.1
  86. * Added `ShopifyAPI::OAuth.revoke` for easy token revocation.
  87. == Version 3.2.6
  88. * Fixed CustomerSavedSearch#customers method to now correctly return only relevant customers
  89. == Version 3.2.5
  90. * More useful error messages for activating nil sessions
  91. * Add tests for commonly deleted objects, and metafield tests, fix naming error in order_risk_test.rb
  92. == Version 3.2.4
  93. * No API changes
  94. == Version 3.2.3
  95. * Added pry to the CLI
  96. == Version 3.2.2
  97. * Temporary fix for the CLI
  98. * Add a specific exception for signature validation failures
  99. == Version 3.2.1
  100. * Added CarrierService resource
  101. * Added optionally using threadsafe ActiveResource (see readme)
  102. * Fixed bug in validate_signature
  103. == Version 3.2.0
  104. * in Session::request_token params is no longer optional, you must pass all the params and the method will now extract the code
  105. * Fixed JSON errors handling (#103)
  106. * Fixed compatibility with Ruby 2.1.x (#83)
  107. * Fixed getting parent ID from nested resources like Variants (#44)
  108. * Cleaned up compatibility with ActiveResource 4.0.x
  109. * Added OrderRisk resource
  110. * Added FulfillmentService resource
  111. * Removed discontinued ProductSearchEngine resource
  112. * Added convenience method Customer#search (#45)
  113. == Version 3.1.8
  114. * Expose `index` and `show` actions of `Location`
  115. * Added create_permission_url and request_token helper methods
  116. * Edited the readme to better describe the getting started procedure
  117. == Version 3.1.7
  118. * Expose `authors` and `tags` action on Article
  119. == Version 3.1.6
  120. * Add LineItem::Property resource
  121. == Version 3.1.5
  122. * Expose `orders` action on Customer
  123. == Version 3.1.3
  124. * Expose `complete` action on Fulfillment
  125. == Version 3.1.2
  126. * Includes port in domain URI (when other than http/80 or https/443)
  127. * Adds access to CustomerSavedSearch
  128. * Adds resources: Order::DefaultAddress, Client::ClientDetails, Announcement
  129. * Allows access to Articles without a blog_id
  130. * Moves encode and as_json overrides to ShopifyAPI::Base scope
  131. * Exposes the `order` action in SmartCollection for general use
  132. == Version 3.0.3
  133. * Add a `customers` helper method to the CustomerGroup resource
  134. == Version 3.0.2
  135. * Brevity in require statements
  136. == Version 3.0.1
  137. * Fix saving nested resources in ActiveResource 3.1+
  138. == Version 3.0.0
  139. * Added support for OAuth Authentication
  140. * Removal of support for Legacy Authentication
  141. * Added Cart resource
  142. == Version 2.3.0
  143. * Fix double root bug with ActiveSupport 3.2.0
  144. * Add metafields methods on Customer resource
  145. * Fix prefix_options on assets returned from Asset.find
  146. == Version 2.2.0
  147. * Fix issues with resources that have both direct and namespaced routes
  148. * Added detailed logger to help with debugging ActiveResource
  149. requests/responses
  150. * Add fulfillment#cancel
  151. == Version 2.1.0
  152. * Fix JSON errors handling
  153. * Remove global limit from ShopifyAPI::Limits
  154. == Version 2.0.0
  155. * Bump to 2.0.0 as this release breaks Rails 2 compatibility; we're now officially only supporting Rails 3. Rails 2 devs can follow the rails2 tag in this repo to know where we broke off
  156. * Refactored resources into their own source files
  157. * Added API limits functionality
  158. * Patched ActiveResource issue with roots in JSON
  159. * Added pending, cancelled, accepted, and declined convenience methods to ShopifyAPI::RecurringApplicationCharge
  160. * ShopifyAPI::Session#temp now available as a convenience method to support temporarily switching to other shops when making calls
  161. * Fixes to `shopify console` CLI tool
  162. == Version 1.2.5
  163. * Fix for Article#comments
  164. == Version 1.2.4
  165. * Added Article#comments
  166. * Added Order#cancel
  167. * Added Comment#restore, #not_spam
  168. == Version 1.2.3
  169. * Added Customer, CustomerGroup support
  170. == Version 1.2.2
  171. * Added ScriptTag support
  172. == Version 1.2.1
  173. * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
  174. * Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
  175. * Add 'grande' to supported product image size variants
  176. == Version 1.2.0
  177. * Command-line interface
  178. * Allow custom params when fetching a single Asset
  179. == Version 1.1.3 (November 4, 2010)
  180. * Add ProductSearchEngines resource
  181. == Version 1.1.2 (October 20, 2010)
  182. * Fix for users of ActiveResource 3.x
  183. == Version 1.1.1 (October 5, 2010)
  184. * Remove hard coded xml formatting in API calls
  185. * Remove jeweler stuff
  186. * Ruby 1.9 encoding fix
  187. == Version 1.1.0 (September 24, 2010)
  188. * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
  189. * Add new 'compact' product image size variant
  190. * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
  191. == Version 1.0.6
  192. * Add metafields
  193. * Add latest changes from Shopify including asset support, token validation and a common base class
  194. == Version 1.0.0
  195. * extracting ShopifyAPI from Shopify into Gem