Tip
Now is the best time to switch back to the :latest
image tags if you are on :main
for testing.
v2.3.2
Important
Required Change!
The following changes must be made to your docker-compose.yml
file if you have not already done so. Do not make this change if you have archives running. Wait until nothing is being archived then perform the changes. See #441 for more information.
ganymede-temporal:
- image: temporalio/auto-setup:1
+ image: temporalio/auto-setup:1.23
container_name: ganymede-temporal
depends_on:
- ganymede-db
environment:
- - DB=postgresql # this tells temporal to use postgres (not the db name)
+ - DB=postgres12 # this tells temporal to use postgres (not the db name)
- DB_PORT=5432
- POSTGRES_USER=ganymede
- POSTGRES_PWD=PASSWORD
Features
Audio Only
Support for audio-only archives.
Bug Fixes
A bunch of bug fixes are included in this release, most important are #437 and #413.
What's Changed
- feat: audio only archive support by @Zibbp in #431
- build(deps): bump go.temporal.io/api from 1.32.0 to 1.34.0 by @dependabot in #432
- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by @dependabot in #428
- build(deps): bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0 by @dependabot in #421
- feat(archive): chat conversion improvements by @Zibbp in #433
- fix(archive): delete postprocessed video file after converting to hls by @Zibbp in #438
- feat(activities): handle and kill multiple chat process ids by @Zibbp in #439
- fix(docker): pin temporal image by @Zibbp in #440
- fix: re-add tasks by @Zibbp in #442
Full Changelog: v2.3.1...v2.3.2