When ConfiguredBindings is instantiated with "add" as optional constructor argument, bindings are created from the global and the "add" section, with the latter overwriting the defaults (here: the named string binding) and inheriting whatever it does not define explicitely (here: the monitoring binding).
⚠️ Warning
This is a BC break as the ini sections where previously used as namespace import statements (this was undocumented, but still!). This has been changed to a syntax more resembling PHP:
Example
When ConfiguredBindings is instantiated with "add" as optional constructor argument, bindings are created from the global and the "add" section, with the latter overwriting the defaults (here: the named string binding) and inheriting whatever it does not define explicitely (here: the monitoring binding).
⚠️ Warning
This is a BC break as the ini sections where previously used as namespace import statements (this was undocumented, but still!). This has been changed to a syntax more resembling PHP:
Therefore the next release would be 2.0.0