v1.2.6 Release Notes

Released April 26, 2019.

Downloads

Binaries

Docker

  1. docker pull yugabytedb/yugabyte:1.2.6.0-b3

YSQL Changes

  • Support Serializable isolation level for multi-key transactions. #1135
  • Remove Unnecessary YSQL Index update preparation. #1232
  • Remove dependency on YB_PG_FALLBACK_SYSTEM_USER_NAME, set default port and usernamefor psql. #1018
  • Show table’s OID when failing to load a table’s metadata. #1222
  • Disable unsupported options for CREATE DATABASE. #716

YCQL / YEDIS Changes

  • [YCQL] Support Insert on Update for json entry. #1039

Bug Fixes

  • A User must have ALTER permission on a table to drop an index from the table. #701

System Improvements

  • Exponential backoff during pre-election. #1224
  • Enhance tserver readiness check.
  • Don’t stop writes during tablet bootstrap. #1212
  • Introduce EncryptedFileFactory for producing Encrypted files.