Rodrigo Zhou
Rodrigo Zhou
There are also the `schema/elasticsearch/visibility/versioned/v*/index_template_v6.json` files. Can I delete them too?
Removed the index templates for ES6, and also updated schema scripts.
@avran02 Yandex has fork of Temporal using YDB: https://github.com/yandex/temporal-over-ydb cc: @aromanovich
There's an issue that was brought up by these changes in #5205. IDEs (GoLand, VSCode) can't run tests that are not in `*_test.go` file. Do you know of a solution...
@alexshtin What do you think of this? I don't mind, but I don't use any IDE.
We don't have support for this at this moment. But I wonder if you created index aliases, maybe it might work.
How did you do the upgrade? Here's the general guide about how to do upgrades: https://docs.temporal.io/cluster-deployment-guide#upgrade-server Also, you want to take a look this release notes: https://github.com/temporalio/temporal/releases/tag/v1.20.0#:~:text=Advanced%20visibility%20on%20SQL%20DB%20(beta%20testing)
Custom search attributes having hyphen("-") in the name is returning error while filtering Workflows
It looks like you're using standard visibility, which does not support custom search attributes. Please refer to [v1.20.0 release notes](https://github.com/temporalio/temporal/releases/tag/v1.20.0) for upgrade instructions.
@cretz Remove potentially some mistakes when releasing a new tag like forgetting to set as latest. Also, with this workflow, we can trigger it whenever the `api` repo has a...
We can further remove the ability of manually triggering the release in `api-go`, and only be possible from the `api` repo (basically change `workflow_dispatch` to `workflow_call`). Although I'd do in...