Commit 37baacc added a third argument to the initialization call that is part of the public API.
That change is not compatible: IOCs that work fine with R4.0 fail to start using R4.1.
Please add a compatibility init function (using the old argument list) that calls the new init function with a reasonable third argument. Printing a deprecation warning on the iocShell console would also be fine.
IMHO, API-breaking changes need to be well-documented and should be avoided for minor version jumps.
Commit 37baacc added a third argument to the initialization call that is part of the public API.
That change is not compatible: IOCs that work fine with R4.0 fail to start using R4.1.
Please add a compatibility init function (using the old argument list) that calls the new init function with a reasonable third argument. Printing a deprecation warning on the iocShell console would also be fine.
IMHO, API-breaking changes need to be well-documented and should be avoided for minor version jumps.