Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-24 | 697 Bytes | |
v3000.2.6 source code.tar.gz | 2024-07-24 | 165.3 MB | |
v3000.2.6 source code.zip | 2024-07-24 | 165.6 MB | |
Totals: 3 Items | 331.0 MB | 0 |
Welcome to ZomboDB v3000.2.6. This is a bugfix release that fixes a query AST transformation problem (issue [#901]) that could lead to incorrect results from (at least) the zdb.tally()
function when the query involves index links.
This release also adds a debugging feature to log the HTTP requests being made to Elasticsearch. Simply set SET zdb.log_level TO 'DEBUG1';
and then execute any ZomboDB query. The Postgres log will contain the request URL and post body (if any) for that request.
What's Changed
- fix issue [#901] by @eeeebbbbrrrr in https://github.com/zombodb/zombodb/pull/902
Full Changelog: https://github.com/zombodb/zombodb/compare/v3000.2.5...v3000.2.6