Releases: akarazhev/metacfg4j
Releases · akarazhev/metacfg4j
Fixed security vulnerability
Updated license info, made small refactoring
This release contains:
- License info;
- Small refactoring.
Attaching of items and log vulnerability
This release contains:
- Fixed attaching of the item on the clean data base;
- Fixed log vulnerability.
Update attributes
This release contains:
- Fixes to update an attribute structure;
- Fixed a bug with getting attributes.
Update properties
This release contains:
- Fixes to update a sub-properties structure;
- Fixed a bug with getting properties.
Update a sub-properties structure
This release contains:
- fixes to update a sub-properties structure.
Set a default fetch size.
This release contains:
- fetch size = 100.
Creation of a config without properties
This release contains:
- Implemented a method to remove properties by a path.
Creation of a config without properties
This release contains:
- Possibility of creation a config without properties;
- Removed old code.
Pagination and sorting
This release contains:
- Implementation of pagination and sorting;