Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 76d4be5

Browse files
rao-vasireddyschoudhury
authored andcommitted
update version to 1.2.9.0 and add release notes (#95)
* update version to 1.2.9.0 and addd release notes * Update release notes
1 parent 46e2109 commit 76d4be5

File tree

6 files changed

+86
-7
lines changed

6 files changed

+86
-7
lines changed

content/latest/deploy/enterprise-edition/install-admin-console/airgapped.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ wget https://downloads.yugabyte.com/replicated.tar.gz
4141

4242
Get the yugaware binary where the last 4 digits refer to the version of the binary. Change this number as needed.
4343
```sh
44-
$ wget https://downloads.yugabyte.com/yugaware-1.2.5.airgap
44+
$ wget https://downloads.yugabyte.com/yugaware-1.2.6.0.airgap
4545
```
4646

4747
Change to the directory.

content/latest/deploy/public-clouds/aws/manual-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export AZ2_NODES="<ip2> <ip2> ..."
3030
export AZ3_NODES="<ip1> <ip2> ..."
3131

3232
# Version of YugaByte DB you plan to install.
33-
export YB_VERSION=1.2.8.0
33+
export YB_VERSION=1.2.9.0
3434

3535
# Comma separated list of directories available for YB on each node
3636
# In this example, it is just 1. But if you have two then the RHS

content/latest/quick-start/binary/linux-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Python 2.7.10
2121
Download the YugaByte DB CE package as shown below.
2222

2323
```sh
24-
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.2.8.0-linux.tar.gz
24+
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.2.9.0-linux.tar.gz
2525
```
2626

2727
```sh
28-
$ tar xvfz yugabyte-ce-1.2.8.0-linux.tar.gz && cd yugabyte-1.2.8.0/
28+
$ tar xvfz yugabyte-ce-1.2.9.0-linux.tar.gz && cd yugabyte-1.2.9.0/
2929
```
3030

3131
## Configure

content/latest/quick-start/binary/macos-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ c) Make sure that your file limits for kern.maxfiles and kern.maxfilesperproc ar
1919
Download the YugaByte DB CE package as shown below.
2020

2121
```sh
22-
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.2.8.0-darwin.tar.gz
22+
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.2.9.0-darwin.tar.gz
2323
```
2424

2525
```sh
26-
$ tar xvfz yugabyte-ce-1.2.8.0-darwin.tar.gz && cd yugabyte-1.2.8.0/
26+
$ tar xvfz yugabyte-ce-1.2.9.0-darwin.tar.gz && cd yugabyte-1.2.9.0/
2727
```
2828

2929
## Configure

content/latest/releases/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Download YugaByte DB using the table below and then follow the [Quick Start](../
1515

1616
Release | Date | Download Binary | Pull Docker Image
1717
--------|------|-------------------------------|-----------------
18-
[v1.2.8](./v1.2.8) (latest) | May 8, 2019 | [<i class="fab fa-apple"> macOS</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.8.0-darwin.tar.gz), [<i class="fab fa-linux"> Linux</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.8.0-linux.tar.gz) | docker pull yugabytedb/yugabyte:1.2.8.0-b1
18+
[v1.2.9](./v1.2.9) (latest) | May 21, 2019 | [<i class="fab fa-apple"> macOS</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.9.0-darwin.tar.gz), [<i class="fab fa-linux"> Linux</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.9.0-linux.tar.gz) | docker pull yugabytedb/yugabyte:1.2.9.0-b14
19+
[v1.2.8](./v1.2.8) | May 8, 2019 | [<i class="fab fa-apple"> macOS</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.8.0-darwin.tar.gz), [<i class="fab fa-linux"> Linux</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.8.0-linux.tar.gz) | docker pull yugabytedb/yugabyte:1.2.8.0-b1
1920
[v1.2.6](./v1.2.6) | April 26, 2019 | [<i class="fab fa-apple"> macOS</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.6.0-darwin.tar.gz), [<i class="fab fa-linux"> Linux</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.6.0-linux.tar.gz) | docker pull yugabytedb/yugabyte:1.2.6.0-b3
2021
[v1.2.5](./v1.2.5) | April 18, 2019 | [<i class="fab fa-apple"> macOS</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.5.0-darwin.tar.gz), [<i class="fab fa-linux"> Linux</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.5.0-linux.tar.gz) | docker pull yugabytedb/yugabyte:1.2.5.0-b13
2122
[v1.2.4](./v1.2.4) | April 8, 2019 | [<i class="fab fa-apple"> macOS</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.4.0-darwin.tar.gz), [<i class="fab fa-linux"> Linux</i>](https://downloads.yugabyte.com/yugabyte-ce-1.2.4.0-linux.tar.gz) | docker pull yugabytedb/yugabyte:1.2.4.0-b5

content/latest/releases/v1.2.9.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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+
&nbsp; &nbsp; &nbsp; [<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

Comments
 (0)