CHANGELOG 6.6 KB

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