Skip to content

Release notes

FalconDB single-node

1.5.0

29.07.2025

  • add /v1/getCurrentSizeInBytes and /v1/getAllFilesDetails endpoints
  • remove /v1/deleteMainDataBaseFile and /v1/deleteFilesDirectory endpoints
  • /v1/clearMainDataBase, /v1/removeTableNameToNotRemoved, /v1/deleteIfExistsTable, /v1/clearTable does not longer require UUID

1.4.0

11.06.2025

  • new files structure
  • add /v1/flushMainDataBaseOnStorage endpoint
  • optimize default envs

1.3.5

10.06.2025

  • add v2 endpoints for saving and updating binary file operations (use application/octet-stream)
  • add /v1/containsKey, /v1/isFileExists endpoints
  • add /v1/close endpoint for stoping and terminating application
  • update libraries
  • add restoring database algorithm and -Dis-restore-database-if-error-occurred start parameter

1.3.4

08.05.2025

  • improve logs rotation

1.3.3

18.04.2025

  • microservice executable file is built as a multi-release JAR

1.3.2

11.02.2025

  • fix get file as byte array stream

1.3.1

06.02.2025

  • improve logging

1.3.0

21.11.2024

  • file chunks as base64 content
  • file streams as byte arrays

1.2.0

08.04.2024

  • change microservice name as onteon microservice

1.1.1

04.03.2024

  • add start parameter related with storage for files

1.1.0

23.01.2024

  • change logging library

1.0.1

19.01.2024

  • garbage collector management code (start/stop)

1.0.0

18.01.2024

  • initial release
  • api for key value storage
  • api for files management
  • automatic backup of db files
  • garbage collector as vacuum for old data

FalconDB multi-node

1.0.0

12.02.2025

  • initial release