Skip to content

Releases: ArkForgeLabs/Astra

v0.33.1 - installer scripts

31 Oct 08:29

Choose a tag to compare

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 result in middleware docs (#109) - (094a308)

Refactoring

  • moved from luals to emmylua for language server. Added install scripts for different platforms - (6878e0c)

New Contributors

Full Changelog: v0.33.0...v0.33.1

v0.33.0 - teal fixes and check not enabled by default anymore

29 Oct 16:56

Choose a tag to compare

Features

  • added cache to workflows - (79d3e84)

Refactoring

  • Teal now do not check by default. Moved --teal-compile-checks to --check-teal-code - (f595e8e)

Full Changelog: v0.32.4...v0.33.0

v0.32.4 - multipart binary fix

20 Oct 18:56

Choose a tag to compare

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

19 Oct 16:41

Choose a tag to compare

Bug Fixes

  • Abort needing itself for task handler - (8f99419)

Full Changelog: v0.32.2...v0.32.3

v0.32.2 - Further fixes and features for graceful shutdown

18 Oct 12:31

Choose a tag to compare

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

17 Oct 16:14

Choose a tag to compare

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

17 Oct 07:50

Choose a tag to compare

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

14 Oct 22:43

Choose a tag to compare

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

14 Oct 15:59

Choose a tag to compare

0.30.1 - 2025-10-14

Bug Fixes

  • typo change from abord to abort - (18c631c)
  • astra path in config files being messed up - (54a14ca)

Features

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

04 Oct 19:56
2bc9ef7

Choose a tag to compare

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