26 lines
709 B
Markdown
26 lines
709 B
Markdown
# Changelog
|
|
|
|
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/).
|
|
|
|
## [0.2.0] - 2019-04-16
|
|
|
|
### Added
|
|
|
|
- Added getUsers for REST and gRPC: get a list of all users (BACKEND-299)
|
|
- Added Reflection for gRPC
|
|
- Added support for JWT tokens
|
|
- Added FirstName, LastName, Reference, Company and Roles fields in user object (BACKEND-369)
|
|
- Added filter 'Reference' for GetUsers (BACKEND-380)
|
|
|
|
### Changed
|
|
|
|
- Changed gRPC-proto filename
|
|
- Changed GetUsers to ListUsers and merged with GetUserByReference (BACKEND-380)
|
|
|
|
## [0.1.0] - 2019-03-13
|
|
|
|
Initial release
|