Releases: bmeares/Meerschaum
Releases Β· bmeares/Meerschaum
v0.4.7
v0.4.4
v0.4.2
Version 0.4.2 closes out the 0.3.x series by bringing some much-needed improvements, including Python 3.10 compatibility. Most of the changes include housekeeping, such as bumping dependencies as well as improvements to the virtual environments system. Additionally, features such as the registration page filled in the gaps of the remaining work left in the 0.3.x series.
The 0.4.x releases will focus on incorporating my findings from my master's thesis into Meerschaum, starting with the verify
action. At this rate, version 1.0 might even be ready by early 2022.
v0.3.19
- Mostly small bugfixes.
Docker-compose fixes,params
inget_pipe_rowcount()
, unique index names for pipes. - Added
newest
flag topipe.get_sync_time()
.
Settingnewest=False
will return the oldest time instead of the newest. - Migrated
filter_existing
to a member ofPipe
.
Although the current implementation for APIConnectors offloads filtering to the SQLConnector, soon filtering will take place locally to save bandwidth. - Updated Docker base image.
Bumped base image from Python 3.7 on Debian Buster Slim to Python 3.9 on Debian Bullseye Slim. Also removed ARM images for the sake of passing builds and reducing build times (e.g. DuckDB fails to compile with QEMU). - Improved DuckDB support.
sql:memory
is now the default in-memory DuckDB instance.