You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ on how to do that, including how to develop and test locally and the versioning
13
13
14
14
## Release Notes
15
15
16
+
### 7.1.0
17
+
*Released*: 17 October 2025
18
+
(Earliest compatible LabKeyversion: 25.10)
19
+
-[Issue 53244](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53244): Update `stopLabKey` task to work without Spring's shutdown endpoint
20
+
-[Issue 53792](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53792): Conditionally enable Java heap dumps in `StartLabKey` task
21
+
- Fix output destination of `application.properties` for `DeployApp` task
22
+
16
23
### 7.0.0
17
24
*Released*: 22 September 2025
18
25
(Earliest compatible LabKey version: 25.10)
@@ -36,6 +43,7 @@ on how to do that, including how to develop and test locally and the versioning
36
43
- Update `PropertiesUtils` to remove code for supporting `labkey.xml`
37
44
- Relocate the `.restartTriggerFile` to prevent creation of empty `build/deploy/modules` directory for embedded distribution deployment
38
45
- Fix `bootstrap` task so it will update `application.properties`
46
+
- Remove `description` property from `DistributionExtension`
0 commit comments