You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state object: Allow a method to return a state object that is passed into the next method call. The state object can have five fields: global, package, service, method, stream.
non-deterministic functions (random, now): Write native functions for non-deterministic functions (such as random) that take a label field (string, default ""). If the label has not been seen before for that function and VM, generate a new non-deterministic value and cache it against the label. If the label is seen again, return the cached result.
debug output: When running in a terminal, emit debug output so you can see the messages coming in and out
docs: Move details docs out of README, document Metadata
This is a vague overview of things ahead:
global
,package
,service
,method
,stream
.The text was updated successfully, but these errors were encountered: