Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.54 KB

File metadata and controls

43 lines (34 loc) · 1.54 KB

Version 5.44.3.1

New Features

  • Added RuntimeConfiguration class to improve configurability of Runtime from Java programs.
  • Added DesktopConnection.connect(RuntimeConfiguration)
  • Added DesktopStateListener.onClose to notify connection to Runtime is closed.
  • Added Application.getGroups

Bug Fixes

  • Fixed API doc for WindowOptions.setTaskbarIcon
  • Updated OpenFinInstaller.exe to handle client certificate
  • Fixed an issue with duplicate UUIDs for DesktopConnection

Version 5.44.2.4

New Features

  • Added setRdmUrl and setRuntimeAssetesUrl in DesktopConnect
  • Use proper names for threads created by DesktopConnection during launching Runtime

Version 5.44.2.3

New Features

  • Cross-app docking: Windows from different HTML5 applications now can join the same group and dock to each other. Runtime 5.44.11.10 is required.
  • DesktopConnection catches exceptions from onSuccess and onError in AckListener

Bug Fixes

  • Application.close(AckListener) is deprecated
  • fixed an issue in getGroup

Version 5.44.2.2

New Features

  • Implemented timeout logout logic for DesktopConnection.connectToVersion
  • Added support for app-connected event for Window class
  • Added Application.createChildWindow method
  • Replaced java logging with slf4j.

Bug Fixes

  • Fixed an issue with reconnect with port discovery.
  • Fixed an issue with Window.addEventListener

Version 5.44.2.1

New Features

  • InterApplicationBus.send/publish accepts AckListener callback.
  • Added support for security realm in DesktopConnection