Skip to content

Latest commit

 

History

History
74 lines (65 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

74 lines (65 loc) · 5.52 KB

InterSystems Package Manager

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased - 0.9.0+snapshot]

Added

  • #364 Added ability to restrict the installation to IRIS or IRIS for Health platform to the SystemRequirements attribute
  • #518 Added ability to show source file location when running list-installed. E.g., zpm "list-installed -showsource".
  • #538 Added ability to customize caller to PipCaller and UseStandalonePip through config set, which are empty by default and can be used to override the auto-detection of pip.
  • #562 Added a generic resource processpor WebApplication, which handles creating and removal of all Security.Applications resources
  • #575 Added ability to expand $$$macro in module.xml. The macro cannot take any arguments yet.
  • #595 Added ability to bypass installation of python dependencies with -bypass-py-deps or -DBypassPyDeps=1.
  • #647 Added ability to add extra flags when installing python dependencies using pip

Changed

  • IPM is now namespace-specific rather than being installed in %SYS and being available instance-wide.
  • HSIEO-9484: Add additional argument to buildDepsGraph to allow putting in an additional list element of dependency's DisplayName
  • HSIEO-9484: Add additional property DisplayName to %IPM.Storage.ModuleReference
  • HSIEO-10274: Separate DependencyAnalyzer out from IPM
  • #261: IPM now truly supports using multiple registries for installation / discovery of packages (without needing to prefix the package with the registry name on "install", although it is still possible and now effective to use the prefix).
  • #454: IPM 0.9.x+ uses different globals for storage vs. 0.7.0 and previous. Installation will automatically migrate data from the old globals to the new ones. The old globals are left around in case the user decides to revert to an earlier version.
  • #527: IPM 0.9.x+ ignores the casing of resources when matching files on disk even on case-sensitive filesystems

Fixed

  • HSIEO-10884: Bug Fix - FileCopy to check for $ variables in path
  • HSIEO-11006: Fix conditions for marking code as deployed
  • HSIEO-9269, HSIEO-9402: % percent perforce directories are no longer necessary
  • HSIEO-9269, HSIEO-9404: Repo check should happen in the order to repo creation, not by repo name
  • HSIEO-9269, HSIEO-9411: Make sure can load and export xml Package-type resource
  • HSIEO-9269, HSIEO-9403: Ensure studio project uses display name.
  • HSIEO-9269, HSIEO-9404: Repo check should happen in the order to repo creation, not by repo name
  • HSIEO-9269, HSIEO-9366: Make sure VersionInfo uses exact database namespace instead
  • HSIEO-9269, HSIEO-9384: %IPM.Utils.Build:CreateNamespace should not call %IPM class from %SYS namespace
  • HSIEO-9269, HSIEO-9333: OnDetermineResourceDeployability should make sure to check uppercase of item suffix
  • HSIEO-9269, HSIEO-9315: HSCC needs to re-create %IPM mapping for application namespace because of its mapping deletion
  • HSIEO-9269, HSIEO-9276: Fix dependency analyzer issue
  • HSIEO-9269, HSIEO-9275: IsAvailable() method need to work robustly
  • HSIEO-9269, HSIEO-9277, HSIEO-9235: Remove exportDeployedItem temporarily until HSIEO-9235
  • HSIEO-9269, HSIEO-9278: Mark based module as non deployed if install in dev mode
  • HSIEO-9269, HSIEO-9279: Enable resource mapping creation during build
  • HSIEO-9269, HSIEO-9280: Load unittest code during module install
  • HSIEO-9430: Module definition should not expose DisplayName + deprecate DisplayNameInternal as it will not be used anymore
  • HSIEO-9924: RunDev needs to do complete installation of component and dependencies via ignoreInstalled, so adding ignoreInstalledModules checker in syncLoadDependencies
  • HSIEO-10267: Bug Fix - Resource name should be the fifth argument of CreateDatabase
  • HSIEO-10520: Pre-Release module versions does not get exact version match
  • #440: IPM works with delimited identifiers disabled
  • #451: CI runs on fewer versions to minimize overhead and Community Edition expiration issues
  • #451, #428: Fixes "Verify" phase to work properly after %IPM rename
  • #451: Avoid compliation errors due to storage location conflict on IRIS for Health prior to 2024.1
  • #455: Upgrade from %ZPM classes updates language extensions correctly to use %IPM
  • #373: Cleaner cross-version approach used in language extension routine generation
  • #459: zpm "version" behaves better without internet access
  • #224: When updating zpm, existing configuration won't be reset
  • #482: Reenabled deployed code support without impact on embedded source control (reworks HSIEO-9277)
  • #487: When loading a package, relative paths staring with prefix "http" won't be mistaken for git repo
  • #544: When installing a package from remote repo, IPM specifies includePrerelease and includeSnapshots in HTTP request. Correctly-behaving zpm registry should respect that.
  • #557: When comparing semver against semver expressions, exclude prereleases and snapshots from the range maximum.
  • #559: Allow treating the "w" in SemVer x.y.z-w as a post-release rather than pre-release.
  • #607: Uninstall reports deletion of non-classes
  • #606: Don't put garbage folders in tar archive
  • #652: Don't create extra needless mappings (could cause deadlock with parallel installation of dependencies)

Security

Removed

Deprecated

  • #593 CSPApplication is deprecated in favor of WebApplication. User will be warned when installing a package containing CSPApplication.