Tags: Softmotions/ejdb
Tags
. * 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
* 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
* 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
* Fixed some uninitialized data issues with `jbl_clone()` * 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)
* Added new non standard JSON `swap` operation. * bugfix: Incorrect behavior of JSON patch `move` operation. * Added --trylock option to jbs * 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.
PreviousNext