22nd alpha release for v1.0.0
Pre-release
Pre-release
·
9310 commits
to master
since this release
Changelog
New features
Fixes
- Fixes a bug that caused migration from
v1.0.0-alpha20
tov1.0.0-alpha21
to fail for Postgres user with restricted permissions. Earlier,hdb_views
schema was dropped, now it is cleaned. (closes #567) (#568) - Fixes a bug that caused a non-admin upsert query to return
affected_rows: 1
and[{column: null}]
instead ofaffected_rows: 0
and[]
. (fix #563) (#565) - Fixes a bug that caused server to close websocket connections on initialisation error instead of sending he connection error message. (fix #537) (#572)