From 4c944f048ce193117ebe9ae1d196c92193bb6967 Mon Sep 17 00:00:00 2001 From: Ritu Gupta Date: Thu, 5 Mar 2020 12:12:05 +0000 Subject: [PATCH] [NOTICK] The list added for Bugs and Storys without Epic link --- docs/source/release-notes.rst | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index ff9c00a567..6c0309d3ad 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -63,6 +63,43 @@ For more information on platform version, please see :doc:`versioning`. For more Issues Fixed ~~~~~~~~~~~~ +* A failure response from Doorman during initial registration causes a class cast exception [`CORDA-2744 `_] +* Add an exception for Unrecoverable RPC errors [`CORDA-3192 `_] +* Fix the misleading Flow has been waiting message [`CORDA-3197 `_] +* Update Quasar agent so that we can exclude entire ClassLoaders from being instrumented [`CORDA-3228 `_] +* Don't fail on liquibase errors when using H2 [`CORDA-3302 `_] +* Exceptions thrown in raw vault observers can cause critical issues [`CORDA-3329 `_] +* Migration from Corda 3.x to 4.x for PostgreSQL require a manual workaround [`CORDA-3348 `_] +* Prepare DJVM library for 1.0 release [`CORDA-3377 `_] +* Improve node configuration override documentation [`CORDA-3386 `_] +* Allow EvolutionSerializer to handle primitive types becoming nullable [`CORDA-3390 `_] +* Fix caching of local AMQPSerializer [`CORDA-3392 `_] +* Fixed NPE in BlobInspector [`CORDA-3396 `_] +* Update DemoBench so that using the DJVM is configurable [`CORDA-3406 `_] +* Scanning for Custom Serializers in the context of transaction verification is broken [`CORDA-3464 `_] +* Allow EvolutionSerializer to handle boxed types becoming primitive [`CORDA-3469 `_] +* Create interface to perform transactional operations from custom CordaServices [`CORDA-3471 `_] +* Fix typo in node database table documentation [`CORDA-3476 `_] +* Fix node database page [`CORDA-3477 `_] +* Add timestamp column to NODE_TRANSACTIONS table [`CORDA-3479 `_] +* Support adding new mandatory field and removal of optional [`CORDA-3489 `_] +* Fix link to network builder [`CORDA-3495 `_] +* Provide option for user to specify custom serializers without classpath scanning [`CORDA-3501 `_] +* The CordaRPCClientConfiguration is not respected when GracefulReconnect is used [`CORDA-3507 `_] +* Fix for Could not start flow as connection failed error on starting flow via ShellCli if user is not authorized to use this flow [`CORDA-3513 `_] +* Support whitelists and custom serializers inside the DJVM [`CORDA-3523 `_] +* Load DJVM serialization types more precisely to avoid runtime warnings [`CORDA-3536 `_] +* Use the config values for reconnecting retry interval and max reconnect attempts [`CORDA-3542 `_] +* SSH memory leak and security [`CORDA-3520 `_] +* Remove support for outdated ciphers and algorithms from SSH [`CORDA-3550 `_] +* Deserialization using the DJVM creates too many SerializerFactory objects [`CORDA-3552 `_] +* Allow initial registration errors to propagate up so the node exits with a failure code [`CORDA-3558 `_] +* Remove reference to man run [`CORDA-3559 `_] +* Always add TestCordapps to the classpath when building _driverSerializationEnv [`CORDA-3566 `_] +* Use the connectionMaxRetryInterval configuration when reconnection the RPC client [`CORDA-3576 `_] +* Update docs for X500 name and SSH hostkey [`CORDA-3585 `_] +* hashLookup command help misspelling [`CORDA-3587 `_] +* Exit the InteractiveShell on shutdown command [`CORDA-3593 `_]* A failure response from Doorman during initial registration causes a class cast exception [`CORDA-2744 `_] .. _release_notes_v4_3: