Digital Writer 5.2.1

Compatibility

  • PluginBundle >=9.0.0
  • IMSG >=16.3.2
  • Editor Service >=4.6.0

Released 2019-05-16

Changes in this release

New Feature

Improvement

Bug

  • WRIT-889 - ConceptService: IMID protected ba-roxy must be optional

Upgrade notes

WRIT-889 ConceptService: IMID protected ba-roxy must be optional

IMID support in ba-proxy is no configurable

New config needed to enable secure communication:

        "baProxy": {
            "credentials": "include", <--- ENABLES IMID
            "protocol": "https://",
            "hostName": "HOST",
            "port": "5555",
            "healthPath": "/health",
            "queryPath": "/search",
            "objectPath": "/objects"
        },