|
1 | 1 | # SPHERE.IO PHP SDK Changelog
|
2 | 2 |
|
| 3 | +### 1.0.0 Milestone 3 |
| 4 | +Major refactoring of the http client handling. Sphere client uses now PSR http messages for internal request and response representation and ships with a guzzle5 and guzzle6 http client adapter which will be automatically used. It's also possible to register new http client adapters implementing Sphere\Core\Client\Adapter\AdapterInterface |
| 5 | + |
| 6 | + * switch composer to caret operator |
| 7 | + * add redis to travis configuration |
| 8 | + * update customer create endpoint with API changes |
| 9 | + * add productSlug to LineItem |
| 10 | + * add homepage and support sections to composer.json |
| 11 | + * add accessor for adapter factory to client |
| 12 | + * [BREAKING] move guzzle to http client adapter to reduce dependencies |
| 13 | + * sphere client can use guzzle5 and guzzle6 |
| 14 | + * [BREAKING] fix product variants mapping type |
| 15 | + * add price validity ranges |
| 16 | + * add php-intl as dependency to readme for development |
| 17 | + * [BREAKING] update price update and remove action to priceId |
| 18 | + * update links to documentation |
| 19 | + * [DEPRECATED] ProductSetMetaAttributesAction |
| 20 | + * add meta attribute update actions for categories |
| 21 | + * add meta attribute update actions for products |
| 22 | + * change userAgent signature |
| 23 | + * add missing type mappings to requests |
| 24 | + * [BREAKING] add required attributes to StateDraft add behat test for StateCreate |
| 25 | + * add ReviewCreateRequest |
| 26 | + * add CommentCreateRequest |
| 27 | + * add ProductDiscountCreateRequest |
| 28 | + * add ProductTypeCreateRequest |
| 29 | + * add hipchat notification |
| 30 | + * set values collection type only on deserialisation in AttributeType |
| 31 | + * FilterRange adds quotes to string and formats DateTime |
| 32 | + * add ShippingMethodCreateRequest |
| 33 | + * add InventoryCreateRequest |
| 34 | + * add InventoryEntry model |
| 35 | + * add DiscountCodeCreateRequest |
| 36 | + * add CustomerGroupCreateRequest |
| 37 | + * add ChannelCreateRequest |
| 38 | + * add CartDiscountCreateRequest |
| 39 | + * remove context type hint from TaxCategoryDraft |
| 40 | + * add zone create request |
| 41 | + * add context to ZoneDraft constructor |
| 42 | + * add tax category create request |
| 43 | + * add importOrder unit tests |
| 44 | + * add order import request and models |
| 45 | + * add sdk user agent to client header |
| 46 | + * expose headers and status code in response objects |
| 47 | + * refactor getters for results and facets in paged responses |
| 48 | + * fix bool filter more type safe filter to string conversion |
| 49 | + * more type safe filter to string conversion |
| 50 | + * fix multi facet and filter params |
| 51 | + * fix type of TaxRate |
| 52 | + |
3 | 53 | ### 1.0.0 Milestone 2
|
4 | 54 | * add unit tests for query, fetch and delete requests
|
5 | 55 | * add tests for order and product update actions
|
|
0 commit comments