Releases: ArkForgeLabs/Astra
Releases · ArkForgeLabs/Astra
v0.33.1 - installer scripts
Bug Fixes
- fix for runtime selection from user, adding the function(Select-Runtime) call to handle the selection - (46e7215)
- fix for windows: avoid colon variable parse error in PowerShell Write… (#110) - (ef92a92)
- windows updates being broken - (4ac2e23)
- don't use global variable
resultin middleware docs (#109) - (094a308)
Refactoring
- moved from luals to emmylua for language server. Added install scripts for different platforms - (6878e0c)
New Contributors
- @sweet-nes5 made their first contribution in #110
Full Changelog: v0.33.0...v0.33.1
v0.33.0 - teal fixes and check not enabled by default anymore
Features
- added cache to workflows - (79d3e84)
Refactoring
- Teal now do not check by default. Moved
--teal-compile-checksto--check-teal-code- (f595e8e)
Full Changelog: v0.32.4...v0.33.0
v0.32.4 - multipart binary fix
Bug Fixes
- HTTP Multipart not saving binary zip archives correctly - (026bb8c)
Full Changelog: v0.32.3...v0.32.4
v0.32.3 - TaskHandler type fix
v0.32.2 - Further fixes and features for graceful shutdown
Bug Fixes
- obtaining the function for quit before the signal returning Nil for Teal slow loading - (ee3afd9)
- task keeps hanging the system on termination signal - (1fef66a)
Features
- Database connections now automatically closed on program closing - (5b5b528)
Full Changelog: v0.32.1...v0.32.2
v0.32.1 - windows fix for the sigterm
0.32.1 - 2025-10-17
Bug Fixes
- windows fix for the sigterm - (7979824)
Full Changelog: v0.32.0...v0.32.1
v0.32.0 - Astra graceful shutdown
0.32.0 - 2025-10-17
Bug Fixes
- bugs with HTTP not shutting down properly - (5504a5f)
Documentation
- added documentation for shutdown code - (b84e540)
Features
- shutdown or termination code accessible from Lua for graceful shutdown - (9d4876f)
Refactoring
- broken down the commands into smaller chunks - (6a60282)
Full Changelog: v0.31.0...v0.32.0
v0.31.0 - server multipart expanded
0.31.0 - 2025-10-14
Features
- HTTP Server multipart now have fields that can be read - (23d58eb)
- added some examples for the multipart - (0791394)
Full Changelog: v0.30.1...v0.31.0
v0.30.1 - minor fixes
0.30.1 - 2025-10-14
Bug Fixes
Features
- added table validation to teal by @khushmmehta - (5882db4)
- updated Teal source - (c9f2ae3)
Refactoring
- removed nullability from some return types of HTTP in teal - (f709d83)
- better errors for json - (134829d)
Full Changelog: v0.30.0...v0.30.1
v0.30.0 - HTTP server and client update
0.30.0 - 2025-10-04
Bug Fixes
- teal code runs now fine with teal check disabled - (2dbff33)
Documentation
- updated http server and client docs - (4d4eae8)
Features
- http client now has streaming capabilities - (28fec06)
- http servers now got ability to be shut down - (66e5b7e)
Refactoring
- clean up http client path - (f4edf81)
- revamped the HTTP Request module for better user experience - (909953e)
Full Changelog: v0.29.3...v0.30.0