Exports
| Description | Ticket | Severity |
|---|---|---|
| We corrected a database memory issue that caused CSV extract errors. | CHK-46276 | 2 |
| In CSV extracts, dates were incorrectly formatted to include timestamps (i.e., YYYY-MM-DD HH:MI:SS) instead of using the expected YYYY-MM-DD format. | CHK-46588 | 2 |
| CSV extracts incorrectly included an extra new line separator. We corrected this issue, and CSV extracts now use only \n as the new line separator. | CHK-46693 | 2 |
| CSV extracts incorrectly reflected Boolean values as "1" or "0" instead of "true" or "false." We corrected this issue and Boolean values now show as true, false, or null as expected. | CHK-46733 | 2 |
| An export error occurred if you attempted to export a ZIP file from a package's Selected documents tab. | CHK-46929 | 2 |
| We made an infrastructure update to ensure CSV queries will retry if an interruption or error occurs. | CHK-46974 | 2 |
| An export error occurred if you attempted to export a package larger than 250MB. | CHK-48101 | 3 |