Developer Preview 6
Pre-release
Pre-release
obiltschnig
released this
11 Oct 13:35
·
795 commits
to main
since this release
- upgraded POCO to release 1.7.6
- make JS/Core, JS/Net, JS/Data and JS/Bridge build on Windows (including VS project files)
- allow specifying a script memory limit through the osp.js.memoryLimit bundle property (also for JavaScript Servlets and Server Pages)
- fixed memory usage issues in JavaScript
- improved script stopping behavior (fix a race condition introduced in 0.5.0)
- OSP: added BundleContext::listBundles() and BundleLoader::listBundles() overloads accepting a BundleFilter; BundleRepository: add installBundle() overloads that take a bundle repository path.
- various minor fixes