Skip to content

Releases: bmeares/Meerschaum

v0.4.7

27 Oct 17:35
Compare
Choose a tag to compare

Overhaul of the web console, additional bug fixes, and tightened security for the web console. Consult the changelog for further information.

v0.4.4

21 Oct 05:40
Compare
Choose a tag to compare

Version 0,4,4 addresses minor bugs from v0,4,2.

  • Handling the breaking arguments change in PyYAML 6.0
  • Fixed a display bug in the plugins page
  • Tweaked the home page text
  • Removed the included node_modules until xterm.js is fully incorporated.

v0.4.2

11 Oct 07:09
Compare
Choose a tag to compare

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

01 Sep 19:51
Compare
Choose a tag to compare
  • Mostly small bugfixes.
    Docker-compose fixes, params in get_pipe_rowcount(), unique index names for pipes.
  • Added newest flag to pipe.get_sync_time().
    Setting newest=False will return the oldest time instead of the newest.
  • Migrated filter_existing to a member of Pipe.
    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.

v0.3.11

02 Jul 14:36
Compare
Choose a tag to compare

Version 0.3.11 introduces the plugins page on the web interface, as well as other bugfixes and improvements.

Please consult the changelog for further release notes.