jilo/CHANGELOG.md

2.3 KiB

Changelog

All notable changes to this project will be documented in this file.


Unreleased

Added

  • Added 'jitsi_components' table to handle events related to the platform health
  • Added jicofo starting, xmpp registering and started events
  • Added jvb added, removed and lost events
  • Added jvb health-check scheduled and stopped events
  • Added "no operational bridges" and "no bridge available" events
  • Added "jitsi-component" service level events search in jilo-cli
  • Added initial version of jilo-web, PHP web interface to jilo (then moved to own repo)

Changed

Fixed


0.1.1 - 2024-06-18

Added

  • Initial changelog following the keepachangelog.com format
  • Added "silent" option to jilo-cli, suitable for scripting
  • Added time duration and number of participants in conferences listings
  • Added man page
  • Added build resources and scripts for DEB and RPM packages
  • Initial build of the DEB and RPM packages
  • Added DEB repository

Changed

  • Updated the way jilo-cli handles multiple options, added filtering conferences by time period

Fixed

  • Fixed an error in double counting of conferences in jilo-cli

0.1 - 2024-06-12

Added

  • Initial version of jilo and jilo-cli
  • Basic functionality for JVB and Jicofo logs scanning
  • Searching through conferences, participants, events and in time periods
  • Detecting logs rotation and saving last parsed line
  • Support for both SQLite3 and MySQL/MariaDB
  • Minimal external dependencies, using Bash built-in commands as much as possible