Releases: claceio/clace
Releases · claceio/clace
Release v0.7.6
Release v0.7.5
Release v0.7.4
Release v0.7.3
Release v0.7.2 - Secrets Management
Release v0.7.1
Added support for automatically idling apps which are not being accessed. Added CORS related headers.
Changelog
- f774465: Added app level config update apis (@akclace)
- 5f63fc8: Added config options and tests (@akclace)
- 5db6df0: Added initial support for CORS properties (@akclace)
- 3ebdd9e: Added initial support for app health checks and idle shutdown (@akclace)
- 977da7e: Added test for CORS and app config updates (@akclace)
- 71f6573: Added tests for container args and container options (@akclace)
- bd49fe2: Changed CORS to use * origin by default (@akclace)
- 20a6cad: Fix app reinit order (@akclace)
- c34efe0: Fix port mapping after container restart (@akclace)
- 96071d0: Updated config access (@akclace)
Release v0.7.0
Added webhook reload APIs and support for container build arguments and runtime options.
Changelog
- 53978cd: Added container tests with docker and podman (disabled on github actions) (@akclace)
- 72a24d6: Added port env value (@akclace)
- bb82944: Added streamlit, image and proxy tests (@akclace)
- 6037be9: Added support for container build args and run options (@akclace)
- 3855e19: Added webhook cli tests (@akclace)
- 7af3562: Added webhook handler for reload APIs (@akclace)
- 46099c0: Added webhook signature auth (@akclace)
- 1a5e306: Added webhook support for reload and promote apis (@akclace)
- 61a2334: Changed pathSpec to pathGlob (@akclace)
- 7b4f5e4: Changed to app level webhooks for later support for globs (@akclace)
- 0f45029: Fix webhook callback path handling (@akclace)
Release v0.6.5
Changelog
- 8173ceb: Add context to error message (@akclace)
- 249410a: Added app url in create output (@akclace)
- 598a37c: Added default output format in config (@akclace)
- 5b402d0: Added path value check (@akclace)
- 05de4af: Disable file generation when there are no html routes (@akclace)
- f2e3c23: Fix auth type display to say default (@akclace)
- 3204cfb: Fix formatting (@akclace)
- 6e19afe: Moved examples to apps repo (@akclace)
- 211ec20: Prevent container restart in dry-run mode (@akclace)
- 33b4ac1: Reduce spacing (@akclace)
- 03c6dca: Removed cli config options, only config file is read (@akclace)
- 2125e7a: Update error message (@akclace)
- af8f233: Update help text (@akclace)
Release v0.6.4
Adds support for containerized apps and creating apps based on app specification.
Changed app management commands to take the app path as the last argument, to standardize across commands.
Release v0.5.1
Changelog
Added support for structured template layout. Updated to go 1.22.2 to address HTTP/2 CONTINUATION Flood.