Skip to content

Releases: tikv/pd

pd-server v3.0.13

12 May 08:53
Compare
Choose a tag to compare
bump to 3.0.13

Signed-off-by: qupeng <[email protected]>

pd-server v4.0.0-rc.1

28 Apr 10:48
31dae22
Compare
Choose a tag to compare

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 the scheduler config balance-hot-region-scheduler list command #2321

pd-server v3.1.1

30 Apr 08:57
e639f0b
Compare
Choose a tag to compare
  • Fix the TLS issue about inner HTTP client. #2381
  • Support rate control for removing peer #2379

pd-server v3.1.0

16 Apr 08:28
8b7475c
Compare
Choose a tag to compare

New features

  • Optimize the hot Region scheduling #2342

pd-server v4.0.0-rc

08 Apr 07:01
6f06805
Compare
Choose a tag to compare

New Features

  • Support getting the default PD configuration information through the HTTP API #2258

pd-server v3.1.0-rc

02 Apr 13:54
d26bf96
Compare
Choose a tag to compare

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

18 Mar 12:50
7ebad52
Compare
Choose a tag to compare
  • New features
    • Support persisting the configuration of dynamic updates into hard drives #2153
  • Bugfixes
    • Fix the panic issue that the rule checker fails to allocate Store to Region #2160
    • Fix the issue that after the dynamic configuration is enabled, the configuration might have replication delay when the Leader is switched #2154

pd-server v3.0.12

16 Mar 11:39
84c952a
Compare
Choose a tag to compare

Fix the issue of incorrect Region information caused by data race when PD processes Region heartbeats #2233

pd-server v3.1.0-beta.2

09 Mar 10:56
2e250e8
Compare
Choose a tag to compare
  • Tolerate backslash in the location label name #2084
  • Fix the panic occurred because the rule checker fails to assign stores to Regions #2161

pd-server v4.0.0-beta.1

28 Feb 12:10
f8db500
Compare
Choose a tag to compare
  • 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 and UPTIME 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