Skip to content

Tags: liang0/cockroach

Tags

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#32318 from bdarnell/backport-disable-t…

…imebound

backport-2.1: batcheval: Disable time-bound iterators in KV commands

v2.2.0-alpha.20181119

Toggle v2.2.0-alpha.20181119's commit message
Merge cockroachdb#32211

32211: batcheval: Work around time-bound iterator bug in RefreshRange r=benesch a=bdarnell

Updates cockroachdb#28358
Fixes cockroachdb#31823

Release note (bug fix): Fix long stalls that can occur in contended
transactions.

Co-authored-by: Ben Darnell <ben@bendarnell.com>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#31841 from nvanbenschoten/backport2.1-…

…31837

release-2.1: closedts: bump kv.closed_timestamp.target_duration default

v2.1.0-rc.2

Toggle v2.1.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#31841 from nvanbenschoten/backport2.1-…

…31837

release-2.1: closedts: bump kv.closed_timestamp.target_duration default

v2.1.0-rc.1

Toggle v2.1.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#31520 from benesch/backport2.1-31516

release-2.1: c-deps: bump CryptoPP to avoid SIGTRAP on macOS

v2.1.0-beta.20181015

Toggle v2.1.0-beta.20181015's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#31091 from solongordon/backport2.1-30216

release-2.1: distsql: eagerly evaluate constant expressions

v2.1.0-beta.20181008

Toggle v2.1.0-beta.20181008's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#30808 from a-robinson/backport2.1-30747

release-2.1: cli: Mark zone command deprecated so it doesn't show up in help text

v2.1.0-beta.20181001

Toggle v2.1.0-beta.20181001's commit message
rpc,server: authenticate all gRPC methods

Previously only the roachpb.Batch RPC was correctly checking for an
authenticated user. All other RPCs were open to the public, even when
the server was running in secure mode.

To prevent future accidents of this kind, hoist the authentication check
to a gRPC interceptor that is guaranteed to run before all RPCs.

Release note (bug fix): A security vulnerability in which data could be
leaked from or tampered with in a cluster in secure mode has been fixed.

Release note: None

v2.0.6

Toggle v2.0.6's commit message
rpc,server: authenticate all gRPC methods

Previously only the roachpb.Batch RPC was correctly checking for an
authenticated user. All other RPCs were open to the public, even when
the server was running in secure mode.

To prevent future accidents of this kind, hoist the authentication check
to a gRPC interceptor that is guaranteed to run before all RPCs.

Release note (bug fix): A security vulnerability in which data could be
leaked from or tampered with in a cluster in secure mode has been fixed.

Release note: None

v1.1.9

Toggle v1.1.9's commit message
teamcity-publish-artifacts: push to unstable docker image