Skip to content

v4.2.2

Latest
Compare
Choose a tag to compare
@Sinjo Sinjo released this 31 Oct 17:27
· 8 commits to main since this release
6fbdfa9

4.2.2 / 2023-10-31

Codename: 馃巸馃 Spooky type conversion 馃馃巸

Bug fixes

  • #296 Stringify non-string job names in push client: Previously, an error would be raised if you passed a symbol as the job name, which is inconsistent with how we handle label values in the rest of the client. This change converts the job name to a string before trying to use it.
  • #297 Stringify grouping key values in push client: Same thing as #296, but for grouping key values.