Skip to content

Releases: tgdrive/teldrive

1.4.13

21 Jul 07:04
Compare
Choose a tag to compare

Changelog

  • 852c45d feat: show versions in UI

1.4.12

18 Jul 11:28
Compare
Choose a tag to compare

Changelog

  • 932eaa6 refactor: init user login in db transaction
  • a28d203 refactor: add option to prevent error from get_file_from_path

1.4.11

15 Jul 08:26
Compare
Choose a tag to compare

Changelog

  • 41311d6 chore(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11
  • c49b78b feat: Implemented offset pagination by ranks
  • 826b672 refactor: add path for find op
  • d8846d6 refactor: add support for multilingual search using pgroonga extension

1.4.10

14 Jul 20:04
Compare
Choose a tag to compare

Important

  • This release has enabled multilingual search support which uses pgroonga postgres extension underhood.You have to enable this extension before running this build.
  • Neon DB doesn't support this extension so migrate to some better alternative like supabase or just use local database instance.
  • If you using local db instance just use this https://github.com/pgroonga/docker image instead of base postgres.Make sure to use same version as previous one.

Changelog

  • 41311d6 chore(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11
  • d8846d6 refactor: add support for multilingual search using pgroonga extension

1.4.9

10 Jul 18:57
Compare
Choose a tag to compare

Changelog

  • 20d39cd refactor: Switch to golang-jwt for auth

1.4.8

09 Jul 18:19
Compare
Choose a tag to compare

Changelog

  • 5ff157a chore(deps): bump golang.org/x/net from 0.26.0 to 0.27.0
  • e7865a7 refactor: readd server timeouts

1.4.7

08 Jul 11:21
758f0f8
Compare
Choose a tag to compare

Changelog

  • 758f0f8 refactor: Handle file updates in transaction (#292)

1.4.6

07 Jul 07:30
Compare
Choose a tag to compare

Changelog

  • 6839766 chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0
  • 678de5b chore: Remove statsviz monitoring
  • c5b9c99 chore: update stataviz monitoring
  • 5f0f183 refactor: verify if part is uploaded before returning

1.4.5

01 Jul 19:36
Compare
Choose a tag to compare

Changelog

  • 713d7a8 refactor: fix typo in decrypted reader

1.4.4

29 Jun 10:12
Compare
Choose a tag to compare

Changelog

  • ae280eb chore: authenticate streams by cookies
  • c5cd24b refactor: reader