broker/CHANGELOG.md

47 lines
940 B
Markdown
Raw Normal View History

2021-03-22 02:20:09 +00:00
# Changelog
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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2021-03-26 00:01:23 +00:00
## [9.0.x] - 2021-04-25
### Removed
- removed tenant_name from event - uses users event name
2021-03-25 20:19:27 +00:00
## [8.1.x] - 2021-04-25
### Added
- Adds http basic auth
2021-03-23 22:11:41 +00:00
## [8.0.x] - 2021-03-23
### Added
- Adds admin_token to create user and command args
- Adds multi-tenancy
2021-03-22 22:15:22 +00:00
## [7.0.x] - 2021-03-22
### Added
2021-03-23 22:11:41 +00:00
- Adds tide-acme
2021-03-22 22:15:22 +00:00
## Changed
2021-03-23 22:11:41 +00:00
- Changes command args
2021-03-22 22:15:22 +00:00
2021-03-22 04:25:58 +00:00
## [6.1.x] - 2021-03-21
### Changed
- Replaced broker-ntp with nippy
2021-03-22 02:20:09 +00:00
## [6.0.x] - 2021-03-20
### Changed
- Replaced Warp with Tide
- Replaced Sled with RocksDB
### Removed
- Rmmoved GET JSON API endpoints
- Removed multi-tenancy
- Removed timestamps, event dispatcher, and cancellation
- Removed broker-grid support (current version)