Skip to content

Releases: claceio/clace

Release v0.6.4

23 May 00:29
66f5c43
Compare
Choose a tag to compare

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

04 Apr 17:32
3a3ef5c
Compare
Choose a tag to compare

Changelog

Added support for structured template layout. Updated to go 1.22.2 to address HTTP/2 CONTINUATION Flood.

Other

Release v0.5.0

27 Mar 19:52
e694460
Compare
Choose a tag to compare

Changelog

Added support for OAuth based authentication

Other

Release v0.4.6

20 Mar 17:48
65bfbef
Compare
Choose a tag to compare

Changelog

Fix issues with reload in dev mode.

Other

Release v0.4.5

15 Mar 00:45
e5cd6c2
Compare
Choose a tag to compare

Changelog

Added plain text response format option. Added profiling option and some performance fixes.

$  wrk -c 50 -t 50 -d 10 --latency http://localhost:25222/perf
Running 10s test @ http://localhost:25222/perf
  50 threads and 50 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     1.12ms    2.54ms  47.96ms   91.85%
    Req/Sec     2.78k   661.90    31.89k    82.64%
  Latency Distribution
     50%  295.00us
     75%  731.00us
     90%    2.91ms
     99%   12.99ms
  1384223 requests in 10.10s, 167.65MB read
Requests/sec: 137063.33
Transfer/sec:     16.60MB

Other

Release v0.4.4

29 Feb 22:18
fb2cfb0
Compare
Choose a tag to compare

Changelog

Release v0.4.3

25 Feb 18:21
4e9cc71
Compare
Choose a tag to compare

Changelog

Added fs plugin for filesystem operations 89e7022

Release v0.4.1

18 Feb 01:02
4cde305
Compare
Choose a tag to compare

Changelog

Added version listing and switching support.
Added transaction support for store plugin.
Added resource leak detection support for plugin apis.

Other

Release v0.4.0 : Added data persistence to sqlite and support for accounts

02 Feb 18:22
8fd9a5c
Compare
Choose a tag to compare

Added data persistence to sqlite. The store.in plugin provides support for using sqlite (and later postgres)for persisting data. A document store interface is used, to keep the api portable across databases.

Support for linking plugins to account information is added. The store.in plugin has a default config which can be overridden in the toml config.

Release v0.3.0 - Added staged deployment and preview support

04 Jan 22:28
a54d9ae
Compare
Choose a tag to compare

Changelog

Added support for staged deployments, see https://clace.io/docs/applications/lifecycle/#staging-apps.
Added support for preview app creation, see https://clace.io/docs/applications/lifecycle/#preview-apps.
Added support for brotli compression for app files in database.
Added HTTP early hints support.