mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
OS 4.4 release notes: added pargraph on bonus AppServiceHub call, revised section title, removed deprecations section
This commit is contained in:
parent
c23deee3fb
commit
3eb88bca7d
@ -34,14 +34,15 @@ Corda 4.4 also introduces a new ``HospitalizeFlowException`` exception type that
|
||||
This exception gives user code a way to retry a flow from its last checkpoint if a known intermittent failure occurred.
|
||||
|
||||
|
||||
Diagnostic API
|
||||
New utility APIs
|
||||
+++++++++++++++++++++++
|
||||
|
||||
Corda 4.4 introduces a ``ServiceHub`` call available to CorDapp developers that allows them to access:
|
||||
Corda 4.4 introduces a new call (``ServiceHub.DiagnosticsService``) available to CorDapp developers that allows them to access:
|
||||
|
||||
* The edition of Corda being run (e.g. Open Source, Enterprise)
|
||||
* The version of Corda being run including the patch number (eg. 3.2.20190215)
|
||||
|
||||
Corda 4.4 also provides a callback (``AppServiceHub.register``) to allow Corda services to register custom actions to be performed once the node is fully started-up. This pattern prevents issues caused by the service trying to immediately access a part of the node that hadn't yet been initialised .
|
||||
|
||||
Security enhancements
|
||||
+++++++++++++++++++++++
|
||||
@ -59,10 +60,6 @@ Given the addition of new APIs, the platform version of Corda 4.4 has been bumpe
|
||||
For more information on platform version, please see :doc:`versioning`. For more details on upgrading a CorDapp to use platform version 5, please see :doc:`app-upgrade-notes`.
|
||||
|
||||
|
||||
Deprecations
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
||||
Issues Fixed
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user