Releases: DeltaRule/DeltaDatabase
Releases · DeltaRule/DeltaDatabase
Release list
Changing to just schema types
What's Changed
- Add GitHub Actions workflow to auto-deploy Kustomize stack after each build by @Copilot in #26
- [WIP] Update PVC configuration to use local-path instead of nfs by @Copilot in #27
- feat: switch shared PVC to SeaweedFS (ReadWriteMany) with auto-install in CI by @Copilot in #28
- fix: upgrade Helm to v3.15.0 to resolve
fromTomlnot defined in SeaweedFS chart by @Copilot in #29 - [WIP] Fix PersistentVolumeClaim storage class in deployment script by @Copilot in #30
- fix: detect SeaweedFS via Helm release, not StorageClass by @Copilot in #31
- Add global Caddy reverse proxy to k3d Kubernetes deployment by @Copilot in #32
- [WIP] Fix Kubernetes deployment action stuck issue by @Copilot in #33
- fix(deploy): change Caddy proxy ports to avoid port 8080 conflict by @Copilot in #34
- feat: schema IS the database — collapse database_name into schema_id by @Copilot in #35
Full Changelog: v0.1.1-alpha...v.0.1.2-alpha
Alpha release
What's Changed
- docs: fix frontend.md discoverability and move Usage before Development in nav by @Copilot in #21
- Switch Docker image tags to Python-style qualifier-first format (
latest-main,v0.1.1-alpha-proc) by @Copilot in #22 - feat: configurable max payload size for gRPC and REST by @Copilot in #23
- Fix auth docs and chat example to reflect static API key model; add OpenAPI spec by @Copilot in #24
- Add DELETE /entity/{database}?key={entityKey} endpoint by @Copilot in #25
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
Super Early Alpha Release
v0.1.0-alpha Merge pull request #20 from DeltaRule/copilot/update-documentation-au…