Changelog
Read what has changed in wolkenkit.
1.1.0
The following significant changes have been made since wolkenkit 1.0.1
:
- Added support for wolkenkit on Windows
- wolkenkit now runs on Windows 10 with Hyper-V and Docker Machine. The installation instructions can be found at Installing on Windows.
- See thenativeweb/wolkenkit#3 for details.
- Updated PostgreSQL to
9.6.4
- There was a security issue in PostgreSQL
9.6.2
. With wolkenkit 1.1.0 PostgreSQL has been updated to9.6.4
.
- There was a security issue in PostgreSQL
- Fixed compatibility with Docker
17.05
and above- With CLI
1.0.2
, wolkenkit is compatible with Docker backends running on Docker17.05
and above. - See thenativeweb/wolkenkit#5 for details.
- With CLI
- Fixed invalid read query handling in HTTP API
- There was a bug that caused invalid read queries to bring down the HTTP API. With wolkenkit 1.1.0 this has been fixed.
- Fixed a critical security issue in authorizing commands
- In certain circumstances wolkenkit failed to authorize commands correctly. This has been fixed.
- Contributions by the community
For details on how to update to version 1.1.0
see updating the CLI and updating an application.
1.0.1
The following significant changes have been made since wolkenkit 1.0.0
:
- Fixed wolkenkit init
- There was an error in the CLI that occured while initializing new wolkenkit applications. wolkenkit CLI 1.0.1 fixes this issue.
- See thenativeweb/wolkenkit#1 for details.
- Contributions by the community
For details on how to update to version 1.0.1
see updating the CLI.