All pages
Powered by GitBook
1 of 1

Loading...

1.0.0-Beta16

Welcome to Beta 16! This release focuses on web support functionality and contains a number of improvements and bug fixes for HTTP operations, including multi-part file uploads and error handling. It also provides enhancements to Java interoperability, dump template output, and metadata introspection.

Overall, this beta release brings further stability for CFML applications migrating to BoxLang!

Release notes - BoxLang - 1.0.0-Beta16

New Feature

Implement timeout for HTTP requests

Multi-part request support in HTTP

Improvement

Add text-based toString() method for Queries (used in console dumps)

for in Java transformer not mapping source line numbers for start of loop

Make include case insensitive

Enhance metadata visitor to process extends

add fieldNames key to form scope

Auto casting for URI and URL classes to string

Handle bad gateways in HTTP component

Allow for multiple form fields with the same name in HTTP component

autocast InetSocketAddress to string

Bug

Fix for overeager escaping of quantifier sequences in REFind

High order closures creating incorrect AST when parsing

Update DateTime Parsing to handle the Common Javascript Date.toString format

Module settings no longer overriding after deep merge function added

Java interop doesn't find method by argument types when passing null

Can't assign to List due to incorrect validation in referencer

content-type isn't always getting defaulted in some requests

for/in loop over struct should get String keys instead of BL Key instances

showUDFs not cascading down in dump levels

using cfcookie should update cookie scope

Fix argument order for FileUpload

BL-603
BL-604
BL-586
BL-589
BL-590
BL-596
BL-597
BL-599
BL-600
BL-601
BL-602
BL-584
BL-585
BL-587
BL-588
BL-591
BL-592
BL-593
BL-594
BL-595
BL-598
BL-606