-
released this
2026-03-01 18:29:57 +00:00 | 107 commits to main since this releaseBug Fixes
- http request table style working now without headers - (a7893e2)
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.45.0...v0.45.1
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
2 downloads
-
released this
2026-02-28 22:23:20 +00:00 | 109 commits to main since this releaseFeatures
- #130 - added support for checking if current script is the original script that was ran - (926a811)
- added sleep function to datetime - (fcbecac)
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.44.0...v0.45.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
3 downloads
-
released this
2026-02-22 19:08:52 +00:00 | 112 commits to main since this releaseRefactoring
- removed pprintln as it was unnecessary and broke a lot of things - (6cdad66)
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.43.0...v0.44.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads
-
released this
2026-02-21 22:07:45 +00:00 | 114 commits to main since this releaseBug 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
jinja2totemplates- (2b94613) - markdown support - (14fa6ed)
- databases now automatically close at the end of the script - (67ef842)
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.42.0...v0.43.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
v0.42.0 - Quality of Life Stable
released this
2026-02-16 08:58:11 +00:00 | 123 commits to main since this releaseFeatures
- (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
- @Mira5121804 made their first contribution in https://github.com/ArkForgeLabs/Astra/pull/149
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.41.0...v0.42.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads
-
v0.41.0 - structs Stable
released this
2026-02-08 12:07:22 +00:00 | 133 commits to main since this releaseWhat's Changed
- Structs by @ElhamAryanpur in https://github.com/ArkForgeLabs/Astra/pull/142 inspired by https://github.com/if-not-nil/soup
Bug Fixes
Refactoring
- removed the prebuild docs from here. added docs build and - (783995c)
- upload to releases - (783995c)
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.40.1...v0.41.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2026-01-19 12:16:52 +00:00 | 137 commits to main since this releaseBug Fixes
- docs CI failing when one dependency fails - (e0de397)
Documentation
- fix builds and moved to mdbook 0.5 - (3526309)
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.40.0...v0.40.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads
-
v0.40.0 - SQLite extensions Stable
released this
2026-01-19 09:00:46 +00:00 | 144 commits to main since this releaseWhat's Changed
Bug Fixes
- the datetime_new was exposed to global - (f7a336a)
Features
Refactoring
- omit the use of vectors in pprint - (b4a1d85)
- wrong link there by @if-not-nil in https://github.com/ArkForgeLabs/Astra/pull/134
- Update middleware documentation by @0riginaln0 in https://github.com/ArkForgeLabs/Astra/pull/136
New Contributors
- @Usielrivas made their first contribution in https://github.com/ArkForgeLabs/Astra/pull/138
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.39.3...v0.40.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
released this
2025-12-28 18:11:42 +00:00 | 154 commits to main since this releaseFeatures
Full Changelog: https://github.com/ArkForgeLabs/Astra/compare/v0.39.2...v0.39.3
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
6 downloads
-
Source code (ZIP)
-
v0.39.2 - HTML Forms Stable
released this
2025-12-27 22:45:48 +00:00 | 157 commits to main since this releaseBug Fixes
- CI now saves cache properly - (8c1bc1b)
- Add newline in
astra exportcli 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: https://github.com/ArkForgeLabs/Astra/compare/v0.39.1...v0.39.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads