Skip to content

Releases: meridor/perspective-backend

v1.3.4.1: hotfix for batch query processing

27 Jan 14:22
Compare
Choose a tag to compare

Fixes

  • #214 - batch query processing in shell does not work

v1.3.4: mail and sync

23 Jan 11:02
Compare
Choose a tag to compare

Fixes

  • #212 - shell prompt is not update after show mail call

v1.3.4-RC1: mail and sync fixes

15 Jan 16:26
Compare
Choose a tag to compare
Pre-release

New features

  • #178 - automatically sync project quota on instance created, resized or removed
  • #180 - ability to rename an instance
  • #189 - migrate Debian packages to Ubuntu 16.04 and systemd
  • #207 - create cluster installer

Improvements

  • #190 - ability to filter images by project
  • #200 - send mail when instance state is set to error

Fixes

  • #165 - issue with project sync
  • #183 - invalid processing of command arguments with spaces
  • #201 - NPE in operation checking logic

v1.3.3: Digital Ocean support

11 Dec 18:28
Compare
Choose a tag to compare

New features

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

  • #138 - requests having expressions with OR queries are handled incorrectly
  • #173 - start command does not work with multiple instances specified
  • #199 - NPE in OrderTask

v1.3.2: basic instance management commands

16 Oct 17:54
Compare
Choose a tag to compare

New features

  • #115 - basic commands for managing instances
  • #159 - show quota information in projects list

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

16 Sep 09:57
Compare
Choose a tag to compare

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

30 Aug 07:30
Compare
Choose a tag to compare

Fixes

  • #141 - table fetcher should fetch by ids natively
  • #142 - index fetch always selects distinct values
  • #144 - when table alias is * index scan does not work
  • #145 - fixed wrong IN query processing

v1.3.0-RC2: fixes in indexes processing logic

16 Aug 08:37
Compare
Choose a tag to compare

Fixes

  • #135 - indexes are not used for some reason
  • #136 - nothing fetched for instances query
  • #139 - inner join being done incorrectly in index scan strategy
  • #140 - sql query processing is slow

v1.3.0-RC1: indexes support and explain statement

23 Jul 14:00
Compare
Choose a tag to compare

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.

v1.2.2: less mode and non-interactive queries

28 Apr 18:52
Compare
Choose a tag to compare

New features

  • #7 - add message TTL support
  • #51 - less mode
  • #100 - multiple attempts for failed cloud queries
  • #110 - non-interactive queries
  • #111 - ability to unset all filters with one command

Fixes

  • #52 - instances that are launched longtime are evicted from storage
  • #116 - searching without filters for delete command does not work
  • #117 - parameters should be automatically casted in simple boolean expressions
  • #118 - exception in ExpressionEvaluator should be returned to user