> For the complete documentation index, see [llms.txt](https://boxlang.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boxlang.ortusbooks.com/readme/release-history/beta-stage/1.0.0-beta12.md).

# 1.0.0-Beta12

### New Features

* [BL-438](https://ortussolutions.atlassian.net/browse/BL-438) - Zip Components, Utility and incorporating BIFS
* [BL-487](https://ortussolutions.atlassian.net/browse/BL-487) - Implement `pagePoolClear()`
* [BL-491](https://ortussolutions.atlassian.net/browse/BL-491) - Add the ability to configure the CF transpiler
* [BL-490](https://ortussolutions.atlassian.net/browse/BL-490) - Transpiler doesn't handle attributeCollection
* [BL-438](https://ortussolutions.atlassian.net/browse/BL-438) - Zip Components, Utility and incorporating BIFS

### Improvements

* [BL-486](https://ortussolutions.atlassian.net/browse/BL-486) - Compiler thread safety
* [BL-485](https://ortussolutions.atlassian.net/browse/BL-485) - Implements SystemCacheClear()
* [BL-483](https://ortussolutions.atlassian.net/browse/BL-483) - Allow "object" passed to throw to be a struct representation of an exception
* [BL-480](https://ortussolutions.atlassian.net/browse/BL-480) - Added all missing boxlang types to `BoxLangType` class
* [BL-479](https://ortussolutions.atlassian.net/browse/BL-479) - Address parser performance by limiting operator reserved words
* [BL-478](https://ortussolutions.atlassian.net/browse/BL-478) - Change template parsers to use SLL prediction mode
* [BL-477](https://ortussolutions.atlassian.net/browse/BL-477) - Improve parsing performance by only calculating lines of code on error
* [BL-474](https://ortussolutions.atlassian.net/browse/BL-474) - Add ValueRequiresOneOf Validator

### Bugs

* [BL-484](https://ortussolutions.atlassian.net/browse/BL-484) - Lock expects timeout to be minimum of 1
* [BL-481](https://ortussolutions.atlassian.net/browse/BL-481) - numeric literals with leading zeros are confused with octal values in java source
* [BL-482](https://ortussolutions.atlassian.net/browse/BL-482) - getApplicationMetadata() fails before application listener is defined
* [BL-476](https://ortussolutions.atlassian.net/browse/BL-476) - AST string values incorrectly unescaped outside of cfoutput
* [BL-475](https://ortussolutions.atlassian.net/browse/BL-475) - Pretty printer incorrect for default case ending tag


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
