Release notes

Keep up with latest product news

3694 notes
29 Nov, 2021
Version 3.1.2021120201

Use the new VS Code 1.63 extension pre-release mechanism to publish on Marketplace.

29 Nov, 2021
Version 2.99.4

Remove clickable link for downloading VSIX and instead direct people to the OEX 'Download' button.

29 Nov, 2021
Version 2.99.3

Add DC article link

29 Nov, 2021 Anton Gnibeda
DeepSeeWeb
Version 3.1.37
  • fixed issue with alpha value in color formula for map. now color formula supports hsla, rgba, etc.
  • fixed issue with polygon name in popup
  • added tooltipStyles data property. specify JSON with css properties to apply on a tooltip. e.g. { "padding": "10px", "font-size": "20px" }
  • added popupStyles data property. specify JSON with css properties to apply on a popup. e.g. { "padding": "10px", "font-size": "20px" }
29 Nov, 2021 OOliver Wilms
https-rest-api
Version 0.0.1

Initial Release

29 Nov, 2021 José Pereira
zap-api-scan-sample
Version 1.0.1

Initial release

28 Nov, 2021 José Pereira
zap-api-scan-sample
Version 1.0.0

Initial Release

28 Nov, 2021 EEvgeniy Potapov
TimeTracking-workers
Version 1.0.0

Initial Release

IRIS Middlewares
Version 1.0.0

Initial Release

28 Nov, 2021 Muhammad Waseem
Data_APP_Security
Version 1.0.0

Initial Release

28 Nov, 2021 Muhammad Waseem
Data_APP_Security
Version 1.0.2

README.md file is updated
Icon is added

Audit Mediator
Version 1.0.2

YouTube video

28 Nov, 2021 Sergey Mikhailenko
appmsw-dbdeploy
Version 1.0.0

Initial Release

28 Nov, 2021
Version 2.99.2

Improve OEX short title

28 Nov, 2021
Version 2.99.0

Initial Release

28 Nov, 2021
Version 2.99.1
  • Simplify name.
  • Add icon.
27 Nov, 2021 Dmitry Maslennikov
iris-saml-example
Version 0.0.1

Initial Release

26 Nov, 2021 Henry Pereira
iris-disguise
Version 1.0.0

Initial Release

API Security Mediator
Version 1.2.0

YouTube video and header rule implementation

25 Nov, 2021 Sergey Mikhailenko
apptools-admin
Version 1.1.13

update module.xml

24 Nov, 2021 Anton Gnibeda
DeepSeeWeb
Version 3.1.36
  • fixed issue with click filter and autodrill
  • fixed issue with auto drillthrough (empty widgets)
  • fixed issue with iframe communication with shared widgets. index now contains widget name, if widget shared by name
  • fixed issue with polygonTitleProperty, now it displays correctly on polygons
  • added formatting for polygonTitleProperty if value is number
24 Nov, 2021 Anton Gnibeda
DeepSeeWeb
Version 3.1.35
  • added legend for tree map widget
  • fixed issue with decimalSeparator, numericGroupSeparator, numericGroupSize options for widgets (#228)
  • added dataLabels data property for map widget (#231). now values can be displayed directly on map.
    set dataLabels=1 to show values. dataLabels can be set to JSON with options to customize labels,
    default values is { "size": 12, "font": "Calibri,Arial,sans-serif", "color": "#000", "stroke": "#FFF", "strokeWidth": 2 }.
    options can be defined in any combinations, e.g. { "color": "#F00", "size": 18 }
  • now shared widgets use name instead of index, e.g. http://test.com/#/MAP/map/Map.dashboard?widget=UAMap.geojson (#230)
  • added percentageFormat data property, to set format of percents for widgets that show percentage values, e.g. #.## (#229)
  • added fixMinZoom and fixMaxZoom data properties for map widget. To fix zoom out set fixMinZoom=1
Audit Mediator
Version 1.0.0

Initial Release

Audit Mediator
Version 1.0.1

Fix readme and community article

22 Nov, 2021 EEduard Lebedyuk
Log
Version 1.22.0

Code converted to CLS

22 Nov, 2021 EEduard Lebedyuk
Log
Version 1.22.1

Publish in ZPM.

API Security Mediator
Version 1.0.0

Initial Release

API Security Mediator
Version 1.0.1

Fix permissions to swagger and new article

20 Nov, 2021 Henrique Dias
IRIS Interoperability Message Viewer
Version 1.5.4

New features:

  • zoom/pan controls
  • enhancements on break sing marks
  • table striped for an easier data visualization
19 Nov, 2021 RRobert Kuszewski
InterSystems Package Manager
Version 0.3.2

changelog

  • Various changes in the output command of help
  • Changes in colors in the outputs
  • Added an ability to add more repo types
  • Added an ability to specify a post-installation message, with AfterInstallMessage tag in module.xml
  • Added variable ${webroot}, which refers to url with host and port where the internal web-server is available
  • Fixed issue when during install if no module was specified (issue #243)
  • Fixed issue with uppercased FileCopy resource
  • Some other minor bugfixes