Releases: picodata/pike
Releases · picodata/pike
Release list
5.4.0
Added
- Add
post_install_sqltopology hook to run SQL after plugins are installed and enabled
Changed
pre_install_sqlnow fires unconditionally, even without plugins
Fixed
- Make the HTTP probe check infallible. It now returns
falseunless the HTTP status code is 200. #365
5.3.2
Changed
- Replace unmaintained serde_yaml with maintained fork serde_norway (47cab00808)
5.3.1
Fixed
- Fix MacOs compatibility issue due to
procfsusage 552c00cdb
5.3.0
5.2.0
5.1.0
5.0.0
Breaking Changes
- Switch from liquid to minininja to reduce dependency footprint
Changed
- Switch from reqwest to ureq to reduce dependency footprint
- Bumped picodata-plugin to 26.1.2
4.0.2
Changed
- Switch tls in request to native-tls
- Increase timeout on vshard-readiness to 300 seconds
4.0.1
Fixed
- Check cluster readiness using both
/startupand/readyprobes - Improve handling of vshard discovery completion #330
4.0.0
Breaking Changes
- Change API of
pike::cluster::runto consume input parameters instead of referencing them and copying inside e99166e81 - Command
pike runis checking readiness of cluster instances via HTTP probes introduced in Picodata 26.1 #308
Added
- Revival of terminated instances in sequential pike run commands #319
- Add optional waiting of vshard discovery during cluster startup in
pike run#307
Changed
- Bump Picodata version to 26.1.1 in plugin template and CI
- Bump Picotest to 1.9.1 in plugin template