Skip to content

Commit

Permalink
Update after release (saleor#6402)
Browse files Browse the repository at this point in the history
* Update after release

* Update readme
  • Loading branch information
maarcingebala committed Nov 4, 2020
1 parent ca8d0cd commit 3597847
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
60 changes: 30 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,63 @@ All notable, unreleased changes to this project will be documented in this file.

## [Unreleased]

## 2.11.0

### Features

- Merge `manage_webhooks` permission with `manage_apps` - #5556 by @korycins
- Add App support - #5767 by @korycins
- Add webhook handler to BasePlugin and PluginManager - #5884 by @korycins
- Add products export - #5255 by @IKarbowiak
- Add external apps support - #5767 by @korycins
- Invoices backend - #5732 by @tomaszszymanski129
- Support pushing webhook events to message queues - #5940 by @patrys, @korycins
- Adyen drop-in integration - #5914 by @korycins, @IKarbowiak
- Add `change_currency` command - #6016 by @maarcingebala
- Add a callback view to plugins - #5884 by @korycins
- Support pushing webhook events to message queues - #5940 by @patrys, @korycins
- Send a confirmation email when the order is canceled or refunded - #6017
- Add `TotalPrice` to `OrderLine` - #6068 @fowczarek
- No secure cookie in debug mode - #6082 by @patrys, @orzechdev
- Add searchable and available for purchase flags to product - #6060 by @IKarbowiak
- Add `TotalPrice` to `OrderLine` - #6068 @fowczarek
- Add `PRODUCT_UPDATED` webhook event - #6100 by @tomaszszymanski129
- Search orders by graphql PaymentID - #6135 by @korycins
- Search orders by custom key provided by payment gateway - #6135 by @korycins
- Default product variant - #6140 by @tomaszszymanski129
- Search orders by GraphQL payment ID - #6135 by @korycins
- Search orders by a custom key provided by payment gateway - #6135 by @korycins
- Add ability to set a default product variant - #6140 by @tomaszszymanski129
- Allow product variants to be sortable - #6138 by @tomaszszymanski129
- Staff with only manage_orders should be able to query all stock related date. - #6139 by @fowczarek
- Add filtering to `ProductVariants` query and option to fetch variant by sku in `ProductVariant` query - #6190 by @fowczarek
- Allow fetching stocks for staff users only with `MANAGE_ORDERS` permissions - #6139 by @fowczarek
- Add filtering to `ProductVariants` query and option to fetch variant by SKU in `ProductVariant` query - #6190 by @fowczarek
- Add filtering by Product IDs to `products` query - #6224 by @GrzegorzDerdak

- Add `change_currency` command - #6016 by @maarcingebala
- Add dummy credit card payment - #5822 by @IKarbowiak
- Add custom implementation of UUID scalar - #5646 by @koradon
- Add `AppTokenVerify` mutation - #5716 by @korycins

### Breaking Changes

- Refactor JWT support - These changes could require a handling JWT token in the storefront. Storefront needs to handle a case when the backend returns the exception about the invalid token. - #5734, #5816 by @korycins
- Refactored JWT support. Requires handling of JWT token in the storefront (a case when the backend returns the exception about the invalid token). - #5734, #5816 by @korycins
- New logging setup will now output JSON logs in production mode for ease of feeding them into log collection systems like Logstash or CloudWatch Logs - #5699 by @patrys
- Deprecate `WebhookEventType.CHECKOUT_QUANTITY_CHANGED`. It will be removed in Saleor 3.0 - #5837 by @korycins
- Add dummy credit card payment - #5822 by @IKarbowiak
- Anonymize and update order and payment fields; drop PaymentSecureConfirm mutation, drop Payment type fields: extraData, billingAddress, billingEmail, drop gatewayResponse from Transaction type - #5926 by @IKarbowiak
- Deprecate `WebhookEventType.CHECKOUT_QUANTITY_CHANGED` - #5837 by @korycins
- Anonymize and update order and payment fields; drop `PaymentSecureConfirm` mutation, drop Payment type fields: `extraData`, `billingAddress`, `billingEmail`, drop `gatewayResponse` from `Transaction` type - #5926 by @IKarbowiak
- Switch the HTTP stack from WSGI to ASGI based on Uvicorn - #5960 by @patrys
- Add manage product types and attributes permission - #6219 by @IKarbowiak
- Add `MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES` permission, which is now required to access all attributes and product types related mutations - #6219 by @IKarbowiak

### Fixes

- Fix payment fields in order paylaod for webhooks - #5862 by @korycins
- Add our implementation of UUID scalar - #5646 by @koradon
- Add AppTokenVerify mutation - #5716 by @korycins
- Fix payment fields in order payload for webhooks - #5862 by @korycins
- Fix specific product voucher in draft orders - #5727 by @fowczarek
- Add products csv export - #5255 by @IKarbowiak
- Explicit country assignment in default shipping zones - #5736 by @maarcingebala
- Drop `json_content` field from the `Menu` model - #5761 by @maarcingebala
- Strip warehouse name in mutations - #5766 by @koradon
- Add missing OrderEvents during checkout flow - #5684 by @koradon
- Update google merchant to get tax rate based by plugin manager - #5823 by @gabmartinez
- Add missing order events during checkout flow - #5684 by @koradon
- Update Google Merchant to get tax rate based by plugin manager - #5823 by @gabmartinez
- Allow unicode in slug fields - #5877 by @IKarbowiak
- Fix empty plugin object result after PluginUpdate mutation - #5968 by @gabmartinez
- Allow to finish checkout when price amount is 0 - #6064 by @IKarbowiak
- Fix empty plugin object result after `PluginUpdate` mutation - #5968 by @gabmartinez
- Allow finishing checkout when price amount is 0 - #6064 by @IKarbowiak
- Fix incorrect tax calculation for Avatax - #6035 by @korycins
- Fix incorrect calculation of subtotal with active Avatax - #6035 by @korycins
- Fix incorrect assigment of tax_code for Avatax - #6035 by @korycins
- Fix incorrect assignment of tax code for Avatax - #6035 by @korycins
- Do not allow negative product price - #6091 by @IKarbowiak
- Handle None as attribute value - #6092 by @IKarbowiak
- Fix for calling order_created before the order was saved - #6095 by @korycins
- Fix for calling `order_created` before the order was saved - #6095 by @korycins
- Update default decimal places - #6098 by @IKarbowiak
- Avoid assigning the same pictures twice to a variant - #6112 by @IKarbowiak
- Fix crashing system when avalara is improperly configured - #6117 by @IKarbowiak
- Fix crashing system when Avalara is improperly configured - #6117 by @IKarbowiak
- Fix for failing finalising draft order - #6133 by @korycins
- Remove corresponding draft order lines when variant is removing - #6119 by @IKarbowiak
- Update required perms for apps management - #6173 by @IKarbowiak
Expand All @@ -69,9 +69,9 @@ All notable, unreleased changes to this project will be documented in this file.
- Allow to add product variant with 0 price to draft order - #6189 by @IKarbowiak
- Fix deleting product when default variant is deleted - #6186 by @IKarbowiak
- Fix get unpublished products, product variants and collection as app - #6194 by @fowczarek
- Set OrderFulfillStockInput fields as required - #6196 by @IKarbowiak
- Set `OrderFulfillStockInput` fields as required - #6196 by @IKarbowiak
- Fix attribute filtering by categories and collections - #6214 by @fowczarek
- Fix is_visible when publication_date==today - #6225 by @korycins
- Fix `is_visible` when `publication_date` is today - #6225 by @korycins
- Fix filtering products by multiple attributes - #6215 by @GrzegorzDerdak
- Add attributes validation while creating/updating a product's variant - #6269 by @GrzegorzDerdak
- Add metadata to page model - #6292 by @dominik-zeglen
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Saleor requires Python 3.8, Node.js 10.0+, PostgreSQL and OS-specific dependency
Note:
The `master` branch is the development version of Saleor and it may be unstable. To use the latest stable version, download it from the [Releases](https://github.com/mirumee/saleor/releases/) page or switch to a release tag.

The current stable version is 2.10 and you should use this version for all three components:
The current stable version is 2.11 and you should use this version for all three components:

- Saleor: https://github.com/mirumee/saleor/releases/tag/2.10.2
- Dashboard: https://github.com/mirumee/saleor-dashboard/releases/tag/2.10.0
- Storefront: https://github.com/mirumee/saleor-storefront/releases/tag/2.10.3
- Saleor: https://github.com/mirumee/saleor/releases/tag/2.11.0
- Dashboard: https://github.com/mirumee/saleor-dashboard/releases/tag/2.11.0
- Storefront: https://github.com/mirumee/saleor-storefront/releases/tag/2.11.0

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor",
"version": "2.11.0-a.0",
"version": "3.0.0-a.0",
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor.git"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saleor"
version = "2.11.0-a.0"
version = "3.0.0-a.0"
description = "A modular, high performance e-commerce storefront built with GraphQL, Django, and ReactJS."
authors = ["Mirumee Software <hello@mirumee.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 3597847

Please sign in to comment.