Releases
v0.9.0
bhou
released this
25 Aug 21:10
New Features
add new workspace setting disableCheckUpdateOnStart
to disable the update check when start the app
add Web API source. Now it is possible to explore, and analyze data from Web API
add Excel data source.
add SQL function TO_DATE
to convert string type data to date type
add Pie chart
visualization step.
improve Bar chart
visualization step. Support stacked bar chart, horizontal bar chart and vertical bar chart
add Find project in file explorer
option in project selection view to locate project folder
add new StringMap
component for step editor. It allows editor to edit string-string type map
add new CLI explore
command to explore data source
add new CLI view
command to get visualization step result
add new parameter host
to start
command to specify the server host
add new example Temperature Forcast
. See ananas-examples
add new example MySQL
. See ananas-examples
add new example PostgreSQL
. See ananas-examples
add new example Excel
. See ananas-examples
Bug fixes / Improvements
Fix the issue that CLI exits with code 0 when meeting error in some cases
Fix the issue that CLI start
command listens to 0.0.0.0:3003
by default. Now it listen to 127.0.0.1:3003
by default
Fix derby access issue when run
a visualization step from CLI
Upgrade sparkjava dependency to version 2.9.1
Fix a issue that keep loading the project that is deleted from disk
Fix Linux & Window new version update dialog has no acknowledge button issue
Fix ananas
process not being killed when close app on MacOS issue
Improve postgres schema auto detection
Improve several error messages
Improve tests
You can’t perform that action at this time.