Skip to content

Releases: intersystems/ipm

v0.10.7-beta.13

05 May 18:16
c5ec263

Choose a tag to compare

v0.10.7-beta.13 Pre-release
Pre-release
Update 'requests' Python wheel (#1132)

v0.10.7-beta.12

23 Apr 17:47
f522900

Choose a tag to compare

v0.10.7-beta.12 Pre-release
Pre-release
Fix 1097: Nested Tests (#1107)

* Fix error with nested calls to 'verify' or 'test'

* Fix python wheels issue

* Refactor to improve output and remove old dead code

* Fix cleanup timing and history deletion permission bugs

* Remove the changes to python dependency management

v0.10.7-beta.11

22 Apr 17:37
fb59a26

Choose a tag to compare

v0.10.7-beta.11 Pre-release
Pre-release
Add iriscli and ipm container utility scripts (#1124)

* Add iriscli and ipm container utility scripts

* Enable ipm and iriscli scripts to work outside of containers

* Add documentation, -h help flag, and -i IRIS instance flag

* Fix installer because macros aren't available during bootstrapping

v0.10.7-beta.10

21 Apr 20:06
01161f9

Choose a tag to compare

v0.10.7-beta.10 Pre-release
Pre-release
Update should check version requirements using post-update values ins…

v0.10.7-beta.9

20 Apr 15:20
329ccfd

Choose a tag to compare

v0.10.7-beta.9 Pre-release
Pre-release
Packaging should recognize resources in dependency modules set to dep…

v0.10.7-beta.8

16 Apr 19:36
ffba34e

Choose a tag to compare

v0.10.7-beta.8 Pre-release
Pre-release
Fix 1057: IPM cleanly uninstalls itself now (#1106)

* Clean uninstall IPM

* Better cleanup

* Update uninstall logic

* Refactor

v0.10.7-beta.7

03 Apr 19:19
e456ee3

Choose a tag to compare

v0.10.7-beta.7 Pre-release
Pre-release
Fix SourceRoot not being respected by globals resource on export (#1113)

* Fix SourceRoot not being respected by globals resource on export

* Address review comments

v0.10.7-beta.6

18 Mar 14:06
3774bcc

Choose a tag to compare

v0.10.7-beta.6 Pre-release
Pre-release
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

17 Mar 18:50
4fa6b26

Choose a tag to compare

v0.10.7-beta.5 Pre-release
Pre-release
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

10 Mar 15:31
47e85bc

Choose a tag to compare

v0.10.7-beta.4 Pre-release
Pre-release
feat: Enables CORS and JWT configuration for WebApplications in CspAp…