diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..a7074439b6 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index d27b59c005..09a3acfa13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0-rc.5 \ No newline at end of file +0.6.0 \ No newline at end of file