This release contains two major changes to be aware of, first the orientdb-gremlin as been upgraded to the last public release of gremlin, as well the agent has been trimmed of dependencies so it has a way smaller jar, at following the list of changes in this release.
Changes
Core
- Add a specific executor, for all the io operations
- Make sure to use the context executor for all background ops
- Fix automatically remove null links on write of embedded ridbags, issue #9767
- Make sure to use the plugin class loader to load the plugin class
- Avoid repeated distributed database shutdowns
- Fix race in registering installing database to guard against concurrent installs
- Upgraded dependencies
- Minor fix on embedded storage reload
- Increased separation of schema logic for remote and embedded cases
Remote
- Corrected edge iteration in remote after commit, with relative test case issue #9805
Gremlin
- Upgraded to the last release of gremlin libraries
Agent
- Removed not needed dependencies, to reduce the agent bundle size