Releases: intersystems-community/zpm-registry
Releases · intersystems-community/zpm-registry
v1.3.2
Include prerelease and snapshot by default for compatibility with older ipm
v1.3.1
Added 2 query params: includePrerelease and includeSnapshots when searching for compatible versions of a package.
v1.2.7
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
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
Support for deployed modules.
v1.1.6
- add fields to search response
- bug fix
v1.1.5
- saving publish timestamp on publish package version
- fix publish big packages