issues
search
temporalio
/
sdk-ruby
Temporal Ruby SDK
MIT License
74
stars
7
forks
source link
chore(core): Update sdk-core and improve RBS generation for proto files
#121
Closed
mjameswh
closed
1 year ago
mjameswh
commented
1 year ago
What changed
Updated sdk-core to
d6454c
Modify Rake proto:generate task to automatically fix errors in generated RBS files (they had been previously fixed by hand)
Properly set
no_remote_activity
on core worker if no activity
Pinned RBS dependency version to 2.8.x in order to resolve an incompatibility with steep 1.3.x, which was causing CI to hang.
What changed
no_remote_activity
on core worker if no activity