Releases: Softmotions/ejdb
Releases · Softmotions/ejdb
v2.73: .
- Fixed ERR_STREAM_PREMATURE_CLOSE on Node 18 (#346)
- Resolved security issuies with nodejs packages
- ejdb2 json module migrated to iowow
- Upgraded to the stable verion of iwnet lib.
- Updated EJDB2Swift submodule
- Replaced old iowow regexp engine with new (iwre.h) based on https://github.com/jserv/cregex
v2.72
v2.71
- Fixed wrong format of printf like function calls.
- Query placeholders with the same name can be specified multiply times.
- Query placeholders API is supported in projections.
- Removed potential memory leaks in
jql_set_xx
query API (jql.h) - Added BearSSL include files as part of ejdb2 distribution
v2.70
- Network API is now powered by IWNET https://github.com/Softmotions/iwnet
- Correct handling of
vsnprintf
return value. (jbl.c) - Moved
lwre
regexp library intoiowow
project. - Java: Added JSON.clone() method.
- Java: Added JSON ObjectBuilder.move() method.
v2.62
- Fixed incorrect query results on array values (#331)
- Fixed error in parsing FP JSON value (#333)
- Java: com.softmotions.ejdb2.JSON.ValueType.getTypeOf set to be public
- Flutter: Fixed #305
- Java: com.softmotions.ejdb2.JSON typo fixed
- Java: com.softmotions.ejdb2.JSON added Comparable support
- Java: com.softmotions.ejdb2.JSON added better JSON.equals() implementation
v2.61
v2.0.60
v2.0.59
- Added ejdb_put_new_jbn() (ejdb2.h)
- jbs: Default database file name changed from db.jb to ejdb2.db
- Added jbl_from_json_printf_va(), jbn_from_json_printf_va() (jbl.h)
- Project code reformatted using uncrustify
- Updated copyright headers
- Removed dependency on some glibc specific features
- Added jbl_object_copy_to() (ejdb2.h)
- Added new convenient methods (ejdb2.h)
v2.0.58
v2.0.57
- Added new non standard JSON
swap
operation. - bugfix: Incorrect behavior of JSON patch
move
operation. - Added jbs
--trylock
option - jbs server CLI should be able to load access token from file (#219)
- bugfix: Updated to iowow v1.4.10 with fix https://github.com/Softmotions/iowow/issues/35
- enhancement: EJDB2 Java binding improvements.