CHANGELOG 8.9 KB

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