Skip to content

Releases: intersystems-community/zpm-registry

v1.2.7

20 Aug 09:15
Compare
Choose a tag to compare

Changed how custom code is executed when analytics events occur.

To execute your code after the event occurs, you should implement a subclass of the ZPM.Analytics.AbstractEventProcessor class
and override the method: ClassMethod Process(event as ZPM.Analytics.Event) As %Status

v1.2.4

07 Apr 07:08
Compare
Choose a tag to compare

Unpublish package endpoint added.
DELETE /packages/:package/:version

To turn unpublishing on you should add
delete-enabled: true into zpm-registry.yaml (this file should be placed in the IRIS installation folder)

v1.1.11

14 Sep 09:47
Compare
Choose a tag to compare

Support for deployed modules.

V1.1.7

21 Aug 07:27
84346c3
Compare
Choose a tag to compare

fix sql bug

v1.1.6

17 Aug 06:55
602ecbf
Compare
Choose a tag to compare
  • add fields to search response
  • bug fix

v1.1.5

13 Jul 08:27
e8fcc8f
Compare
Choose a tag to compare
  • saving publish timestamp on publish package version
  • fix publish big packages

v1.1.4

11 May 08:04
d96a3a9
Compare
Choose a tag to compare

fixed show description

v1.1.3

13 Apr 07:15
67d21c6
Compare
Choose a tag to compare

fix oex-publish

v1.1.2

01 Apr 08:57
0f3e834
Compare
Choose a tag to compare

fix show descriptions for packages,
fix install not latest version using proxy

v1.1.1

11 Mar 13:02
37fbdda
Compare
Choose a tag to compare

Added DSTIME parameter to use Events class with IRIS analytics