-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update version to 0.6.0 * add changelog
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Release Notes | ||
## Version 0.6.0 - 2020-01-11 | ||
|
||
## New Features | ||
|
||
### CLI | ||
* Stand alone Installer | ||
* Support for Writing Extension | ||
* Self Update Capability | ||
* Profile rename | ||
* Show Platform versions | ||
|
||
## Client | ||
* API Docs | ||
* Stream based Fetch | ||
|
||
## Platform | ||
* Cluster Installer with API and CLI support | ||
* Support for Installing in Minikube without workaround | ||
* Delete Topic | ||
* Pluggable Authorization Framework with simple RBAC | ||
* TLS endpoint for SC and SPU | ||
* Connection multiplexing | ||
* Support Rasberry Pi | ||
* Use tracing instead of logger | ||
* Github Action to test Platform | ||
* K8: Enforce resource limit on Kubernetes | ||
|
||
## Improvements | ||
|
||
### CLI | ||
* Consolidate Custom SPU and SPU | ||
* Better error messages | ||
* Move TLS as global option | ||
|
||
### Client | ||
* Fully multi-threaded consumer and producer | ||
|
||
### Platform | ||
* Better stability | ||
* K8: Fix storage location |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.0-rc.5 | ||
0.6.0 |