@@ -46,19 +60,3 @@ summary: Additions and changes in CockroachDB version beta-20160915.
### Contributors
This release includes 66 merged PRs by 17 authors.
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
diff --git a/beta-20160929.md b/beta-20160929.md
index 1c621b3f2bb..f960bb317a1 100644
--- a/beta-20160929.md
+++ b/beta-20160929.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20160929.
## Sep 29, 2016
+Get future release notes emailed to you:
+
@@ -57,19 +71,3 @@ This release includes 78 merged PRs by 19 authors. We would like to thank the fo
- Haines Chan
- Jingguo Yao
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20161006.md b/beta-20161006.md
index f5d1ba25c02..c63fcdb41fb 100644
--- a/beta-20161006.md
+++ b/beta-20161006.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20161006.
## Oct 6, 2016
+Get future release notes emailed to you:
+
+
+
+
There aren't many user-visible changes in this week's release - an artifact of our recent stability efforts, which funneled user-visible changes to a secondary development branch. Our concerted stability effort is nearing its end, and we are preparing to include these features in next week's release.
### Binaries
@@ -29,20 +43,3 @@ There aren't many user-visible changes in this week's release - an artifact of o
- [Strict Serializability (Linearizability)](https://github.com/cockroachdb/cockroach/blob/master/docs/design.md#strict-serializability-linearizability) [#9644](https://github.com/cockroachdb/cockroach/pull/9644)
- [Node and Cluster Metrics](https://github.com/cockroachdb/cockroach/blob/master/docs/design.md#node-and-cluster-metrics) [#9647](https://github.com/cockroachdb/cockroach/pull/9647)
- [SQL](https://github.com/cockroachdb/cockroach/blob/master/docs/design.md#sql) [#9651](https://github.com/cockroachdb/cockroach/pull/9651)
-
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20161013.md b/beta-20161013.md
index 39800420f4e..b85e8bfa898 100644
--- a/beta-20161013.md
+++ b/beta-20161013.md
@@ -8,6 +8,20 @@ summary: Additions and changes in CockroachDB version beta-20161013.
This week's release includes many user-visible changes and features that have been in development since our [stability-focused "code yellow"](https://www.cockroachlabs.com/blog/cant-run-100-node-cockroachdb-cluster/) started back in August. When we entered "code yellow", all work unrelated to stability was done in a secondary development environment. Since then, we've made great progress, and so have moved many of these new features back into our main development environment.
+Get future release notes emailed to you:
+
+
+
+
### Binaries
@@ -122,19 +136,3 @@ thank the following contributors from the CockroachDB community, especially firs
- Daniel Theophanes
- Yan Long
- songhao
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20161027.md b/beta-20161027.md
index c74e934bf96..be32627854b 100644
--- a/beta-20161027.md
+++ b/beta-20161027.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20161027.
## Oct 27, 2016
+Get future release notes emailed to you:
+
+
+
+
### Binaries
@@ -64,19 +78,3 @@ This release includes 182 merged PRs by 24 authors. We would like to thank the f
- Haines Chan
- songhao
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20161103.md b/beta-20161103.md
index e49382f0bc0..9596b7ba28d 100644
--- a/beta-20161103.md
+++ b/beta-20161103.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20161103.
## Nov 3, 2016
+Get future release notes emailed to you:
+
+
+
+
### Binaries
@@ -68,19 +82,3 @@ This release includes 68 merged PRs by 24 authors. We would like to thank the fo
- MaBo
- Yan Long
- songhao
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20161110.md b/beta-20161110.md
index ec74a7b4fb8..cd60c2a344d 100644
--- a/beta-20161110.md
+++ b/beta-20161110.md
@@ -11,63 +11,6 @@ feedback: false
Data corruption has been observed when upgrading to this release from prior versions, so it has been withdrawn.
{{site.data.alerts.end}}
-### Upgrade Notes
-
-Due to changes in the on-disk format of internal range leases, this release cannot be run concurrently with any prior release. All servers running older versions must be stopped before starting any node with this version. [#10420](https://github.com/cockroachdb/cockroach/pull/10420)
-
-We realize that "stop the world" upgrades are overly interruptive and are actively working on infrastructure improvements to drastically reduce the need for such upgrades in the future.
-
-### SQL Language Changes
-
-- Adding a [`FOREIGN KEY`](foreign-key.html) constraint now automatically creates any necessary index. [#9572](https://github.com/cockroachdb/cockroach/pull/9572)
-- The `pg_catalog.pg_roles`, `pg_catalog.pg_description`, and `pg_catalog.pg_settings` tables are now supported. [#10377](https://github.com/cockroachdb/cockroach/pull/10377) [#10381](https://github.com/cockroachdb/cockroach/pull/10381) [#10293](https://github.com/cockroachdb/cockroach/pull/10293)
-- New [functions](functions-and-operators.html) `from_ip()` and `to_ip()` convert between binary and textual IP address formats. [#10349](https://github.com/cockroachdb/cockroach/pull/10349)
-- Tuple types can now be returned by queries. [#10380](https://github.com/cockroachdb/cockroach/pull/10380)
-
-### Command-Line Interface Changes
-
-- `cockroach debug compact` now always rewrites all data, allowing it to pick up configuration changes. [#10532](https://github.com/cockroachdb/cockroach/pull/10532)
-
-### Performance Improvements
-
-- Adding new replicas is now prioritized over removing dead ones. [#10492](https://github.com/cockroachdb/cockroach/pull/10492)
-- Replicating ranges on to a new node is now more reliably performed back-to-back. [#10440](https://github.com/cockroachdb/cockroach/pull/10440)
-- Raft log truncation is now aware of pending snapshots. [#10482](https://github.com/cockroachdb/cockroach/pull/10482)
-- Replica garbage collection is now triggered more reliably by replication changes. [#10500](https://github.com/cockroachdb/cockroach/pull/10500)
-- Old replicas that are blocking other operations are now prioritized for garbage collection. [#10426](https://github.com/cockroachdb/cockroach/pull/10426)
-- Small clusters now run their replica scanners more frequently by default. [#10433](https://github.com/cockroachdb/cockroach/pull/10433)
-- Reduced contention in the command queue for multi-range operations. [#10470](https://github.com/cockroachdb/cockroach/pull/10470)
-- Operations that have already expired are no longer added to the command queue. [#10487](https://github.com/cockroachdb/cockroach/pull/10487)
-- Reduced allocations for SQL row data. [#10534](https://github.com/cockroachdb/cockroach/pull/10534)
-
-### Bug Fixes
-
-- A node that is stopped and restarted quickly can no longer produce inconsistent results. [#10420](https://github.com/cockroachdb/cockroach/pull/10420)
-- Replication snapshots now release their resources earlier, preventing deadlocks. [#10491](https://github.com/cockroachdb/cockroach/pull/10491)
-- Fixed a bug with time series garbage collection when the time series data spans multiple ranges. [#10400](https://github.com/cockroachdb/cockroach/pull/10400)
-- Fixed a bug with very large [`DECIMAL`](decimal.html) values or very small fractions. [#10446](https://github.com/cockroachdb/cockroach/pull/10446)
-- The `pow()` [function](functions-and-operators.html) now returns an error when its arguments are too large. [#10525](https://github.com/cockroachdb/cockroach/pull/10525)
-- Fixed a crash when the number of placeholders in a query doesn't match the number of arguments. [#10474](https://github.com/cockroachdb/cockroach/pull/10474)
-- Improved error handling when a SQL [transaction](transactions.html) exceeds an internal deadline. [#9906](https://github.com/cockroachdb/cockroach/pull/9906)
-- Fixed a panic in raft leadership transfers. [#10530](https://github.com/cockroachdb/cockroach/pull/10530)
-- Fixed a leak in [`CREATE TABLE AS`](create-table-as.html) and [`CREATE VIEW`](create-view.html). [#10527](https://github.com/cockroachdb/cockroach/pull/10527)
-
-### Doc Updates
-
-- Expanded the [cloud deployment](cloud-deployment.html) tutorials to cover secure clusters:
- - [GCE](deploy-cockroachdb-on-google-cloud-platform.html)
- - [AWS](deploy-cockroachdb-on-aws.html)
- - [Digital Ocean](deploy-cockroachdb-on-digital-ocean.html)
-
-### Contributors
-
-This release includes 64 merged PRs by 21 authors. We would like to thank the following contributors from the CockroachDB community, including first-time contributor Nathan Johnson.
-
-- Nathan Johnson
-- songhao
-
-### Stay Up-to-Date
-
Get future release notes emailed to you:
->>>>>>> constraint pages
diff --git a/beta-20161201.md b/beta-20161201.md
index 5820d488552..73226ef9c38 100644
--- a/beta-20161201.md
+++ b/beta-20161201.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20161201.
## Dec 1, 2016
+Get future release notes emailed to you:
+
+
+
+
### Binaries
@@ -148,19 +162,3 @@ This release includes 292 merged PRs by 30 authors. We would like to thank the f
- Nathan Johnson
- songhao
- yznming
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20161208.md b/beta-20161208.md
index b04ac964e0e..18e20cca5f6 100644
--- a/beta-20161208.md
+++ b/beta-20161208.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20161208.
## Dec 8, 2016
+Get future release notes emailed to you:
+
+
+
+
### Binaries
@@ -61,19 +75,3 @@ This release includes 101 merged PRs by 19 authors. We would like to thank the f
- songhao
- yznming
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20161215.md b/beta-20161215.md
index 12ec9bcacb3..af77deed65b 100644
--- a/beta-20161215.md
+++ b/beta-20161215.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20161215.
## Dec 15, 2016
+Get future release notes emailed to you:
+
+
+
+
### Binaries
@@ -49,19 +63,3 @@ summary: Additions and changes in CockroachDB version beta-20161215.
### Contributors
This release includes 62 merged PRs by 18 authors.
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/beta-20170105.md b/beta-20170105.md
index 735e1c51124..82f0433e18f 100644
--- a/beta-20170105.md
+++ b/beta-20170105.md
@@ -6,6 +6,20 @@ summary: Additions and changes in CockroachDB version beta-20170105.
## Jan 5, 2017
+Get future release notes emailed to you:
+
+
+
+
### Binaries
@@ -89,19 +103,3 @@ Raft traffic to that node is suspended until it becomes responsive again. [#1263
This release includes 122 merged PRs by 25 authors. We would like to thank the following contributors from the CockroachDB community:
- Haines Chan
-
-### Stay Up-to-Date
-
-Get future release notes emailed to you:
-
-
-
diff --git a/install-cockroachdb.md b/install-cockroachdb.md
index 78c906087df..fd5a3b5be8c 100644
--- a/install-cockroachdb.md
+++ b/install-cockroachdb.md
@@ -108,7 +108,7 @@ $(document).ready(function(){
- Keep up-to-date with software releases and usage best practices:
+ Get future release notes emailed to you: