1.0.0-Beta17
October 4th, 2024
Last updated
Was this helpful?
October 4th, 2024
Last updated
Was this helpful?
In this release, we've introduced the exciting addition of websockets support to BoxLang through the powerful module. This enhancement is not limited to our Runtime but also extends to our runtime, creating a more dynamic and efficient framework for real-time communication. For an in-depth introduction to these features, please visit our community post .
Additionally, we've implemented several new features and improvements. We've also improved the system startup process by adding version and build date information to the MiniServer startup output (). Lastly, we've addressed session management by ensuring that application settings are readily accessible during the onSessionEnd
event (). This release encapsulates our ongoing commitment to providing robust, cutting-edge solutions for developers and reaching stable release in the coming weeks.
MiniServer WebSocket handler
Add version/build date to output of Miniserver startup
onSessionEnd needs application settings made available
Remove debugmode capture on miniserver, delegate to the core runtime.
Timeouts (connection, idle) for datasources needs to be in seconds and not in milliseconds to adhere to cfconfig
BoxLang resolvers do not allow class paths to have `-` in them.