Skip to content

v0.1.0-dev.1227

Choose a tag to compare

@nurulhudaapon nurulhudaapon released this 12 Jun 19:40
· 25 commits to main since this release
0081f17

This is a developer preview of Ziex; some features are still works in progress.
Update or install the Ziex CLI using the following scripts.

Installation

Linux/macOS
curl -fsSL https://ziex.dev/install | bash
Windows
powershell -c "irm ziex.dev/install.ps1 | iex"

Changelog

v0.1.0-dev.1227

Features

  • feat: gracefull shutdown setup e83e299
  • feat: introduce feature flag and make zx.Db.Sqlite opt-in df4a427

Fixes

  • fix(ide): vscode syntax improvements b64c741
  • fix: make zls custom build runner work b3a4654
  • fix: resolve memory leak in file read d43a1d9
  • fix(cli): windows signal 41617a8
  • fix(cli): windows sigint e26884d
  • fix: make introspect run on host native 67030ca
  • fix(cli): export writing data directory ca15077
  • fix: missing allocator attr 0081f17

Documentation

  • docs: rm abs links bf699c8
  • docs: add generator of bench from gh ci run 6a6ee9a
  • docs: rm build time from bench 6fed623
  • docs: sync bench to latest d59cda8
  • docs: update bench endpoint 5c19f05
  • docs: sync benchmark a374b65
  • docs: fix missing allocator 145618d

Miscellaneous

  • chore: mv httpz dep to forked ebdfa89
  • chore: sync templates 51118f4
  • ci: rm dioxus from ci run b984318
  • ci: disable deploying to pi 14f74aa
  • ci: run no process in self hosted runner dbf8f3b
  • bench: fix dioxus docker build 58195a5
  • ci: add missing runs-on 4476349
  • bench: update dioxus dockerfile to be more cachable 5e1c734
  • bench: make bench run quicker 1ac4e21
  • ci: attempt fixing docker cache 2359e1f
  • refactor: rm secondary zx module to satisfy zls 7ce595d
  • ci: restore old bench config where caching works 9b4a444
  • refactor: use std.Io.Duration for caching a90d8a2
  • refactor: cleanup stub files 109cb93
  • refactor: rm zx.app usage in favour of "app" module 4ef298e
  • refactor: rm zx.app in favor of "app" module bd2aaf0
  • ci: bench - build framework in job matrix 261f67d
  • refactor: use std.Io.Duration where make sense instead of raw int f91aaa3
  • bench: rm csv-to-zon logic from sh a649afb
  • perf: use zx cli from path when available 3b6fe38
  • chore: attempt mem leak cleanup 21e043f
  • bench: update bench endpoint cb73950
  • bench: make bench/ziex cli build debug for faster build 8ad918a
  • chore: fix ziex bench build dd9fad1
  • ci: disable docker build summary ca9e660
  • ci(bench): leptos build err 44b4eb5
  • bench: pin time/cookie leptos 0d730ee
  • bench: cargo leptos install latest 1a7e3b4
  • chore: add syncbench step e22b3c1
  • ci(bench): increase bench reqs 617dbf8
  • perf: fix mem leak and shutdown 9699610
  • perf: handle more wrong allocator usage 1b80e4c
  • test: fix component with missing allocator 950dfa7

Contributors