Releases: tikv/pd
Releases · tikv/pd
pd-server v3.0.13
bump to 3.0.13 Signed-off-by: qupeng <[email protected]>
pd-server v4.0.0-rc.1
New Features
- Remove
config manager
to let other components control their component configurations #2349
Bug Fixes
- Fix the issue that some APIs might fail in the TLS validation #2363
- Fix the issue that the configuration API cannot accept a configuration item with a prefix #2354
- Fix the issue that the
500
error is returned when the scheduler is not found #2328 - Fix the issue that the
404
error is returned for thescheduler config balance-hot-region-scheduler list
command #2321
pd-server v3.1.1
pd-server v3.1.0
New features
- Optimize the hot Region scheduling #2342
pd-server v4.0.0-rc
New Features
- Support getting the default PD configuration information through the HTTP API #2258
pd-server v3.1.0-rc
New Features
- Support scheduling learner using
shuffle-region-scheduler
#2235 - Add commands in pd-ctl to configure Placement Rules #2306
Bug Fixes
- Fix the issue of incorrect Region information caused by data race when PD processes Region heartbeats #2234
- Fix the issue that
random-merge-scheduler
fails to follow location labels and Placement Rules #2212 - Fix the issue that the placement rule is overwritten by another placement rule with the same startKey and endKey #2222
- Fix the issue that the version number of API is inconsistent with that of PD server #2192
pd-server v4.0.0-beta.2
- New features
- Support persisting the configuration of dynamic updates into hard drives #2153
- Bugfixes
pd-server v3.0.12
Fix the issue of incorrect Region information caused by data race when PD processes Region heartbeats #2233
pd-server v3.1.0-beta.2
pd-server v4.0.0-beta.1
- Compatibility Changes
- Optimize the HTTP API to make it compatible with the configuration manager #2080
- New Features
- Support accessing to the distribution of hotspots in the cluster through Dashboard UI #2086
- Support capturing and displaying
START_TIME
andUPTIME
of cluster components #2116 - Add the information of deployment path and component version in the returned message of the
member
API #2130 - Add the
component
sub-command in pd-ctl to modify and check the configuration of other components (experimental) #2092