v1.2.1
Performance improvements and bug fixes
Validation error messages: improved specificity of validation error messages for date fields. Previously, any invalid date value returned"Invalid ISO 8601 date format." regardless of the actual problem. Now the message distinguishes between malformed strings, out-of-range values, and missing timezone offset.v1.2.0
Custom fields returned in ID lookups
When fetching any record by ID (GET /v1/people/:id, GET /v1/companies/:id, GET /v1/deals/:id), the custom_fields array is now returned automatically with the values filled in for that record. Previously, custom field values were only available via a separate endpoint."value": null. Fields are returned in the order defined in the workspace settings.Idempotency-Key header now accepted on all POST endpoints
TheIdempotency-Key header is now supported on POST /v1/people, POST /v1/companies, and POST /v1/deals.