Skip to content

1.3.0

Choose a tag to compare

@ilyhalight ilyhalight released this 24 Feb 22:43
· 15 commits to main since this release
9b48ed8
  • (!) Path /video-translate/translate body has migrated from camelCase to snake_case. It needs to unify all requests and responses body. Now, it's available if you set "X-Use-Snake-Case": "1" to headers, but in the next major release support for camelCase will be removed
  • Added support get yandex subtitles
  • Added logToFile option to config (default: false)
  • Added forcePathStyle option to config (default: false)
  • Added preSignedEndpoint option to config (default: equal s3 endpoint)
  • Added minio container to default docker compose
  • Migrated from uuid (v7) to bun (randomUUIDv7)
  • Fixed "Possible error: null" if media converter is unavailable
  • Fixed wrong migration name 2025-09-01-downgrade-id-to-int -> 2025-01-09-downgrade-id-to-int (if you get error on migrate:up, try to run again or manually delete old migration name from kysely_migration in database)
  • Change default user agent to user agent from vot.js
  • Bump depends

Full Changelog: 1.2.1...1.3.0