Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 875 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.11.1]

Fixed

  • Automated process for extracting the version number and using it in K8s OpenAPI pod

[1.11.0]

Added

  • Add github workflow for automatic releases.
  • Add new endpoints for head and tail commands.
  • Add endpoint for the whoami command.

Changed

  • Allow square brackets in user input.
  • /utilities/stat endpoint now uses %f to return file type and permissions in mode field.

Fixed

  • Return the X-Exists header for existing folders in /utilities/mkdir, instead of X-A-Directory.
  • Fix bug on view endpoint. Return normally the files that included error messages.