Releases: intersystems/ipm
Releases · intersystems/ipm
v0.10.7-beta.6
chore: add issue templates (#1105) * chore: add issue templates These are the auto-generated templates for feature requests/bug reports * Revise bug report template structure and content * Create pull request template * Update feature request template --------- Co-authored-by: isc-dchui <dchui@intersystems.com>
v0.10.7-beta.5
Fix %IPM.Storage.QualifiedModuleInfo.%OnNew() (#1103) * onNew qualifiedModInfo, copy over version properties * Update CHANGELOG for issue #1102 fix Fix issue with version properties copying in %IPM.Storage.QualifiedModuleInfo:%New() * add small integration test * add small integration test * changelog.md typo fix * link merge request number (not issue number) to changelog * revert adding .vscode.settings.json and docker-compose.yml changes * restore docker-compose.yml * restore .vscode/settings.json * update testing and changelog * add 'test' top all test methods * restore settings.json --------- Co-authored-by: Carolina Borbon Miranda <carolina.borbonmiranda@intersystems.com>
v0.10.7-beta.4
feat: Enables CORS and JWT configuration for WebApplications in CspAp…
v0.10.7-beta.3
feat(history): implement automatic history purge logic (#992) * feat(history): implement automatic history purge logic * fix: removed typo from the cutoffDate * fix: rename method typo and refactor postconditionals * fix:refactor postconditionals * docs: add details to changelog * refactor: updated the unit test TestAutoPurgeOldHistory method * docs:updated changelog * fixed the changelog --------- Co-authored-by: isc-dchui <dchui@intersystems.com>
v0.10.7-beta.2
Delay CPF merge activation until all config changes have been made du…
v0.10.7-beta.1
Re-update module version to 0.10.7-SNAPSHOT (#1091)
v0.10.6
##Added
#1024 : Added flag -export-python-deps to publish command
##Fixed
#996 : Ensure COS commands execute in exec under a dedicated, isolated context
#1002 : When listing configured repositories, only show the TokenAuthMethod when a token is defined.
#1024 : Modules with PythonWheels have wheels packaged correctly under -export-python-deps
#1061 : Fix issue when installing from OCI/ORAS registries
#1065 : Fixed regression introduced in IPM 0.10.3 which removed support for resources with directories as names (e.g. /inc)
#1072 : Fixed regression where scoped dependencies weren't being loaded in the test or verify phase.
Full Changelog: v0.10.5...v0.10.6
v0.10.6-beta.8
Fix regression for scoped dependencies not being loaded (#1074) * Add example of failing module * Scope now working for test phase * Scope works for verify too * Add tests and refactor * Address review comments * Address more comments
v0.10.6-beta.7
(doc) update CONTRIBUTING.md to clarify roles/expectations (#1037) * Update CONTRIBUTING.md * Add style guide * Add section on testing and restructure content * Fix small issue with developing in local instance section * Address review comments --------- Co-authored-by: isc-dchui <dchui@intersystems.com>
v0.10.6-beta.6
Fix ResourceProcessor regression from 0.10.3 to handle Document resou…