From bcb52740f9598cbf189f621cfe629c32c8dac44b Mon Sep 17 00:00:00 2001 From: hongwei1 Date: Wed, 30 May 2018 12:27:31 +0200 Subject: [PATCH] added the release_notes --- release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_notes.md b/release_notes.md index 983254247..f626444a5 100644 --- a/release_notes.md +++ b/release_notes.md @@ -4,6 +4,8 @@ ``` Date Commit Action +29/05/2018 c0d50b5 Added Props kafka.partitions, default is 10. This should match the partitions in Kafka config +29/05/2018 c0d50b5 Added Props kafka.client.id, default is false.This is a unique id for each api instance. Must set it manully in props 08/05/2018 38e8641 Added Props require_scopes, default is false. Api will not use the scope role guards. 02/03/2018 6f9ad08 Added Props documented_server_url which is required for some glossary items 19/02/2018 Added possibility of Encryption/Decryption of properties in the props file over SSL Private/Public key infrastructure