broker/CHANGELOG.md

182 lines
2.8 KiB
Markdown
Raw Permalink 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-05-01 00:57:04 +00:00
## [15.1.0] - 2021-04-30
### Added
- scopes to verify endpoint
2021-04-16 20:41:17 +00:00
## [15.0.0] - 2021-04-16
### Added
- username to verify endpoint and JWT
### Updated
- Updated README
2021-04-16 01:10:58 +00:00
## [14.1.2] - 2021-04-15
### Updated
- Updated README
2021-04-15 01:03:13 +00:00
## [14.1.1] - 2021-04-14
2021-04-15 01:02:31 +00:00
### Updated
- Updated README
2021-04-13 22:29:11 +00:00
## [14.1.0] - 2021-04-13
### Added
- Added expiry to verify endpoint
### Updated
- Updated README
2021-04-13 21:07:59 +00:00
## [14.0.1] - 2021-04-13
### Changed
- Small internal refactor
2021-04-13 00:26:29 +00:00
## [14.0.0] - 2021-04-12
### Added
- Added biscuit for scoping
### Updated
- Updated README
2021-04-11 02:22:30 +00:00
## [13.0.2] - 2021-04-10
### Updated
- Updated README
2021-04-11 02:14:18 +00:00
## [13.0.1] - 2021-04-10
### Updated
- Updated README
2021-04-09 07:01:39 +00:00
## [13.0.0] - 2021-04-08
### Added
- Two Factor Auth
2021-04-09 07:05:36 +00:00
- User password reset
2021-04-09 07:01:39 +00:00
### Updated
- Updated README
2021-04-08 23:54:14 +00:00
## [12.0.2] - 2021-04-08
### Updated
- Updated README
2021-04-08 23:47:46 +00:00
## [12.0.1] - 2021-04-08
### Updated
- Updated README
2021-04-08 23:40:00 +00:00
## [12.0.0] - 2021-04-08
### Added
- Added JWT custom scopes on user
### Updated
- Updated README
2021-04-07 03:21:05 +00:00
## [11.2.0] - 2021-04-06
### Added
- Added zxcvbn password strength checker
### Fixed
- Fixed JWT issued not being in JSON format
2021-04-07 00:25:09 +00:00
## [11.1.0] - 2021-04-06
### Added
- Added use your own SSL cert
- Added health check endpoints
2021-04-07 00:26:24 +00:00
### Updated
- Updated README
2021-04-05 21:30:22 +00:00
## [11.0.0] - 2021-04-05
### Added
- Added email field on user
- Added data field on user
- Added user email address validation
- Added update user endpoint
2021-04-05 19:11:07 +00:00
## [10.0.0] - 2021-04-05
2021-04-05 21:30:22 +00:00
### Fixed
2021-04-05 19:11:07 +00:00
- Fixed infinite SSE event sending
### Changed
- Changed RocksDB keys for user and event to be tenanted
- Changed default RocksDB path from tmp to db
- Changed create user endpoint URL
### Added
- Added list users endpoint
- Added revoke user endpoint
- Added get user endpoint
- Added unrevoke user endpoint
### Updated
- Updated README
2021-04-03 00:18:45 +00:00
## [9.1.0] - 2021-04-02
### Added
2021-04-05 19:11:07 +00:00
- Added verify endpoint
2021-04-03 00:18:45 +00:00
## [9.0.2] - 2021-03-25
2021-03-26 00:48:49 +00:00
### Fixed
2021-04-05 19:11:07 +00:00
- Fixed keys on event
2021-03-26 00:48:49 +00:00
2021-04-03 00:18:45 +00:00
## [9.0.0] - 2021-03-25
2021-03-26 00:01:23 +00:00
### Removed
2021-04-05 19:11:07 +00:00
- Removed tenant_name from event - uses users event name
2021-03-26 00:01:23 +00:00
2021-04-03 00:18:45 +00:00
## [8.1.x] - 2021-03-25
2021-03-25 20:19:27 +00:00
### Added
2021-04-05 19:11:07 +00:00
- Added http basic auth
2021-03-25 20:19:27 +00:00
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-04-05 19:11:07 +00:00
- Added tide-acme
2021-03-22 22:15:22 +00:00
## Changed
2021-04-05 19:11:07 +00:00
- Changed 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)