Browse Source

Merge pull request #22906 from abpframework/auto-merge/rel-9-2/3735

Merge branch dev with rel-9.2
pull/22910/head
maliming 1 year ago
committed by GitHub
parent
commit
e3caaf7e8a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      docs/en/studio/release-notes.md
  2. 1
      docs/en/studio/version-mapping.md

13
docs/en/studio/release-notes.md

@ -2,6 +2,19 @@
This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version.
## 0.9.26 (2025-04-30)
* Fixed the issue where C# applications would not stop when requested.
* Added idle session timeout feature to Blazor WebAssembly applications.
* Added “Setup as a modular solution” option to application startup templates.
* Automatically added remote service base URL after generating C# proxies.
* Configured Helm charts for Kubernetes health check endpoints.
* Fixed auditing issue in Blazor WebAssembly applications.
* Fixed login error after registering a new user in Blazor WebApp.
* Implemented password login flow in Studio CLI.
* Supported non-root user mode in Docker Compose configurations.
* Upgraded templates to version `9.1.1`.
## 0.9.25 (2025-03-12)
* Added ready/health check for solution runner.

1
docs/en/studio/version-mapping.md

@ -4,6 +4,7 @@ This document provides a general overview of the relationship between various ve
| **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------|
| 0.9.26 | 9.1.1 |
| 0.9.24 - 0.9.25 | 9.1.0 |
| 0.9.22 - 0.9.23 | 9.0.4 |
| 0.9.20 - 0.9.21 | 9.0.3 |

Loading…
Cancel
Save