Releases: meridor/perspective-backend
Releases · meridor/perspective-backend
v1.2.1: humanizing error handling
New features
- #81 - try to search without filters
- #106 - add --version flag to shell
Fixes
- #84 - humanize SQL parse error message
- #91 - very slow show instances command
- #103 - unsupported table reference type
- #104 - humanize connection error
v1.2.0: stable SQL release
New features
- #101 - change prompt when filters are enabled
Fixes
- #99 - match name exactly when suffixes are found
v1.2.0-RC4: shell fixes
New features
- #97 - improve suffix processing logic in shell
- #98 - support brackets in boolean expressions
Fixes
- #93 - show instances command issues
- #94 - show console command wrong text
- #95 - ordering in all shell requests
- #96 - add image command issues
v1.2.0-RC3: fixes in SQL processing
New features
- #89 - show column names at the bottom of the table
Fixes
- #88 - like clause does not work without % signs
- #90 - delete instances command does not work
- #92 - invalid left join logic
v1.2.0-RC2: shell and API migrated to SQL engine
New features
- #24 - show instance name when adding images
- #39 - do not close shell on Ctrl+C
- #76 - ability to specify common hostname suffix
- #78 - capability to page selected items one more time
- #79 - shell queries are using SQL instead of predicates
- #82 - backend modification events only store entity id
Fixes
- #73 - javadoc issues fixes
- #74 - SQL issues in shell
- #77 - handle incorrect regex
- #80 - no keypair found in wizard but it's being searched during command execution
- #83 - issues in show commands
- #85 - NPE in placeholder replacement logic
- #86 - reboot command does not work
- #87 - issues in add instances \ add images commands
v1.2.0-RC1: SQL engine
New features
- #11 - ordering support in shell
- #20 - SQL processing engine
- #22 - JDBC driver prototype (will be probably removed in final release)
- #68 - select query support in shell
Fixes
- #69 - wrong columns count in some commands
- #70 - added tests for basic commands
v1.1.6: new information in shell
New features
- #64 - filtering by state in show images command
- #67 - showing network information in shell
Fixes
- #65 - NPE in show images command
- #66 - do not add number when only one instance is launched
v1.1.5: bug fixes and better regex support
Fixes
- #53 - NPE in show instances
- #54 - projects wizard should consider projects filter
- #55 - keypair argument fix
- #60 - out of bounds in add instances command
- #63 - error fetching instances
Improvements
- #59 - regexp matching is used by default
- #62 - capability to specify date format
v1.1.4: shell filtering and interface fixes
New features
- #38 - show first page on g and last on G in shell
- #40 - ability to configure shell table width
- #42 - capability to specify storage module properties
- #45 - capability to match strings by contains, equals and regex
- #47 - ability to show full filters and settings list (including not set)
- #48 - capability to show VNC console in browser for Openstack instances
Fixes
- #43 - wizards should consider filters when showing screens
- #44 - allow image name contain dots
- #46 - sort networks, keypairs and flavors by name
- #49 - locking issues in storage
v1.1.3: speed improvement and fixes in shell
New features
- #3 - cache project information in shell
- #32 - filter flavors and networks by project name
Fixes
- #31 - logging statement shown when launching shell
- #33 - filter should match by contains
- #34 - openstack images are not synced correctly
- #35 - delete images still exist in images list