-
Notifications
You must be signed in to change notification settings - Fork 75
Conversation
Thanks! Do you have time to verify that the modernc sqlite implementation respects pragma configuration in the same format? Right now we only support |
It is not compatible, I will adjust the code. |
Hmm, this is not as straight forward as I first thought. I believe the Temporal SQLite plugin API does not allow using more than one pragma because |
The SQLite pragma issue is now fixed: temporalio/temporal#3031 I will update this PR once the fix is in a release. |
This is failing builds due to: https://github.com/temporalio/ui-server/issues/80 which now seems to be considered as an error not a warning for the tests. Not sure what to do here :/ |
Hmm... the reproduction case in https://github.com/temporalio/ui-server/issues/80 doesn't panic. I'm not sure what's going on here exactly, do you mind rebasing now that #89 is merged? |
Please revert this, the ui-server code isn't quite right and causes errors when using the UI. |
Tracking in temporalio/ui-server#188 |
What changed?
Temporal and Temporal Web UI versions upgraded.
Why?
To benefit from the improved web UI.
How did you test it?
Ran locally and in gitpod.
Potential risks
None.
Is hotfix candidate?
No.