Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions changelog/sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Notable additions and updates to Flatfile core libraries"
icon: "cube"
---

<Update label="04-09-2025" tags={["cli"]}>
<Update label="04-18-2025" tags={["cli"]}>
The Flatfile CLI v3.10.0 introduces a new `--ci` option for the `deploy` command that disables all interactive prompts, making it ideal for automated deployments in CI/CD pipelines. When using this flag:

- No confirmation prompts will be displayed
Expand All @@ -14,7 +14,7 @@ The Flatfile CLI v3.10.0 introduces a new `--ci` option for the `deploy` command
This enhancement streamlines the deployment process in automated environments where user interaction isn't possible.
</Update>

<Update label="03-04-2025" tags={["cli"]}>
<Update label="04-09-2025" tags={["cli"]}>
As of version 3.9.0, the Flatfile CLI now includes TypeScript types (if available) and package.json in the source map when deploying an agent. This enhancement improves debugging capabilities and provides better type information in the deployed code, making it easier to troubleshoot issues in production environments.
</Update>

Expand Down
5 changes: 0 additions & 5 deletions changelog/src/libraries/20250304.mdx

This file was deleted.

10 changes: 2 additions & 8 deletions changelog/src/libraries/20250409.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
### April 9, 2025
### April 09, 2025

## cli

The Flatfile CLI v3.10.0 introduces a new `--ci` option for the `deploy` command that disables all interactive prompts, making it ideal for automated deployments in CI/CD pipelines. When using this flag:

- No confirmation prompts will be displayed
- The command will fail with a clear error message if multiple agents exist and no slug is provided
- TypeScript configuration checks will be skipped

This enhancement streamlines the deployment process in automated environments where user interaction isn't possible.
As of version 3.9.0, the Flatfile CLI now includes TypeScript types (if available) and package.json in the source map when deploying an agent. This enhancement improves debugging capabilities and provides better type information in the deployed code, making it easier to troubleshoot issues in production environments.
11 changes: 11 additions & 0 deletions changelog/src/libraries/20250418.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### April 18, 2025

## cli

The Flatfile CLI v3.10.0 introduces a new `--ci` option for the `deploy` command that disables all interactive prompts, making it ideal for automated deployments in CI/CD pipelines. When using this flag:

- No confirmation prompts will be displayed
- The command will fail with a clear error message if multiple agents exist and no slug is provided
- TypeScript configuration checks will be skipped

This enhancement streamlines the deployment process in automated environments where user interaction isn't possible.
13 changes: 12 additions & 1 deletion public/changelog/platform/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link>https://flatfile.com</link>
</image>
<generator>Flatfile RSS Generator</generator>
<lastBuildDate>Fri, 02 May 2025 20:15:44 GMT</lastBuildDate>
<lastBuildDate>Fri, 02 May 2025 20:33:18 GMT</lastBuildDate>
<atom:link href="https://flatfile.com/changelog/platform/feed.xml" rel="self" type="application/rss+xml"/>
<language><![CDATA[en]]></language>
<ttl>60</ttl>
Expand Down Expand Up @@ -74,6 +74,17 @@ fetch('https://api.flatfile.com/v1/instructions?environmentId=us_env_123&amp;sco
<category><![CDATA[dataxp]]></category>
<pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Updated Default Data Retention Period]]></title>
<description><![CDATA[<p><strong>Updated Default Data Retention Period</strong></p>
<p>The default data retention period has been updated from 10 days to 365 days, providing users with a longer default timeframe for data storage. Additionally, the description text has been simplified to &quot;Keeps data for a set duration from its collection&quot; without referencing a specific policy timeframe.</p>
<p>This change gives users more time to work with their data before it expires, while maintaining the flexibility to configure custom retention periods as needed.</p>
]]></description>
<link>https://flatfile.com/changelog/platform#04112025</link>
<guid isPermaLink="false">platform-04-11-2025-dataxp</guid>
<category><![CDATA[dataxp]]></category>
<pubDate>Fri, 11 Apr 2025 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Improved Data Clips Collaborator Experience]]></title>
<description><![CDATA[<p><strong>Improved Data Clips Collaborator Experience</strong></p>
Expand Down