This is a maintenance release.
- Xoom Processor (xp.exe) is now truly a stand-alone executable. Previously it expected
nlog.config file to be located next to it.
- Changes in Scheme implementation now enable Xoom to create custom multi-value
Collections with non-standard table names. This functionality is useful in upgrade
scenarios, in particular where the two versions in question are quite far apart and custom
Collections in the old version were created using non-standard tools, typically by
hand-crafted SQL scripts.
- Xoom now correctly handles Scheme deployment with extensive use of
xoom:set special form, such as deployment of all user-defined Properties using
xoom:set in upgrade scenarios. Previously, there were circumstances where false
differences were identified during deployment (although never deployed),
and the deployment was sometimes cut short and had to be done in stages.
- Assignment Collection on the list of excluded Dictionaries (a Service Optimization setting) is
now handled correctly.