githubEdit

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

BL-603arrow-up-right Implement timeout for HTTP requests

BL-604arrow-up-right Multi-part request support in HTTP

Improvement

BL-586arrow-up-right Add text-based toString() method for Queries (used in console dumps)

BL-589arrow-up-right for in Java transformer not mapping source line numbers for start of loop

BL-590arrow-up-right Make include case insensitive

BL-596arrow-up-right Enhance metadata visitor to process extends

BL-597arrow-up-right add fieldNames key to form scope

BL-599arrow-up-right Auto casting for URI and URL classes to string

BL-600arrow-up-right Handle bad gateways in HTTP component

BL-601arrow-up-right Allow for multiple form fields with the same name in HTTP component

BL-602arrow-up-right autocast InetSocketAddress to string

Bug

BL-584arrow-up-right Fix for overeager escaping of quantifier sequences in REFind

BL-585arrow-up-right High order closures creating incorrect AST when parsing

BL-587arrow-up-right Update DateTime Parsing to handle the Common Javascript Date.toString format

BL-588arrow-up-right Module settings no longer overriding after deep merge function added

BL-591arrow-up-right Java interop doesn't find method by argument types when passing null

BL-592arrow-up-right Can't assign to List due to incorrect validation in referencer

BL-593arrow-up-right content-type isn't always getting defaulted in some requests

BL-594arrow-up-right for/in loop over struct should get String keys instead of BL Key instances

BL-595arrow-up-right showUDFs not cascading down in dump levels

BL-598arrow-up-right using cfcookie should update cookie scope

BL-606arrow-up-right Fix argument order for FileUpload

Last updated

Was this helpful?