# Release Notes

In this section, we have summarized the changes to Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.

If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.

{% hint style="info" %}
If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](https://docs.umbraco.com/umbraco-commerce/upgrading/version-specific-upgrades) article.
{% endhint %}

## Release History

This section contains the release notes for Umbraco Commerce 17 including all changes for this version.

#### 17.1.3 (26th Feb 2026)

* Make `DiscountRuleContext` and `DiscountRewardContext` constructors public for custom `DiscountsPriceAdjuster` implementations
* Fix transaction fee not being tracked on `AuthorizeTransactionActivity`

#### [17.1.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F17.1.2) (19th Feb 2026)

* Updated the hashing depth of the realtime shipping rates calculator
* Fixed passing transaction fee on payment authorisation
* Add searching to Gift Cards [#765](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/765)
* Enable cachebusting for backoffice JavaScript assets [#793](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/793)
* Fix shipping and payment buttons in Cart order details [#820](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/820)
* Fix order CSV export [#822](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/822)

#### [17.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F17.1.1) (29th Jan 2026)

* Allow decimal input for percentage property editor [#817](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/817)
* Make `CompactSortableOrderNumberGenerator` and `INodeIdAccessor` public [#819](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/819)

#### 17.1.0 (22nd Jan 2026)

* 17.1.0 stable release

#### 17.1.0-rc1 (8th Jan 2026)

* Implemented new order caching layer with version based expiry for better load balancing support.
* Added support for a refund reason when refunding an order.
* Added Refund Rate analytics widget.
* Added Top 50 Buyers analytics widget.
* Added Low Stock analytics widget.
* Added browser titles to workspaces.
* Added UFM view template support to editable model properties.
* Fixed print templates not rendering if you don't have Settings section permission.
* Fixed variants content endpoints not returning data.

#### 17.0.0 (27th Nov 2025)

* Version 17 final release.

#### 17.0.0-rc1 (04th Nov 2025)

Initial release candidate for Umbraco v17. This release doesn't contain any new features; rather, it's a v17 compatibility release.

* Updated to Umbraco CMS v17.
* Upgraded all third-party dependencies.
* Removed all obsolete code flagged for removal in v17.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-commerce/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
