Skip to content

v0.5.13

Compare
Choose a tag to compare
@bmeares bmeares released this 08 Mar 15:27
· 271 commits to main since this release
7d1b3d5
  • Key negation when selecting pipes.
    Prefix connector, metric, or location with _ to select pipes that do NOT have that key.
  • Added the setup plugins command.
    Run the command setup plugins followed by a list of plugins to execute their setup() functions.
  • Renamed pipes' keys methods function.
    The function meerschaum.utils.get_pipes.methods() is renamed to meerschaum.utils.get_pipes.fetch_pipes_keys().
  • Improved stability for DuckDB.
  • Bumped depdenencies.
    DuckDB, FastAPI, and Uvicorn have been updated to their latest stable versions.