Removing free inactive workspaces¶
To provide users of free workspaces with the most efficient experience, we decided to remove inactive free workspaces with a grace period of 14 days.
Free workspaces with no activity in the last 30 days or more will be removed in 14 days if no sign of activity is detected. A simple query is enough to keep your workspace alive. Note that workspaces within paid plans are not affected by this. Accounts are not deleted, only workspaces.
Starting next week, we will start notifying users that have free workspaces with no activity in the last 30 days or more. We will send an email 14 days, 7 days and 1 day before the workspace is removed.
Ingest using Vector.dev¶
Vector.dev is a perfect fit for ingesting data into Tinybird, as it can be configured to send data in NDJSON format to the Events API.
Learn more about how to use Vector.dev as a sink in the Vector.dev documentation.
Rate limiter for shared infrastructure¶
To maintain the health of our shared infrastructure, we've enabled the Rate limiter for shared infrastructure as we had for Dedicated infra. This helps ensure optimal performance and fair resource allocation for all users.
Improvements and bug fixes¶
- To prevent breaking copy pipes, tokens used in an active scheduled copy pipe can no longer be deleted or refreshed.
- Fixed an issue on the Organization > Members page where attempting to remove a member resulted in a 500 error. A user can now effectively be deleted without errors.
- Fixed an issue where Tinybird CLI would not sync an S3 data source when running
tb datasource sync
. - Fixed an issue where renaming a pipe in the UI would cause an error.
- Fixed an issue where
0
was not being considered as a default value for query parameters.