Skip to content

Commit f1aa5cf

Browse files
chore(release): release 0.5.9
1 parent 841e49e commit f1aa5cf

3 files changed

Lines changed: 42 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.8"
2+
".": "0.5.9"
33
}

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.9](https://github.com/twohreichel/PiSovereign/compare/v0.5.8...v0.5.9) (2026-04-11)
9+
10+
11+
### Features
12+
13+
* add Linux server installation script with auto-updates and security hardening ([295a8ca](https://github.com/twohreichel/PiSovereign/commit/295a8cab4f8975ca4fb6e164b1933315c8947688))
14+
* add visualization endpoint for knowledge graph ([04c677f](https://github.com/twohreichel/PiSovereign/commit/04c677f4ba0e54a1cdceeeeb61ca41a8b321eec7))
15+
* **api:** add REST endpoints for snippet CRUD and resolution ([97b9b02](https://github.com/twohreichel/PiSovereign/commit/97b9b02d03069cf85ba70da4bc2b20fbab9b3631))
16+
* **application:** add SnippetPort and SnippetService ([51f66b2](https://github.com/twohreichel/PiSovereign/commit/51f66b256b24dfc8c4a2a622018858b77147c04f))
17+
* **domain:** add Snippet entity and SnippetId value object ([ed3498d](https://github.com/twohreichel/PiSovereign/commit/ed3498d3bc248a98685c954276db58e2910678e2))
18+
* implement shared embedding retrieval for memory and knowledge graph services ([96f44e5](https://github.com/twohreichel/PiSovereign/commit/96f44e5efcf6db38109c578f1bbe9a9b497f4ee6))
19+
* **infrastructure:** add snippets migration and PgSnippetStore ([8edafb0](https://github.com/twohreichel/PiSovereign/commit/8edafb0caf36ad160e5a1b0cb5c64cedf0e0cabf))
20+
* **web:** add Snippets page and /snippet chat trigger ([dfd87ed](https://github.com/twohreichel/PiSovereign/commit/dfd87ed2a71ac5a3cf8486c2d90967b816c93f5a))
21+
22+
23+
### Bug Fixes
24+
25+
* address review feedback — SSH key check, fail2ban consistency, git stash, kptr_restrict docs ([ecd4e8b](https://github.com/twohreichel/PiSovereign/commit/ecd4e8bb5cce799333816647e28e2a5b6dd7d028))
26+
* correct Docker container security caps for runtime compatibility ([30de25d](https://github.com/twohreichel/PiSovereign/commit/30de25dc36096df6e79563e54b5939f3db51000d))
27+
* resolve broken intra-doc links and missing bench field ([9edfcad](https://github.com/twohreichel/PiSovereign/commit/9edfcadbc9eb370d383a61b73c54dded672c3811))
28+
* resolve ESLint errors in dream mode page ([b701ce8](https://github.com/twohreichel/PiSovereign/commit/b701ce8bc6374b36f090c508714eb1726df79d33))
29+
* **tests:** align indentation for snippet_service in test configurations ([6469f21](https://github.com/twohreichel/PiSovereign/commit/6469f21f8a3a22c91d198aa0e13c29dee46d4d3b))
30+
* update default Ollama models for initialization script and configuration ([49e7385](https://github.com/twohreichel/PiSovereign/commit/49e7385a66b3009a4c028794c7367f582cc2d62f))
31+
* update package versions in Cargo.lock for js-sys, rustls-webpki, wasm-bindgen, and related dependencies ([40752fb](https://github.com/twohreichel/PiSovereign/commit/40752fbbd7fc26c37b0c84bed6afe34aa0f5f7e1))
32+
33+
34+
### Performance Improvements
35+
36+
* harden Docker containers and optimize Dockerfile ([c017160](https://github.com/twohreichel/PiSovereign/commit/c017160377750a53727c869ec16c793e0c3ceab9))
37+
* minimize dependency feature flags and add release profile ([690841b](https://github.com/twohreichel/PiSovereign/commit/690841b23599fdd98adc47a087c8d24576bea1fb))
38+
* optimize concurrency primitives and eliminate hot-path clones ([255d7ce](https://github.com/twohreichel/PiSovereign/commit/255d7ce01db1c846d1218aa4a0ccf2f1d2e2c53f))
39+
* optimize Docker image for smaller runtime size ([c33f743](https://github.com/twohreichel/PiSovereign/commit/c33f743a02b430b40e1dd4e03c3ad5ce043c701a))
40+
* remove 30+ unused dependencies across workspace ([0bbd57d](https://github.com/twohreichel/PiSovereign/commit/0bbd57d9c433bff2db510c4770033e4c7ecd08b3))
41+
42+
43+
### Documentation
44+
45+
* add snippet feature documentation ([0437cd4](https://github.com/twohreichel/PiSovereign/commit/0437cd4b5fbbd026d4dbfce9c337bc0deabd0869))
46+
* rewrite migration strategy documentation ([8fd5689](https://github.com/twohreichel/PiSovereign/commit/8fd56895934e973d2bb6630c01ee31e9584a05ab))
47+
848
## [0.5.8](https://github.com/twohreichel/PiSovereign/compare/v0.5.7...v0.5.8) (2026-04-09)
949

1050

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ members = [
2323
]
2424

2525
[workspace.package]
26-
version = "0.5.8"
26+
version = "0.5.9"
2727
edition = "2024"
2828
authors = ["Andreas Reichel"]
2929
license = "MIT"

0 commit comments

Comments
 (0)