Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 540 Bytes

2.25.0.md

File metadata and controls

7 lines (4 loc) · 540 Bytes

2.25.0 (February 15, 2023)

BUG FIXES:

  • helper/schema: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. (#1111)
  • helper/schema: Prevented unexpected difference for timeouts on first plan after import (#1146)