Release notes update

This commit is contained in:
Ashwin Giridharan 2021-01-27 16:08:41 -08:00
parent 4f6f4e5971
commit 8ba93e6aee
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@
* Fix for cross DDB table interference when multiple KCL applications are run in same JVM. * Fix for cross DDB table interference when multiple KCL applications are run in same JVM.
* Fix and guards to avoid potential checkpoint rewind during shard end, which may block children shard processing. * Fix and guards to avoid potential checkpoint rewind during shard end, which may block children shard processing.
* Fix for thread cycle wastage on InitializeTask for deleted shard * Fix for thread cycle wastage on InitializeTask for deleted shard.
* Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up. * Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up from the lease table.
## Release (1.14.0 - August 17, 2020) ## Release (1.14.0 - August 17, 2020)

View file

@ -40,7 +40,7 @@ To make it easier for developers to write record processors in other languages,
* Fix for cross DDB table interference when multiple KCL applications are run in same JVM. * Fix for cross DDB table interference when multiple KCL applications are run in same JVM.
* Fix and guards to avoid potential checkpoint rewind during shard end, which may block children shard processing. * Fix and guards to avoid potential checkpoint rewind during shard end, which may block children shard processing.
* Fix for thread cycle wastage on InitializeTask for deleted shard. * Fix for thread cycle wastage on InitializeTask for deleted shard.
* Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up. * Improved logging in LeaseCleanupManager that would indicate why certain shards are not cleaned up from the lease table.
### Release (1.14.0 - August 17, 2020) ### Release (1.14.0 - August 17, 2020)