Skip to content

Commit

Permalink
Add changelog entries for middleware branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStiefvater committed Jul 21, 2021
1 parent 79ea166 commit 2582fb5
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,33 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [21.10] (unreleased)
## [Middleware] (unmerged)

### Added

- Add support for volatile keys. [#460](https://github.com/greenbone/gvm-libs/pull/460)
- Possibility to use lcrypt with `$6$` (sha512) for authentication [484](https://github.com/greenbone/gvm-libs/pull/484)
- Add function to perform an alive test and get the amount of alive hosts. [495](https://github.com/greenbone/gvm-libs/pull/495)
- Add functions for sentry integration. [#502](https://github.com/greenbone/gvm-libs/pull/502) [#506](https://github.com/greenbone/gvm-libs/pull/506)
- Add basic support for mqtt.
Original
[#505](https://github.com/greenbone/gvm-libs/pull/505)
[#511](https://github.com/greenbone/gvm-libs/pull/511).
Reintroduction after Rebase
[#538](https://github.com/greenbone/gvm-libs/pull/538)
- Add function for mqtt init status [#567](https://github.com/greenbone/gvm-libs/pull/567)

### Changed

- Refactor MQTT handling [#562](https://github.com/greenbone/gvm-libs/pull/562)

### Fixed
### Removed

## [21.10] (unreleased)

### Added

- Add support for volatile keys. [#460](https://github.com/greenbone/gvm-libs/pull/460)
- Possibility to use lcrypt with `$6$` (sha512) for authentication [484](https://github.com/greenbone/gvm-libs/pull/484)
- Add function to perform an alive test and get the amount of alive hosts. [495](https://github.com/greenbone/gvm-libs/pull/495)
- Add functions for sentry integration. [#502](https://github.com/greenbone/gvm-libs/pull/502) [#506](https://github.com/greenbone/gvm-libs/pull/506)

### Changed
### Fixed
Expand Down

0 comments on commit 2582fb5

Please sign in to comment.