Skip to content

Latest commit

 

History

History
240 lines (137 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

240 lines (137 loc) · 18.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.13.1 (2024-09-11)

0.13.0 (2024-08-27)

Features

  • refactor filesconfig to interface to facilitate server mocking for integration tests (#116) (cbc7be0)

Bug Fixes

  • fixed clone as current coping only current version (#117) (97844c3)
  • rename node if moved in dir with another node with same name (#113) (199591e)
  • update rest.yaml openapi (#118) (121bfac)

0.12.0 (2024-06-17)

Features

  • add base structure for ITs and create findNodes ITs (#99) (7bac001)
  • expose docs-connector liveness in health API (#104) (f78baa8)
  • pass user's locale to preview when requesting a document preview (#106) (1781915)
  • refactor keyset builder and pagequery, add pagination ITs and keyset UTs (#103) (8727588)
  • update files to use new user management sdk with returned user type (#107) (745c6ca)
  • use new user management sdk with returned user status (#105) (f5e835b)

Bug Fixes

  • rename node if duplicate when restoring (#108) (5b1f8a1)
  • sorting by size with files of size 0 is now coherent (#101) (8386360)

0.11.1 (2024-04-12)

Bug Fixes

  • *.hcl: apply corrections to validate with hclfmt (#93) (26f5cba)
  • support the upload to the mailbox of file with cyrillic filename (#96) (eaf0bde)

0.11.0 (2023-12-04)

Features

  • enable the creation of public link to folders (#85) (716ed1d)
  • expose public GraphQL schema (#87) (3ce9958)
  • implement FindNodes API (#89) (0722048)
  • implement GetPublicNode API (#88) (47f823d)
  • implement public download API (#90) (41e9dab)
  • increase the length of the hash of a public link to 32 characters (#84) (2505fc7)
  • move to yap agent and add rhel9 support (#82) (3352cb3)

0.10.1 (2023-08-31)

Bug Fixes

  • fix download routing allowing to download a specific file version (#78) (9428b06)

0.10.0 (2023-07-06)

Features

  • integrate preview and thumbnail of GIF images (#75) (5f876f7)

0.9.2 (2023-06-20)

Bug Fixes

  • upload API should not return the version (#70) (c75b4ff)

0.9.1 (2023-06-19)

0.9.0 (2023-05-30)

Features

  • reduce Hikari max pool size to 2 (#63) (4e1b9a9)

0.8.3 (2023-05-25)

0.8.2 (2023-04-27)

Bug Fixes

  • fix GetNode when a specific node version is given (#58) (13cc3a0)

0.8.1 (2023-03-31)

Bug Fixes

  • FILES-563 - Move jar in /usr/share/carbonio folder (#51) (4fb1356)
  • FILES-618 add ExceptionHandler at the end of each endpoint pipeline (#56) (c134a5e)

0.8.0 (2023-02-03)

Features

  • FILES-89 - Add owner_id and type parameters in findNodes (#52) (75111c7)

Bug Fixes

  • FILES-572 - Fix tags definition in carbonio-files.hcl (#53) (eea76b6)

0.7.0 (2022-11-24)

Features

  • FILES-462 - Setup project to run tests (#45) (9de8a7d)
  • FILES-484 - Add cache-control and etag headers in Preview responses (#46) (577c5d4)

0.6.0 (2022-09-29)

Features

  • AR-62 - Add /metrics endpoint for monitoring with Prometheus (641a139)

Bug Fixes

  • FILES-436 - Fix GetPath API to return nodes ordered correctly (#41) (24283d5)
  • FILES-437 - Fix timeout of copy API when file to copy is large (#42) (b99eb8c)

0.5.0 (2022-09-01)

Features

0.4.1 (2022-08-05)

Bug Fixes

  • FILES-354 - Fix RootId null when root is not LOCAL_ROOT (#33) (86d851e)

0.4.0 (2022-07-22)

Features

  • FILES-194 - Reduce response latencies of GraphQL APIs (#30) (f15a2c7)
  • FILES-290 - Implement getAccountsByEmail API (#25) (aea3f0a)
  • FILES-320 - Align pom version to package version (#26) (cdc591f)
  • FILES-325 - Improve how the database schema is initialized (#29) (254347a)

Bug Fixes

  • FILES-311 - Fix download timeout on large files (#31) (0e9f5c3)
  • FILES-354 - Fix GetChildren API called on LOCAL_ROOT folder (#32) (a4f4fc4)

0.3.7 (2022-06-09)

Features

  • FILES-283 - Propagate boot log configuration (#21) (fe1ac2e)
  • FILES-33 - Implement max version logic (#11) (60f0465)

Bug Fixes

  • CopyNodes does not maintain the name when there are conflicts (#23) (8a50cff)
  • FILES-114 - Delete shared nodes (#22) (8c4a552)
  • Fix Jenkinsfile in order to upload the rpm correctly (#24) (814c90f)

0.3.6 (2022-05-24)

Bug Fixes

  • Return 404 when the preview is not available (#20) (4a07f43)

0.3.5 (2022-05-24)

Bug Fixes

  • FILES-27 FILES-71 FILES-115 - Fix findNodes and sorting (#17) (b28eb45)
  • Fix the creation of ancestor_ids during the copy operation (#18) (5dad817)

0.3.4 (2022-05-16)

Features

  • FILES-198 - Implement health, health/ready, health/live endpoints (#14) (1e9e7a6)

Bug Fixes

  • FILES-112 - Avoid creating folder with the same name (#13) (a71ae9b)
  • FILES-229 - Fix NullPointer when a search is paginated (#15) (d459338)
  • FILES-263 - Fix preview/thumbnail requests in bulk (#12) (92ab8c3)
  • In health/ready/ API, replace log level from debug to info (#16) (bd21c99)

0.3.3 (2022-05-10)

Features

  • Add intentions for mailbox and videoserver-recorder (#10) (076ff51)
  • FILES-247 - Expose service discover configs with GraphQL (#9) (55a94b5)

0.3.2 (2022-05-09)

Features

  • FILES-220 - Implement document preview api (#7) (86791d5)

Bug Fixes

  • Pass the right owner id to the preview SKD (#8) (996a3dd)

0.3.1 (2022-04-13)

Features

  • FILES-196 - Implement upload-to API to push files in mailbox store (#4) (b8cd9f4)

Bug Fixes

  • FILES-218 - setup log configuration (#5) (0f44f50)
  • FILES-221 - Fix download and public link permissions (#6) (6bb62fc)

0.3.0 (2022-04-05)

Features

  • FILES-187 - Update carbonio-preview-sdk (ae39750)
  • FILES-187 - Update carbonio-preview-sdk (7455ac2)
  • FILES-214 - Update carbonio-storages-sdk (f0c3368)
  • FILES-214 - Update carbonio-storages-sdk (6e8d1be)

Bug Fixes

  • FILES-155 - Update config and fix user-management-sdk version (8ca4beb)
  • FILES-155 - Update config, fix user-management-sdk version (22a4b4b)
  • Refactor how the config is loaded (f4287ae)