|
| 1 | +--- |
| 2 | +title: What'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