Skip to content

Releases: crisp-oss/githttp-fs

githttp-fs v1.5.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:05
v1.5.1
2035527
  • Add file_name_starts_with option to file listing route.

githttp-fs v1.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 13:56
v1.5.0
3d81913
  • Add changed files reporting in commits history routes.

githttp-fs v1.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:23
v1.4.0
4fc010b
  • Add file and directory count statistics route.

githttp-fs v1.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:34
v1.3.0
4d21731
  • Add include_hidden_files option to file listing route.
  • Add per-file seek overrides to batch file read route.

githttp-fs v1.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:27
v1.2.0
744cd87
  • 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 seek option).

githttp-fs v1.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 14:25
v1.1.1
e6c6df8
  • Add route to ping server.

githttp-fs v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:29
v1.1.0
57f8526
  • Do not commit if a written file did not change.
  • Add new option to maintenance configuration: destructive_prune.

githttp-fs v1.0.7

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:24
v1.0.7
c6d8710
  • Security improvements.
  • Performance improvements (for large repositories with lots of files, and/or deep nesting).

githttp-fs v1.0.6

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:22
v1.0.6
e78caad
  • Add maximum depth argument to list files route.

githttp-fs v1.0.5

Choose a tag to compare

@github-actions github-actions released this 02 Jul 10:24
v1.0.5
7acd7a6
  • Implement route to check file existence.