1.0.0-Beta16
Last updated
Was this helpful?
Last updated
Was this helpful?
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!
Implement timeout for HTTP requests
Multi-part request support in HTTP
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
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