Changelog
- f70862b Add Metadata() fetch call to state.Loader interface
- ed1c99d Add
make devcommand for command local dev build (#314) - 1068ed7 Add history ID fields, plus tests for JSON & gzip binary encoding
- ab1390d Add history IDs when generating historical entries
- db4e70e Add improved logging
- db64dd5 Add more counters
- dbf4694 Add tally metrics to queue
- 0622371 Add tracing to core queue functions
- e96bc71 Add unit test covering custom queue names
- f339978 Allow custom idempotency TTLs based off of individual queue items
- 0c9f7ad Allow queue kind -> queue name mapping
- 7b7ad54 Fix lints
- 392e632 Fix tests badge in readme from badges/shields#8671
- 652fcef Fix typo
- d04ba3f Implement history deleter interface for Redis state store
- 9a48fe7 Log error appropriately
- a4b9c61 Make RNG race-free
- a7531a8 Make tests on windows less flaky by increasing scope
- 6067b2a Only set idempotency key if idempotency TTL > 0
- a733047 Order generated event IDs during catch-all type generation for TS
- 02c8370 Record ewma as milliseconds
- c94c8fd Record metrics
- 7265c58 Remove PartitionPeek verbose tracing span
- 569568c Replace callback context with background
- 295add7 Transition to queue names, and add denylist for queue runners
- 7b250b0 Use consts for metrics
- c7f4d80 Use current hostname for GraphQL requests (#322)
- cec86e3 Use state.ErrFunctionCancelled in executor