Skip to content

Commit

Permalink
Remove tarballs & Docker links for v20.1 and below
Browse files Browse the repository at this point in the history
Fixes DOC-11092

Summary of changes:

- Update releases.yml with a new boolean field

- Update releases index page to stop showing downloads for versions <=
  v20.1

- Update individual release pages to remove download links for versions
  <= v20.1

How it works:

When a specific release (or an entire major version's releases) should
be made no longer available for download, add the following k-v pair to
the YAML block for that release:

    is_not_downloadable: true

There is now logic in the Liquid templates that build the main releases
page that checks for this YAML key being set to true.  If it is set to
true, the releases page will no longer display links to:

- Pre-built binary downloads
- Docker tags
- Release tarballs

Instead, the table cells where such artifacts used to appear will now
display the message:

    No longer available for download.
  • Loading branch information
rmloveland committed Nov 4, 2024
1 parent b661800 commit f703a09
Show file tree
Hide file tree
Showing 188 changed files with 230 additions and 2,108 deletions.
190 changes: 189 additions & 1 deletion src/current/_data/releases.yml

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160407.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160407-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160407.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160407.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160407-backwards-incompatible-changes">Backwards-incompatible Changes</h3>

* Any databases using the [`DECIMAL`](https://www.cockroachlabs.com/docs/v1.0/decimal) type will need to be deleted and
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160414.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160414-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160414.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160414.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160414-backwards-incompatible-changes">Backwards-incompatible Changes</h3>

* Any databases using the [`DECIMAL`](https://www.cockroachlabs.com/docs/v1.0/decimal) type will need to be deleted and created from scratch. Columns of this type were encoded incorrectly in older beta releases. (Again! We apologize for the inconvenience.) [#5994](https://github.com/cockroachdb/cockroach/pull/5994)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160421.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160421-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160421.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160421.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160421-upgrade-procedure">Upgrade Procedure</h3>

* This release cannot be run concurrently with older beta releases.
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160428.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160428-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160428.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160428.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160428-backwards-incompatible-changes">Backwards-Incompatible Changes</h3>

* Time zone offsets are no longer shown when querying columns of type
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160505.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160505-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160505.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160505.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160505-new-features">New Features</h3>

* New SQL command `UPSERT` is available. This is syntactically similar
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160512.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160512-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160512.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160512.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160512-upgrade-procedure">Upgrade Procedure</h3>

- This release cannot be run concurrently with older beta releases. Please stop all nodes running older releases before restarting any node with this version.
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160519.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160519-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160519.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160519.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160519-backwards-incompatible-changes">Backwards-Incompatible Changes</h3>

- [`TIMESTAMP`](https://www.cockroachlabs.com/docs/v1.0/timestamp) values are now truncated to microsecond resolution when sent over the network for compatibility with the PostgreSQL protocol. The `format_timestamp_ns(ts)` or `extract(nanosecond from ts)` [functions](https://www.cockroachlabs.com/docs/v1.0/functions-and-operators) can be used to access the full nanosecond precision of a timestamp. The `now()`, `current_timestamp()`, and `statement_timestamp()` functions are truncated to microsecond resolution to avoid confusion when timestamp values are used in unique indexes; the new `current_timestamp_ns()` function can be used to get a non-truncated timestamp. [#6604](https://github.com/cockroachdb/cockroach/pull/6604)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160526.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160526-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160526.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160526.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160526-backwards-incompatible-changes">Backwards-Incompatible Changes</h3>

- Numeric literals containing a decimal point are now treated as type [`DECIMAL`](https://www.cockroachlabs.com/docs/v1.0/decimal) instead of type [`FLOAT`](https://www.cockroachlabs.com/docs/v1.0/float), unless type inference determines that `FLOAT` should be used. In some cases, an explicit `CAST(x AS FLOAT)` may be needed. [#6752](https://github.com/cockroachdb/cockroach/pull/6752)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160602.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160602-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160602.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160602.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160602-new-features">New Features</h3>

- String literals can now be parsed as [`DATE`](https://www.cockroachlabs.com/docs/v1.0/date), [`TIMESTAMP`](https://www.cockroachlabs.com/docs/v1.0/timestamp), [`TIMESTAMPTZ`](https://www.cockroachlabs.com/docs/v1.0/timestamp), or [`INTERVAL`](https://www.cockroachlabs.com/docs/v1.0/interval) without an explicit cast. [#6925](https://github.com/cockroachdb/cockroach/pull/6925)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160609.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160609-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160609.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160609.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160609-new-features">New Features</h3>

- The [`SERIAL`](https://www.cockroachlabs.com/docs/v1.0/serial) column type is now supported as an alias for `INT DEFAULT unique_rowid()`. In CockroachDB, this type defaults to a unique 64-bit signed integer that is the combination of the insert timestamp and the ID of the node executing the insert. It therefore differs from similar types in PostgreSQL and MySQL, which auto-increment integers in an approximate sequence. [#7032](https://github.com/cockroachdb/cockroach/pull/7032)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160616.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160616-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160616.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160616.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160616-deprecation-notice">Deprecation Notice</h3>

- Integers with a leading zero (e.g., `0755`) are currently treated as octal. In a future release, leading zeros will be ignored and the numbers will be treated as decimal. [#7205](https://github.com/cockroachdb/cockroach/pull/7205)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160629.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160629-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160629.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160629.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160629-new-features">New Features</h3>

- A prototype implementation of `JOIN` (non-optimized) is now available. [#7202](https://github.com/cockroachdb/cockroach/pull/7202)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160714.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160714-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160714.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160714.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160714-upgrade-notes">Upgrade Notes</h3>

- This release cannot be run concurrently with older beta releases. Please stop all nodes running older releases before restarting any node with this version.
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160721.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160721-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160721.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160721.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160721-new-features">New Features</h3>

- Metrics are now exported on `/_status/vars` in a format suitable for aggregation by Prometheus. [#7895](https://github.com/cockroachdb/cockroach/pull/7895)
Expand Down
9 changes: 1 addition & 8 deletions src/current/_includes/releases/v1.0/beta-20160728.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160728-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160728.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160728.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160728-new-features">New Features</h3>

- Foreign keys can now reference multiple columns. [#8033](https://github.com/cockroachdb/cockroach/pull/8033)
Expand Down Expand Up @@ -41,4 +34,4 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

This release includes 63 merged PRs by 17 authors. We would like to thank first-time contributor [Rushi Agrawal](https://github.com/cockroachdb/cockroach/pull/7876) from the CockroachDB community.

</div>
</div>
9 changes: 1 addition & 8 deletions src/current/_includes/releases/v1.0/beta-20160829.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160829-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160829.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160829.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160829-general-changes">General Changes</h3>

- CockroachDB now uses Go 1.7. [#8579](https://github.com/cockroachdb/cockroach/pull/8579)
Expand Down Expand Up @@ -82,4 +75,4 @@ This release includes 280 merged PRs by 26 authors. We would like to thank the f
- Dolf Schimmel
- songhao

</div>
</div>
9 changes: 1 addition & 8 deletions src/current/_includes/releases/v1.0/beta-20160908.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160908-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160908.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160908.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160908-general-changes">General Changes</h3>

- CockroachDB has reverted to RocksDB 4.8. [#9118](https://github.com/cockroachdb/cockroach/pull/9118)
Expand Down Expand Up @@ -54,4 +47,4 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

This release includes 180 merged PRs by 17 authors. We would like to thank first-time contributor [Henry Escobar](https://github.com/HenryEscobar) from the CockroachDB community.

</div>
</div>
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20160915.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160915-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160915.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160915.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160915-general-changes">General Changes</h3>

- CockroachDB is now built with Go 1.7.1. [#9288](https://github.com/cockroachdb/cockroach/pull/9288)
Expand Down
9 changes: 1 addition & 8 deletions src/current/_includes/releases/v1.0/beta-20160929.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20160929-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160929.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20160929.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20160929-new-features">New Features</h3>

- The [`--advertise-host`](https://www.cockroachlabs.com/docs/v1.0/start-a-node#flags) flag can now be used to override the address to advertise to other CockroachDB nodes. [#9503](https://github.com/cockroachdb/cockroach/pull/9503)
Expand Down Expand Up @@ -56,4 +49,4 @@ This release includes 78 merged PRs by 19 authors. We would like to thank the fo
- Haines Chan
- Jingguo Yao

</div>
</div>
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20161006.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

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.

<h3 id="beta-20161006-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20161006.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20161006.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20161006-internal-changes">Internal Changes</h3>

- Nodes now periodically compare their configured maximum clock offset and exit fatally if they find another node operating with a different configuration. [#9612](https://github.com/cockroachdb/cockroach/pull/9612)
Expand Down
7 changes: 0 additions & 7 deletions src/current/_includes/releases/v1.0/beta-20161013.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

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.

<h3 id="beta-20161013-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20161013.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20161013.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20161013-backwards-incompatible-changes">Backwards-Incompatible Changes</h3>

- [`TIMESTAMP`](https://www.cockroachlabs.com/docs/v1.0/timestamp) values are now stored with microsecond precision instead of nanoseconds. All nanosecond-related functions have been removed. An existing table `t` with nanosecond timestamps in column `s` can round them to microseconds with `UPDATE t SET s = s + '0s'`. However, note that this could potentially cause uniqueness problems if the timestamp is a primary key. [#8864](https://github.com/cockroachdb/cockroach/pull/8864)
Expand Down
9 changes: 1 addition & 8 deletions src/current/_includes/releases/v1.0/beta-20161027.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

Release Date: {{ include.release_date | date: "%B %-d, %Y" }}

<h3 id="beta-20161027-binaries">Binaries</h3>

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-beta-20161027.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-beta-20161027.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
</div>

<h3 id="beta-20161027-backwards-incompatible-changes">Backwards-Incompatible Changes</h3>

- Functions that return the current time - including `now()` - now return values of type [`TIMESTAMP WITH TIME ZONE`](https://www.cockroachlabs.com/docs/v1.0/timestamp) instead of `TIMESTAMP`, unless called from a context that expects the latter type. [#9618](https://github.com/cockroachdb/cockroach/pull/9618)
Expand Down Expand Up @@ -63,4 +56,4 @@ This release includes 182 merged PRs by 24 authors. We would like to thank the f
- Haines Chan
- songhao

</div>
</div>
Loading

0 comments on commit f703a09

Please sign in to comment.