CHANGELOG 8.8 KB

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