|
| 1 | +--- |
| 2 | +title: v1.2.9 Release Notes |
| 3 | +linkTitle: v1.2.9 |
| 4 | +description: v1.2.9 Release Notes |
| 5 | +menu: |
| 6 | + latest: |
| 7 | + identifier: v1.2.9 |
| 8 | + parent: releases |
| 9 | + weight: 2701 |
| 10 | +isTocNested: true |
| 11 | +showAsideToc: true |
| 12 | +--- |
| 13 | + |
| 14 | +Released on May 21, 2019. |
| 15 | + |
| 16 | +## Downloads |
| 17 | +### Binaries |
| 18 | +[<i class="fab fa-apple" style="font-size: 1.75em"> macOS</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.9.0-darwin.tar.gz) |
| 19 | + [<i class="fab fa-linux" style="font-size: 1.75em"> Linux</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.9.0-linux.tar.gz) |
| 20 | +<br /> |
| 21 | +### Docker |
| 22 | +```sh |
| 23 | +docker pull yugabytedb/yugabyte:1.2.9.0-b14 |
| 24 | +``` |
| 25 | + |
| 26 | +## File Format Change |
| 27 | +**[IMPORTANT]** This version includes a backward incompatible file format change for YSQL. This |
| 28 | +means that if you have an existing cluster with YSQL schema, then you will not be able to connect to |
| 29 | +the YSQL database after upgrading to v1.2.9. There are two ways to work around this problem: |
| 30 | + |
| 31 | +* If you don't care about preserving your existing data, then delete your cluster, |
| 32 | + and create a new cluster with 1.2.9. |
| 33 | +* If you want to continue using your existing data, then please save your data (in the form of |
| 34 | + SQL statements), delete the cluster, create a new cluster with 1.2.9 and then load |
| 35 | + the previously saved data. |
| 36 | + |
| 37 | +## YSQL Changes |
| 38 | +* Add support for identity column. [#1267](https://github.com/YugaByte/yugabyte-db/issues/1267) |
| 39 | +* Support INSERT INTO ... ON CONFLICT clause, |
| 40 | + [#1109](https://github.com/YugaByte/yugabyte-db/issues/1109) |
| 41 | +* Set default prefetch limit to 4096, [#1206](https://github.com/YugaByte/yugabyte-db/issues/1206) |
| 42 | +* Disable logical replication, [#1323](https://github.com/YugaByte/yugabyte-db/issues/1323) |
| 43 | +* Add support for "COMMENT ON" statements, |
| 44 | + [#1332](https://github.com/YugaByte/yugabyte-db/issues/1332) |
| 45 | +* Fix indexes on temporary tables, [#1349](https://github.com/YugaByte/yugabyte-db/issues/1349) |
| 46 | +* Store object ids as unsigned integer in DocDB, |
| 47 | + [#1392](https://github.com/YugaByte/yugabyte-db/issues/1392) |
| 48 | +* Disallow INTERVAL datatype in a primary key or secondary index column, |
| 49 | + [#1397](https://github.com/YugaByte/yugabyte-db/issues/1397) |
| 50 | +* Support CREATE and DROP DOMAIN, [#1310](https://github.com/YugaByte/yugabyte-db/issues/1310) |
| 51 | + |
| 52 | +## YCQL Changes |
| 53 | +* JSON UPSERT: Avoid decoding as int to check for array offset, |
| 54 | + [#1039](https://github.com/YugaByte/yugabyte-db/issues/1039) |
| 55 | +* Set default upper limit for CQL prepared statement cache size, |
| 56 | + [#1406](https://github.com/YugaByte/yugabyte-db/issues/1406) |
| 57 | + |
| 58 | +## Bug Fixes |
| 59 | +* Pass upperbound to intent aware iterator, |
| 60 | + [#1233](https://github.com/YugaByte/yugabyte-db/issues/1233) |
| 61 | +* Fix Snappy detection outside of RocksDB, |
| 62 | + [#1300](https://github.com/YugaByte/yugabyte-db/issues/1300) |
| 63 | +* Added saving Raft group replica superblock after migration, |
| 64 | + [#1403](https://github.com/YugaByte/yugabyte-db/issues/1403) |
| 65 | + |
| 66 | +## System Improvements |
| 67 | +* Implement RPC heartbeats, [#950](https://github.com/YugaByte/yugabyte-db/issues/950) |
| 68 | +* Add master readiness check, [#1076](https://github.com/YugaByte/yugabyte-db/issues/1076) |
| 69 | +* Expose tablet servers page as a JSON |
| 70 | +* Add gflag to turn on per-row consistent paging queries in transactional tabeles, |
| 71 | + [#1311](https://github.com/YugaByte/yugabyte-db/issues/1311) |
| 72 | +* Stop applying writes when RocksDB requires a delay, |
| 73 | + [#1300](https://github.com/YugaByte/yugabyte-db/issues/1300) |
| 74 | +* Make fast WAL recovery the default, [#1370](https://github.com/YugaByte/yugabyte-db/issues/1370) |
| 75 | +* Reduce logging of RpcServerBase::get_current_user() and get_hostname(), |
| 76 | + [#1380](https://github.com/YugaByte/yugabyte-db/issues/1380) |
| 77 | +* Add table of tablet-peer counts by AZ to YB master UI, |
| 78 | + [#1328](https://github.com/YugaByte/yugabyte-db/issues/1328) |
0 commit comments