diff options
author | 2021-03-11 11:51:30 +0100 | |
---|---|---|
committer | 2021-03-16 09:35:35 +0100 | |
commit | 4acad60f6fa6ab803edd22d7fa8e55fda40fbb41 (patch) | |
tree | be5a43a5549c58b73ed11d4fafa3bb923e8764b0 /Changelog.md | |
parent | ea4a776bfd70f3a01ea01583f1c5af70a98576de (diff) |
Support authorized topics in DMaaP-Client (HTTP Basic-Auth)
Issue-ID: DCAEGEN2-2670
Signed-off-by: tkogut <tomasz.kogut@nokia.com>
Change-Id: I9f12a16df57c2ddbec457ff017e148f7c19ed20d
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index bfaeb9f5..7a6ddb0a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.8.0] - 10/03/2021 +### Added + - [DCAEGEN2-2670] (https://jira.onap.org/browse/DCAEGEN2-2670) - Support authorized topics in DMaaP-Client + ## [1.7.0] - 25/02/2021 ### Added - [DCAEGEN2-1483] (https://jira.onap.org/browse/DCAEGEN2-1483) - VESCollector Event ordering @@ -129,4 +133,4 @@ The similar changes will be required for other CbsClient methods (periodic get a - CBS service discovery - get application configuration as JsonObject - periodic query + periodic updates query - - BCrypt password utility
\ No newline at end of file + - BCrypt password utility |