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: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
-#874: Modules can now specify required Python version in `<SystemRequirements>` in `module.xml`
12
12
-#909: IPM now warns when Python 3.13 or higher is installed (IRIS incompatibility)
13
13
-#850: Re-added `<SystemSetting> Resource Processor for backwards compatibility
14
+
-#550: Add a new "update" command and framework to support in-place module updates. install/load of a module to newer version than currently installed will be blocked by default if module has UpdatePackage defined.
@@ -21,9 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
22
-#908: Fix case where `uninstall -all` would fail because of incomplete dependency information
22
23
-#892: Fixed load behavior (no longer sets Developer Mode unless -dev flag is set)
23
24
-#903: Fixed install behavior which succeeded even when trying to reinstall a module without -dev or -force modifiers (breaking change)
24
-
25
-
### Added
26
-
-#550: Add a new "update" command and framework to support in-place module updates. install/load of a module to newer version than currently installed will be blocked by default if module has UpdatePackage defined.
27
25
-#363: `help load` and `help install` will now mention that setting the `dev` flag will not roll back transactions on failure
28
26
-#884: Fix missing module version in error message when dependency resolution fails to find suitable version
29
27
-#838: Improve error messages when installation fails
@@ -38,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
36
-#374: A new System Expression `${ipmdir}` points to the module's default installation location: `$System.Util.DataDirectory()/ipm/<packagename>/<version>/`
39
37
-#563: The `verify` phase will uninstall all modules after every integration test
40
38
-#611, #686: If a path is supplied for `package`, it will now create a temporary subdirectory in that path to export the module into to avoid clashes with any existing files. This subdirectory will be deleted afterwards, leaving just the .tgz file.
39
+
-#844: If the "NameSpace" attribute isn't specified for a Web Application, it will be created in the current namespace instead of %SYS
0 commit comments