3.42.8
(fix): Add equals(), hashCode(), and toString() methods to
interface-based discriminated union wrapper classes. Previously,
the outer wrapper class fell back to Object.equals() (reference
identity), breaking equality for any type that transitively
contained the union. The methods now delegate to the inner Value
field.
3.42.7
(chore): Add concurrency configuration to generated CI workflow with cancel-in-progress: false
to prevent stacked runs from being cancelled when a newer run starts.