-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for v1.2-alpha.20171113 #2148
Conversation
- Add release notes file - Update _config.yml - Update _data/releases.yml
Of my changes, the only one that needs a note is "sql: prefer hard limit" (which is also in 1.1.x): "improved memory usage for certain queries that use limits at multiple levels". |
Commits I need help with. If any are noteworthy, please include a comment with a brief summary (1-2 sentences) as well as its category.
|
build change: Fix compilation on the 64-bit ARM architecture. sql change/backwards-incompatible change: redefine NaN comparisons to be compatible with PostgreSQL. NaN is now equal to itself and sorts before all other non-NULL values. |
Bug fix: Fix range splitting to work when the first row of a range is larger than half the configured range size. #19339 Bug fix: Remove a spammy log message that would get repeated a lot when a cluster is unbalanced, such as just after a new node joins. #19491 |
Build change: NodeJS 6+ and Yarn 1.0+ are now required to build CockroachDB. (All the rest of my commits do not have release notes.) |
LGTM (no release notes for my commit in the undocumented list) Review status: 0 of 3 files reviewed at latest revision, all discussions resolved, some commit checks failed. Comments from Reviewable |
bug fix: Using DELETE without WHERE and RETURNING inside bug fix: SQL comparisons using the ANY/SOME/ALL operators work properly again with sub-queries and cast expressions. #19801 bug fix: The SQL CLI shell ( |
Bug fix: Silence an overly verbose log message. #19504 Performance: Trim the wire size of various RPCs. #18930 Review status: 0 of 3 files reviewed at latest revision, all discussions resolved, some commit checks pending. Comments from Reviewable |
No release notes for the two commits of mine in the undocumented list. |
Bug fix: large, distributed queries that overflow onto disk do not error out anymore. #19689 |
Thanks to everyone who's gotten me notes so far. @danhhz, @jordanlewis, @tschottdorf, @dt, @LEGO, @andreimatei, @mjibson, @arjunravinarayan, @mrtracy, @spencerkimball, @justinj, @vivekmenezes, still need help from you all. |
@jseldess no release notes for my commits. |
No release notes for my commits. |
Bug fix: an improperly typed subquery used with |
nothing for mine (i wrote the new release note annotation in the PR descriptions, but somehow that didn't it to the merge commits, hmm...) |
From me:
There's also the additions of |
Enterprise: add a placeholder during long-running BACKUP and IMPORT jobs to protect against accidentally using it by concurrent operations. cockroachdb/cockroach#19713 cockroachdb/cockroach#19738 |
cockroachdb/cockroach#19591: (bug fix) Avoid occasional crashes when the server is shut down during startup. |
Bug fix: be more resilient to S3 quota limits by retrying some operations during backup/restore/import (cockroachdb/cockroach#19556) The others don't need a release note. |
1a93b33
to
7a0eca8
Compare
e9e99f2
to
12ad833
Compare
Updated to remove the source tarball link from the release note page itself, too. Merging once the build finishes; expecting precisely the failures that are fixed in #2149. |
_config.yml
_data/releases.yml