1.0.0-Beta3
June 28, 2024
New Features
BL-256 Implement query cache ability
queryExecute(
"SELECT * FROM developers WHERE role = ?",
[ "Developer" ],
{ cache: true }
);queryExecute(
"SELECT * FROM developers WHERE role = ?",
[ "Developer" ],
{ cache: true, cacheProvider : "redis" }
);Metadata
Interacting With The Cache
BL-261 coerce java SAMs from BoxLang function interfaces
BL-281 AsyncService support for Virtual Thread Executors (create/manage)
BL-284 Bifs for module info: getModuleList() getModuleInfo( module )

BL-285 Dumping of Java Classes now includes a dump of the `toString()` value to visualize values better

BL-289 New dump template for BL Functions

BL-292 Allow the createDynamicProxy bif to support the request class loader so it can load classes from loaded libraries in the application.bx, runtime and more.
createDynamicProxy bif to support the request class loader so it can load classes from loaded libraries in the application.bx, runtime and more.BL-298 New Script Binaries for bxCFTranspiler, bxCompiler, bxFeatureAudit tools in the distribution bin folder
bxCFTranspiler, bxCompiler, bxFeatureAudit tools in the distribution bin folder
Improvements
Bug
Last updated
Was this helpful?
