Skip to content

Ansible-ready release: v1.0.5

Choose a tag to compare

@alexander-haller alexander-haller released this 01 Jul 18:05
· 567 commits to main since this release
a1381fa

This update replaces support for .yaml configuration file with .yml. elAPI can now be run without any arguments. This update should be fully compatible with elAPI Ansible deployment at URZ.

[1.0.5] - 2023-12-07

Added

  • elAPI can be run without error when run with no arguments. I.e., running elapi will show the default help message.
  • New version command.
  • Formatter APIs (including base API BaseFormat) now supports multiple conventional names for formats. E.g., yaml and yml conventions for YAMLFormat.

Fixed

  • Fix timeout issue (#7)

Changed

  • Change default export file extension from .yaml to .yml to align with eLabFTW convention
  • Change generate-invoice's default bill-teams information format from YAML to JSON