Releases: meridor/perspective-backend
Releases · meridor/perspective-backend
v1.3.4.1: hotfix for batch query processing
Fixes
- #214 - batch query processing in shell does not work
v1.3.4: mail and sync
Fixes
- #212 - shell prompt is not update after show mail call
v1.3.4-RC1: mail and sync fixes
v1.3.3: Digital Ocean support
New features
- #21- project info should contain a list of supported operations
- #119, #120, #185, #187, #192, #195, #196 - Digital Ocean cloud support
- #157, #177, #186, #197 - showing operation errors in shell (mail functionality)
- #166, #167 - Ansible inventory.py file
Improvements
- #164 - possibility to call show commands with name only (without --name flag)
- #169 - tables() function should sort tables by name
- #175 - better format DataSource task in EXPLAIN statement
- #193 - no need to show useless data in More section
Fixes
v1.3.2: basic instance management commands
New features
Improvements
- #150 - increase shell coverage
- #155 - migrate REST to faster API framework (Undertow)
- #161 - migrate distribution to Docker containers
Fixes
- #143 - placeholders in shell are evaluated twice
- #156 - error in show instances command
- #158 - broken count step
- #162 - field imageName is required
- #163 - issue with images fetch SQL
- #168 - issue with start instances command
- #170 - instance is being rebuilt to the same image
- #172 - suspend and resume commands not working
v1.3.1: improved sync logic
New features
- #72 - increase sync logic speed
- #124 - add tables() and columns() functions
- #134 - show query execution time in shell
- #137 - show whether column is indexed for columns() function
Fixes
- #127 - shell wizards: do not automatically select single candidate if parameter can be skipped
- #147 - make SQL missing table error message more clear
- #148 - memory leak in rest module
- #151 - concurrent modification exception in Openstack worker
- #152 - worker is doing too many requests
- #153 - project timestamp is always now()
- #154 - NPE in instance modification listener
v1.3.0: advanced SQL query planner
v1.3.0-RC2: fixes in indexes processing logic
v1.3.0-RC1: indexes support and explain statement
New features
- #102 - indexes support
- #109 - store config files under ~/.config
- #125, #132 - add EXPLAIN statement
- #128 - migrate to Openstack4j in Openstack worker
Fixes
- #123 - allow dots in instance name
- #129 - select all from table alias does not work
- #130 - issues in SQL queries
- #131 - not creating indexes error
Notes
Starting from this release you should use Identity API v3 when working with Openstack.