# 1.0.0-Beta17

In this release, we've introduced the exciting addition of websockets support to BoxLang through the powerful [SocketBox](https://forgebox.io/view/socketbox) module. This enhancement is not limited to our [CommandBox](/getting-started/running-boxlang/commandbox.md) Runtime but also extends to our [MiniServer](/getting-started/running-boxlang/miniserver.md) 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 [here](https://community.ortussolutions.com/t/introducing-socketbox-a-new-websocket-library/10381/4).

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 ([BL-607](https://ortussolutions.atlassian.net/browse/BL-607)). Lastly, we've addressed session management by ensuring that application settings are readily accessible during the `onSessionEnd` event ([BL-610](https://ortussolutions.atlassian.net/browse/BL-610)). This release encapsulates our ongoing commitment to providing robust, cutting-edge solutions for developers and reaching stable release in the coming weeks.

## New Features

[BL-605](https://ortussolutions.atlassian.net/browse/BL-605) MiniServer WebSocket handler

## Improvement

[BL-607](https://ortussolutions.atlassian.net/browse/BL-607) Add version/build date to output of Miniserver startup

[BL-610](https://ortussolutions.atlassian.net/browse/BL-610) onSessionEnd needs application settings made available

[BL-611](https://ortussolutions.atlassian.net/browse/BL-611) Remove debugmode capture on miniserver, delegate to the core runtime.

## Bugs

[BL-608](https://ortussolutions.atlassian.net/browse/BL-608) Timeouts (connection, idle) for datasources needs to be in seconds and not in milliseconds to adhere to cfconfig

[BL-609](https://ortussolutions.atlassian.net/browse/BL-609) BoxLang resolvers do not allow class paths to have \`-\` in them.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boxlang.ortusbooks.com/readme/release-history/beta-stage/1.0.0-beta17.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
