title | toc | summary | redirect_from |
---|---|---|---|
What's New in beta-20160728 |
true |
Additions and changes in CockroachDB version beta-20160728. |
/beta-20160728.html |
Get future release notes emailed to you:
<script>
hbspt.forms.create({
css: '',
cssClass: 'install-form',
portalId: '1753393',
formId: '39686297-81d2-45e7-a73f-55a596a8d5ff',
formInstanceId: 1,
target: '.install-form-1'
});
</script>
- Foreign keys can now reference multiple columns. #8033
- The
dump
command can now be run by any user withSELECT
privilege on the table. #7974 INTEGER
andDECIMAL
types can now be mixed in arithmetic expressions without casts. #7756- The
--join
flag can now be specified multiple times, as an alternative to specifying a comma-separated list. #7876
- Range leases are now preserved across splits, fixing a source of inconsistent reads. #7955
- Fixed a panic when single-statement transactions were aborted after an automatic retry. #8010
- Parsing of time zone offsets is now more lenient, improving compatibility with JDBC drivers. #7929
- Unbounded columns are now allowed in empty column families. #7969
- The target columns of
INSERT
andUPDATE
statements are now required to be given in unqualified form. #7911 - Fixed a potential deadlock in the gossip subsystem and SQL leases. #8011, #8019
- Snapshots are now sent prior to the Raft configuration change, minimizing the window of reduced availability. #7833
- Added docs on the
cockroach dump
command. #472 - Updated Recommended Production Settings to clarify how CockroachDB allocates file descriptors when the limit is under the recommended amount. #480
- SQL statements, data types, and data definition topics are now available at-a-glance in the sidebar. #483
This release includes 63 merged PRs by 17 authors. We would like to thank first-time contributor Rushi Agrawal from the CockroachDB community.