API Changes
- Add method to unread all Java objects Configuration.unread_all_objects().
- Add log message to commit methods.
- Add method get_updated_dbs()
returning names of uncommitted database files.
- C++: remove obsolete enter_loop parameter from subscribe() and reset_subscription()
methods; remove check_notification() method.
- C++: add parameter to unread implementation objects by Configuration::unread_all_objects()
method.
- Add set_commit_credentials() method to pass them to OKS server.
Bug Fixes
Fix problem with parallel access to the config
actions.
Improvements
There is minor improvement allowing to get rid of one unnecessary
search operation when new template DAL object is created (see patch 4146).