1.29.3
(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.
1.29.2
(fix): Fix datetime query parameter serialization to always include milliseconds.
The valueString function in internal/query.go now formats time.Time
values with "2006-01-02T15:04:05.000Z07:00" instead of time.RFC3339,
ensuring the Go SDK sends timestamps with millisecond precision (e.g.,
2024-07-01T15:30:00.000Z) that match the WireMock stub mappings.