Skip to content

Commit c59e086

Browse files
author
Jesse Seldess
committed
Draft of 1.0 release notes
1 parent 0e41ecf commit c59e086

File tree

4 files changed

+60
-9
lines changed

4 files changed

+60
-9
lines changed

_data/releases.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
- date: May XX, 2017
2+
version: v1.0
3+
source: true
4+
windows: true
5+
latest: true
16
- date: May 5, 2017
27
version: v1.0-rc.2
38
source: true
49
windows: true
5-
latest: true
610
- date: May 1, 2017
711
version: v1.0-rc.1
812
source: true

_data/sidebar_doc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -495,11 +495,8 @@ entries:
495495
- title: Releases
496496
items:
497497

498-
- title: v1.0-rc.2
499-
url: /v1.0-rc.2.html
500-
501-
- title: Known Limitations
502-
url: /v1.0-known-limitations.html
498+
- title: 1.0
499+
url: /v1.0.html
503500

504501
- title: All Releases
505502
url: /releases.html
@@ -546,3 +543,6 @@ entries:
546543

547544
- title: Go Implementation
548545
url: /go-implementation.html
546+
547+
- title: Known Limitations
548+
url: /known-limitations.html

v1.0-known-limitations.md renamed to known-limitations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: v1.0 Known Limitations
2+
title: Known Limitations
33
summary:
44
toc: false
55
---
66

7-
This page describes limitations we've identified in the v1.0 release and plan to investigate and possibly resolve in a future release.
7+
This page describes limitations we've identified in the [CockroachDB 1.0](v1.0.html) release and plan to investigate and possibly resolve in future releases.
88

99
<div id="toc"></div>
1010

@@ -93,7 +93,7 @@ Queries with constant expressions that evaluate to 2**-63 may be incorrectly rej
9393
pq: ($0, $0) < (1, - 9223372036854775808:::INT): tuples ($0, $0), (1, - 9223372036854775808:::INT) are not comparable at index 2: numeric constant out of int64 range
9494
~~~
9595

96-
## Overload resolutation for collated strings
96+
## Overload resolution for collated strings
9797

9898
Many string operations are not properly overloaded for collated strings, for example:
9999

v1.0.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: What&#39;s New in v1.0
3+
toc: false
4+
summary: Additions and changes in CockroachDB version v1.0
5+
---
6+
7+
## May XX, 2017
8+
9+
Get future release notes emailed to you:
10+
<div class="hubspot-install-form install-form-1 clearfix">
11+
<script>
12+
hbspt.forms.create({
13+
css: '',
14+
cssClass: 'install-form',
15+
portalId: '1753393',
16+
formId: '39686297-81d2-45e7-a73f-55a596a8d5ff',
17+
formInstanceId: 1,
18+
target: '.install-form-1'
19+
});
20+
</script>
21+
</div>
22+
23+
### Downloads
24+
25+
<div id="os-tabs" class="clearfix">
26+
<a href="https://binaries.cockroachdb.com/cockroach-v1.0.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
27+
<a href="https://binaries.cockroachdb.com/cockroach-v1.0.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
28+
<a href="https://binaries.cockroachdb.com/cockroach-v1.0.windows-6.2-amd64.zip"><button id="windows" data-eventcategory="windows-binary-release-notes">Windows</button></a>
29+
<a href="https://binaries.cockroachdb.com/cockroach-v1.0.src.tgz"><button id="source" data-eventcategory="source-release-notes">Source</button></a>
30+
</div>
31+
32+
### General Availability
33+
34+
With this release, CockroachDB graduates from beta to a production-ready cloud-native database designed to power business at any scale from startup to enterprise. Years of development have gone into the capabilities included, from **distributed SQL** workloads with guaranteed ACID semantics, to **multi-active availability** with consistent consensus-based replication, to **simple and flexible deployment** and operations, to enterprise-scale **distributed, incremental backup and restore**.
35+
36+
Read more about these critical product areas in [this blog post](https://www.cockroachlabs.com/blog/cockroachdb-1-0-release/), and then get started:
37+
38+
- Install CockroachDB using the download links above
39+
- [Start a local cluster](demo-data-replication.html) and explore how CockroachDB automatically replicates and distributes data as you scale
40+
- [Build an app](build-an-app-on-cockroachdb.html) on CockroachDB using a PostgreSQL-compatible driver or ORM
41+
- Learn how to deploy a production cluster [manually](manual-deployment.html) or in the [cloud](cloud-deployment.html)
42+
43+
You might also be interested in reviewing [previous beta release notes](releases.html) for insight into the broad range of development efforts that made CockroachDB 1.0 possible.
44+
45+
### Known Limitations
46+
47+
For information about limitations we've identified in CockroachDB 1.0, with suggested workarounds where applicable, see [Known Limitations](known-limitations.html).

0 commit comments

Comments
 (0)