Skip to content

Releases: avidal/fastlike

v0.5.1

20 Jan 18:02

Choose a tag to compare

Added

  • Support for xqd_compute_runtime_get_heap_mib (f1f121e)
  • ERL: automatically create counters if they don't exist (82f865f)
  • Sandbox ID, backend pool settings, and send_informational_response (ef6c1ae)
  • Support for trailers_ready flag for body trailer getters (b4caba1)
  • xqd_erl_check_rate implementation (01f4f30)
  • Support for manual framing headers (606050a)

Changed

  • Update wasmtime dependency (2017031, a2025ae)
  • Consistent Fastlike casing throughout the project (d2ae027)
  • Renamed "Compute@Edge" to "Compute" throughout documentation and code (9caabcb, fabd18c)
  • xqd_*_header_values_set: clear existing values (d515930)
  • xqd_{dictionary,store}_open: return XqdErrNone when the store doesn't exist (91cfcb2)
  • xqd_async_io_select: use reflect.Select instead of spawning goroutines (dc58d52)
  • Sync error code values with Viceroy (e91454f)

Fixed

  • KV Store: xqd_kv_store_insert_wait should return proper errors (5713b8d)
  • Fix Vary rule (b877593)
  • Apply TLS settings to backend connections (f5b1060)
  • KV list config: fix mask bits and offsets to match the WITX file (b48b5d6)
  • xqd_body_write: can't front-write on streaming bodies (4a920e3)
  • Fix remaining KVStore issues (56c6a5c)
  • Handle IDs should be 1-based (cc1c219)
  • Compatibility fixes (3f9c818)

v0.5.0

28 Oct 13:13

Choose a tag to compare

[0.5.0] - 2025-10-28

Added

Changed

  • Improved README.md with better documentation (9424434, c7f44fe, 4878036, 2e98d14, 90a1a0c, daf0bab)
  • Updated wasmtime-go to 0.26.1 (687fac4)
  • Reorganized specs into a new directory (1d4d9f0)
  • Refactored options and instance properties with logger implementation (9147c4c)
  • Updated wasmtime (bb8adb4)
  • Upgraded GitHub actions (cae00cf, 678cbc7)
  • Updated rust spec implementation to latest fastly crate (149b8c4)
  • Updated wasmtime-go to version 0.21 and rust toolchain (c7cda2b)
  • Renamed cargo config file (a502bf2)
  • Carry downstream request context into each created request handle (6f8a9b6)
  • wasm32-wasi renamed to wasm32-wasip1 (273d367, d3326c4, ec71a7b, 792c640)
  • Added AUTHORS file and updated LICENSE header (59d0a30)
  • Use stable rust toolchain instead of specific version (20a9b6f)
  • Updated example wasm to latest fastly dependencies (2f6b321)
  • Reworked CLI flags and removed fastly-cli specific bits (e55a627)
  • Updated ABI that has been split into multiple modules (d8bf268)
  • Store the HTTP version (e3a8f25)

Fixed