saleor

Saleor Core: the high performance, composable, headless commerce API.

BSD-3-CLAUSE License

Stars
20K
Committers
286

Bot releases are visible (Hide)

saleor - 3.1.31

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.1.30...3.1.31

saleor - 3.7.30

Published by SzymJ almost 2 years ago

  • Fix generate_payment_payload function when refund data is provided - #11080 by @SzymJ
saleor - 3.7.29

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.7.28...3.7.29

saleor - 3.6.27

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.6.26...3.6.27

saleor - 3.5.32

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.5.31...3.5.32

saleor - 3.4.31

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.4.30...3.4.31

saleor - 3.3.32

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.3.31...3.3.32

saleor - 3.2.20

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.2.19...3.2.20

saleor - 3.1.30

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.1.29...3.1.30

saleor - 3.7.28

Published by fowczarek almost 2 years ago

  • Revert validating auth token in refresh token mutation - #11051 by @fowczarek
  • Disable tracing of fast resolvers - #11032 by @tomaszszymanski129
saleor - 3.8.0

Published by maarcingebala almost 2 years ago

Welcome to the 3.8.0 release of Saleor!

Highlights

  • Add tax exemption API for checkouts (taxExemptionManage mutation) - #10344 by @SzymJ
  • Switch GraphQL Playground to GraphiQL V2

Breaking changes

  • Verify JWT tokens whenever they are provided with the request. Before, they were only validated when an operation required any permissions. For example: when refreshing a token, the request shouldn't include the expired one. - #10575 by @dekoza

GraphQL API

  • Add the ability to filter by slug. #10578 by @kadewu
    • Affected types: Attribute, Category, Collection, Menu, Page, Product, ProductType, Warehouse
    • Deprecated slug in filter for menus. Use slugs instead
  • Add new products filters. #10784 by @kadewu
    • isAvailable
    • publishedFrom
    • availableFrom
    • isVisibleInListing
  • Add the ability to filter payments by a list of ids. #10821 by @kadewu
  • Add the ability to filter customers by ids. #10694 by @kadewu
  • Add User.checkouts field. #10862 by @zedzior
  • Add optional field audience to mutation tokenCreate. If provided, the created tokens will have key aud with value: custom:{audience-input-value} - #10845 by @korycins
  • Use AttributeValue.name instead of AttributeValue.slug to determine uniqueness of a value instance for dropdown and multi-select attributes. - #10881 by @jakubkuc
  • Allow sorting products by CREATED_AT field. #10900 by @zedzior
  • Add ability to pass metadata directly in create/update mutations for product app models - #10689 by @SzymJ
  • Add ability to use SKU argument in productVariantUpdate, productVariantDelete, productVariantBulkDelete, productVariantStocksUpdate, productVariantStocksDelete, productVariantChannelListingUpdate mutations - #10861 by @SzymJ
  • Add sorting by CREATED_AT field. #10911 by @zedzior
    • Affected types: GiftCard, Page.
    • Deprecated CREATION_DATE sort field on Page type. Use CREATED_AT instead.

Other changes

  • Reference attribute linking to product variants - #10468 by @IKarbowiak
  • Add base shipping price to Order - #10771 by @fowczarek
  • GraphQL view no longer generates error logs when the HTTP request doesn't contain a GraphQL query - #10901 by @NyanKiyoshi

Saleor Apps

  • Add iss field to JWT tokens - #10842 by @korycins
  • Add new field audience to App manifest. If provided, App's JWT access token will have aud field. - #10845 by @korycins
  • Add new asynchronous events for objects metadata updates - #10520 by @rafalp
    • CHECKOUT_METADATA_UPDATED
    • COLLECTION_METADATA_UPDATED
    • CUSTOMER_METADATA_UPDATED
    • FULFILLMENT_METADATA_UPDATED
    • GIFT_CARD_METADATA_UPDATED
    • ORDER_METADATA_UPDATED
    • PRODUCT_METADATA_UPDATED
    • PRODUCT_VARIANT_METADATA_UPDATED
    • SHIPPING_ZONE_METADATA_UPDATED
    • TRANSACTION_ITEM_METADATA_UPDATED
    • WAREHOUSE_METADATA_UPDATED
    • VOUCHER_METADATA_UPDATED
saleor - 3.7.27

Published by SzymJ about 2 years ago

  • Fix setup_context_use function to handle ReadOnlyMiddleware - #11011 by @SzymJ
saleor - 3.7.26

Published by fowczarek about 2 years ago

  • Fix missing AttributeValueTranslation.name for RichText and PlainText attributes - #10996 by @fowczarek
saleor - 3.6.26

Published by fowczarek about 2 years ago

  • Fix missing AttributeValueTranslation.name for RichText and PlainText attributes -#10995 by @fowczarek
saleor - 3.5.31

Published by fowczarek about 2 years ago

  • Fix missing AttributeValueTranslation.name for RichText and PlainText attributes - #10986 by @fowczarek
saleor - 3.7.25

Published by IKarbowiak about 2 years ago

  • Fix duplicated attribute values - #10981 by @IKarbowiak
  • Use search_index_dirty on ProductTypeUpdate mutation - #10972 by @8r2y5
  • Fix handling file url of file attribute values - #10957 by @IKarbowiak
  • Handle sendgrid bad request - #10951 by @tomaszszymanski129
  • Fix missing refund in checkout flow - #10950 by @IKarbowiak
  • Add iss to JWT tokens - #10852 by @korycins
  • Drop AnonymouUser from the context, and assign None instead - #10908 by @IKarbowiak
  • Raise a ValdiationError in CheckoutDeliveryMethodUpdate when shipping method has not channel listing - #10909 by @IKarbowiak
  • Add query_identifier to tracing - #10913 by @fowczarek
saleor - 3.6.25

Published by IKarbowiak about 2 years ago

  • Fix duplicated attribute values - #10980 by @IKarbowiak
  • Use search_index_dirty on ProductTypeUpdate mutation - #10974 by @8r2y5
  • Handle sendgrid bad request - #10959 by @tomaszszymanski129
  • Fix handling file url of file attribute values- #10956 by @IKarbowiak
  • Fix missing refund in checkout flow - #10948 by @IKarbowiak
saleor - 3.5.30

Published by IKarbowiak about 2 years ago

  • Fix duplicated attribute values - #10979 by @IKarbowiak
  • Use search_index_dirty on ProductTypeUpdate mutation - #10975 by @8r2y5
  • Handle sendgrid bad request - #10960 by @tomaszszymanski129
  • Fix handling file url of file attribute values - #10906 by @IKarbowiak
  • Fix missing refund in checkout flow - #10947 by @IKarbowiak
saleor - 3.4.30

Published by IKarbowiak about 2 years ago

  • Fix duplicated attribute values - #10978 by @IKarbowiak
  • Propagate names on rich text AttributeValueTranslations - #10971 by @fowczarek
  • Handle sendgrid bad request - #10961 by @tomaszszymanski129
  • Fix missing refund in checkout flow - #10946 by @IKarbowiak
saleor - 3.3.31

Published by IKarbowiak about 2 years ago

  • Fix duplicated attribute values - #10977 by @IKarbowiak
  • Propagate names on rich text AttributeValueTranslations - #1097 by @fowczarek
  • Handle sendgrid bad request - #10962 by @tomaszszymanski129
  • Fix missing refund in checkout flow - #10945 by @IKarbowiak