title | toc | summary |
---|---|---|
What's New in v1.1.8 |
true |
Additions and changes in CockroachDB version v1.1.8 since version v1.1.7 |
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>
- Fixed potential cluster unavailability after Raft logs grow too large. #24889
ALTER INDEX ... RENAME
can now be used on the primary index. #24779- Fixed "dangling rows" left over by transactions including both a schema change and
ROLLBACK TO SAVEPOINT
. #24888
This release includes 6 merged PRs by 4 authors.