-
Notifications
You must be signed in to change notification settings - Fork 466
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
DOC-6403 v23.1.0-alpha.2 release notes #16245
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Files changed:
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Huge RN, wow!
- Add the `log_timezone` session variable, which is read-only and always `UTC`. [#94123][#94123] | ||
- Added Two new virtual tables `crdb_internal.index_spans` and `.table_spans`, which list the logical keyspace used by each index/table. [#93644][#93644] | ||
- The following new statements are introduced: | ||
- `SHOW RANGES FROM CURRENT_CATALOG` and `SHOW RANGES` without a parameter: functions as an alias for `SHOW RANGES FROM DATABASE` on the session's current database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's no docs for this stuff to even link to at this point?
seems unfortunate.
Co-authored-by: Michael Trestman <[email protected]>
Co-authored-by: Michael Trestman <[email protected]>
Co-authored-by: Michael Trestman <[email protected]>
Co-authored-by: Michael Trestman <[email protected]>
Co-authored-by: Michael Trestman <[email protected]>
Co-authored-by: Michael Trestman <[email protected]>
Addresses: DOC-6403
Process Feedback
release_notes.py
into human-readable form, even before any copy review, including my own. Specifically:11
release notes. This represents release notes that arrived ready for users to read them. It means:Previously, certain GRANT or REVOKE commands on a user which does not exist would error with the correct PG code. This is now fixed. [#94677][#94677]
No docs needed
, and/or:No release note required
crdb_internal
namespace (tables? schemas? built-in functions?) is "public-internal" and which is "CRDB-internal"? I left all, can never tell intent with these.Epic: None
andCRDB-12345
link) is not expected byrelease_notes.py
, and as such is not parsed / stripped / anything, but instead dumped raw. More manual deletions.Our CTE docs should be updated with the following changes:
) is similarly unexpected, and also dumped raw. Instructions to docs should be in Jira. More manual deletions.Informs: https://github.com/cockroachdb/cockroach/issues/XXXXX
. More manual deletions.Changes without release note annotation
Policy: if no release note annotation, no release note. Deleted all.Staging
v23.1.md