v4.2.2
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.