Releases: picodata/pike
Releases · picodata/pike
2.0.2
2.0.1
2.0.0
Breaking Changes
- Move to
25.1.1
Picodata version, renameconfig.yaml
topicodata.yaml
(90468b1) - Plugin pack command now saves the plugin archive in
release/debug
folder (36b20b3) - Change
topology.toml
format:tiers
renamed totier
,instances
renamed toreplicasets
. Add new sectionplugin
. (678f1c1)
Added
- Implement
plugin add
command for workspaces (789c966) - Support working with multiple plugins and custom assets (98f7ac8)
- Expose
PicodataInstance
object (3bd6962) - Run Pike without a plugin directory (2138e00)
- Add hints when running Pike in the wrong folder (d7785a1)
- Pass topology as a structure in library function (f9478c3)
- Add
--plugin-path
parameter torun/stop/pack/build
commands (403ae68)
Changed
- Set the latest version for Cargo resolver in template (09cde0a)
- Clean plugin folder from trash in workspaces (67ed7f7)
- Update Rust version (568b75c)
- Improve
run
command behavior: - Improve
Ctrl+C
handling for proper shutdown (701be74) - Enhance error handling during instance stop (d233a74)
- Forward output from
picodata admin
inconfig apply
command (05bae13)
Fixed
2.0.0-rc2
2.0.0-rc1
- chore: update MAINTENANCE guide - bump liquid from 0.26.9 to 0.26.10 (#44) - build(deps): build(deps): bump clap from 4.5.26 to 4.5.27 (#43) - test: add wait for child pike run command - feat: add separated process for guaranteed kill childs - build(deps): bump log from 0.4.22 to 0.4.25 (#38) - build(deps): bump serde_json from 1.0.135 to 1.0.137 (#37) - build(deps): bump serde_json from 1.0.134 to 1.0.135 - build(deps): bump clap from 4.5.23 to 4.5.26 (#31) - build(deps): bump serde from 1.0.216 to 1.0.217 (#30) - fix: selecting build version in plugin pack cmd - feat: move build rs into pike without refactoring - feat: add cargo build command - build(deps): Bump serde_json from 1.0.133 to 1.0.134 - change template dependency on pike from local to git - add test example in plugin template - add ability to use pike as lib - add ability to change target dir - make migrations is unnecessary - build(deps): Bump anyhow from 1.0.94 to 1.0.95 (#21) - 12: correct grammar - 12: move temp test files to subdirectory - 12: BREAKING: remove short aliases for some cli arguments - 12: make code perfect - 12: add ci - master: fix links