The release contains the following new features:
- `SR_SUBSCR_EV_ENABLED` notification event (subscriber can be notified about configuration that was copied from startup to running, allows reusing of the code for subscriber callbacks to read startup configuration),
- `sr_plugin_health_check_cb` plugins API for checking whether the plugin/managed application is healthy,
- helpers API: `sr_val_set_string` renamed to `sr_val_set_str_data` & modified, added `sr_val_build_str_data`, `sr_val_build_xpath` and some more helpers,
- added some examples & documentation,
- many bugfixes.