Skip to content

Releases: ArkForgeLabs/Astra

v0.44.0 - removal of pprintln

22 Feb 19:09

Choose a tag to compare

Refactoring

  • removed pprintln as it was unnecessary and broke a lot of things - (6cdad66)

Full Changelog: v0.43.0...v0.44.0

v0.43.0 - lots of new features

21 Feb 22:11

Choose a tag to compare

Bug Fixes

  • use clang instead of gcc for linux builds (for rustls) - (9573fe0)
  • pprint and pprintln now printing tables correctly - (8f4e60a)

Features

  • add -e flag to execute code from command line by @Mira5121804 - (2f687e7)
  • add optional headers to static_dir and static_file routes by @Mira5121804 (#146) - (1712149)
  • [breaking] moved jinja2 to templates - (2b94613)
  • markdown support - (14fa6ed)
  • databases now automatically close at the end of the script - (67ef842)

Full Changelog: v0.42.0...v0.43.0

v0.42.0 - Quality of Life

16 Feb 08:58

Choose a tag to compare

Features

  • (http) return raw binary for Lua table byte arrays in route responses - (88f743f)
  • added Lua 5.5 support - (0dd6718)
  • added pprintln function, as an auto line breaking version of pprint - (0dd6718)
  • Datetime Quality of Life (#150) - (b385b91)

Miscellaneous Chores

  • updated all dependencies - (0dd6718)

Refactoring

  • removed the docs from uploading on release - (9b092fb)

New Contributors

Full Changelog: v0.41.0...v0.42.0

v0.41.0 - structs

08 Feb 12:08

Choose a tag to compare

What's Changed

Bug Fixes

Refactoring

  • removed the prebuild docs from here. added docs build and - (783995c)
  • upload to releases - (783995c)

Full Changelog: v0.40.1...v0.41.0

v0.40.1 - docs and linux builds fix

19 Jan 12:21

Choose a tag to compare

Bug Fixes

  • docs CI failing when one dependency fails - (e0de397)

Documentation

  • fix builds and moved to mdbook 0.5 - (3526309)

Full Changelog: v0.40.0...v0.40.1

v0.40.0 - SQLite extensions

19 Jan 09:01

Choose a tag to compare

What's Changed

Bug Fixes

  • the datetime_new was exposed to global - (f7a336a)

Features

Refactoring

  • omit the use of vectors in pprint - (b4a1d85)

New Contributors

Full Changelog: v0.39.3...v0.40.0

v0.39.3 - UUID and more Redirects

28 Dec 18:12

Choose a tag to compare

Features

Full Changelog: v0.39.2...v0.39.3

v0.39.2 - HTML Forms

27 Dec 22:46

Choose a tag to compare

Bug Fixes

  • CI now saves cache properly - (8c1bc1b)
  • Add newline in astra export cli output (#133) - (5f47bf2)
  • type definitions for http.lua was restored what was lost - (bfac6d6)

Features

  • added correct self requirement for HTTPResponse - (5543ce4)
  • HTTP servers can now accept normal forms - (274d1ba)

Full Changelog: v0.39.1...v0.39.2

v0.39.1 - bug fixes

19 Dec 06:09

Choose a tag to compare

  • DB Pragma Query now returns proper lua nil when NULL value - (86fa86e)
  • imports the .init files correctly now - (36f33db)

Refactoring

  • removed windows ARM builds as its not supported with vendoring yet - (455a544)

Full Changelog: v0.39.0...v0.39.1

v0.39.0 - DB PRAGMA queries

18 Dec 17:43

Choose a tag to compare

Features

Full Changelog: v0.38.0...v0.39.0