|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [2.1.1] - 2019-07-22 |
| 10 | +### Changed |
| 11 | +- Updated Request library to 2.22.0. |
| 12 | +- Updated examples. |
| 13 | + |
| 14 | +## [2.1.0] - 2019-01-15 |
| 15 | +### Changed |
| 16 | +- Uses WP REST API by default, need to set `wp_api` as `False` in order to use the legacy WooCommerce API. |
| 17 | +- Updated default REST API version to `wc/v3`. |
| 18 | + |
| 19 | +## [2.0.0] - 2019-01-15 |
| 20 | +### Added |
| 21 | +- Added support for custom timestamps in oAuth1.0a requests with `oauth_timestamp`. |
| 22 | +- Allow pass custom arguments to "Requests" library.. |
| 23 | +### Changed |
| 24 | +- Updated "Requests" library to version 2.20.0. |
| 25 | + |
| 26 | +## [1.2.1] - 2016-12-14 |
| 27 | +### Fixed |
| 28 | +- Fixed use of `content-type` to fix issues with WordPress 4.7. |
| 29 | + |
| 30 | +## [1.2.0] - 2016-06-22 |
| 31 | +### Added |
| 32 | +- Added option `query_string_auth` to allow Basic Auth as query strings. |
| 33 | + |
| 34 | +## [1.1.1] - 2016-06-03 |
| 35 | +### Fixed |
| 36 | +- Fixed oAuth signature for WP REST API. |
| 37 | + |
| 38 | +## [1.1.0] - 2016-05-09 |
| 39 | +### Added |
| 40 | +- Added support for WP REST API. |
| 41 | +- Added method to handle HTTP OPTIONS requests. |
| 42 | + |
| 43 | +## [1.0.5] - 2015-12-07 |
| 44 | +### Fixed |
| 45 | +- Fixed oAuth filters sorting. |
| 46 | + |
| 47 | +## [1.0.4] - 2015-09-25 |
| 48 | +### Added |
| 49 | +- Adds `timeout` argument for `API` class. |
| 50 | + |
| 51 | +## [1.0.3] - 2015-08-07 |
| 52 | +### Changed |
| 53 | +- Forced utf-8 encoding on `API.__request()` to avoid `UnicodeDecodeError`. |
| 54 | + |
| 55 | +## [1.0.2] - 2015-08-05 |
| 56 | +### Fixed |
| 57 | +- Fixed handler for query strings. |
| 58 | + |
| 59 | +## [1.0.1] - 2015-07-13 |
| 60 | +### Fixed |
| 61 | +- Fixed support for Python 2.6. |
| 62 | + |
| 63 | +## [1.0.0] - 2015-07-12 |
| 64 | +### Added |
| 65 | +- Initial release. |
| 66 | + |
| 67 | +[Unreleased]: https://github.com/woocommerce/wc-api-python/compare/1.0.0...HEAD |
| 68 | +[2.1.1]: https://github.com/woocommerce/wc-api-python/compare/2.1.1...2.1.1 |
| 69 | +[2.1.0]: https://github.com/woocommerce/wc-api-python/compare/2.0.0...2.1.0 |
| 70 | +[2.0.0]: https://github.com/woocommerce/wc-api-python/compare/1.2.1...2.0.0 |
| 71 | +[1.2.1]: https://github.com/woocommerce/wc-api-python/compare/1.2.0...1.2.1 |
| 72 | +[1.2.0]: https://github.com/woocommerce/wc-api-python/compare/1.1.1...1.2.0 |
| 73 | +[1.1.1]: https://github.com/woocommerce/wc-api-python/compare/1.1.0...1.1.1 |
| 74 | +[1.1.0]: https://github.com/woocommerce/wc-api-python/compare/1.0.5...1.1.0 |
| 75 | +[1.0.5]: https://github.com/woocommerce/wc-api-python/compare/1.0.4...1.0.5 |
| 76 | +[1.0.4]: https://github.com/woocommerce/wc-api-python/compare/1.0.3...1.0.4 |
| 77 | +[1.0.3]: https://github.com/woocommerce/wc-api-python/compare/1.0.2...1.0.3 |
| 78 | +[1.0.2]: https://github.com/woocommerce/wc-api-python/compare/1.0.1...1.0.2 |
| 79 | +[1.0.1]: https://github.com/woocommerce/wc-api-python/compare/1.0.0...1.0.1 |
| 80 | +[1.0.0]: https://github.com/woocommerce/wc-api-python/releases/tag/1.0.0 |
0 commit comments