Releases: crisp-oss/githttp-fs
Releases · crisp-oss/githttp-fs
Release list
githttp-fs v1.5.1
- Add
file_name_starts_withoption to file listing route.
githttp-fs v1.5.0
- Add changed files reporting in commits history routes.
githttp-fs v1.4.0
- Add file and directory count statistics route.
githttp-fs v1.3.0
- Add
include_hidden_filesoption to file listing route. - Add per-file seek overrides to batch file read route.
githttp-fs v1.2.0
- Implement
seek_options in the read file route, to filter returned content. - Add batch file read route, to read multiple files at once (with support for the
seekoption).
githttp-fs v1.1.1
- Add route to ping server.
githttp-fs v1.1.0
- Do not commit if a written file did not change.
- Add new option to maintenance configuration:
destructive_prune.
githttp-fs v1.0.7
- Security improvements.
- Performance improvements (for large repositories with lots of files, and/or deep nesting).
githttp-fs v1.0.6
- Add maximum depth argument to list files route.
githttp-fs v1.0.5
- Implement route to check file existence.