feat(laws,opendata): add local law storage and migrate OpenData persistence to smartdb-backed local storage

This commit is contained in:
2026-04-17 11:51:02 +00:00
parent 79e74a34ed
commit 73801f785a
40 changed files with 8514 additions and 7266 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-17 - 3.6.0 - feat(laws,opendata)
add local law storage and migrate OpenData persistence to smartdb-backed local storage
- introduces a new LawService export with searchable LawRecord persistence for German, EU, and US laws
- replaces OpenData startup dependency on external MongoDB environment configuration with embedded local smartdb bootstrap
- hardens Handelsregister downloads and integration tests with better skip handling and downloaded file detection
- updates build and dependency configuration to newer git.zone and push.rocks packages and switches project metadata to .smartconfig.json
## 2025-11-07 - 3.5.0 - feat(stocks)
Add provider fetch limits, intraday incremental fetch, cache deduplication, and provider safety/warning improvements