15.11.2024β
UI Release - 0.2.2 πβ
- Added the display of Azure Blob Storage connectors in the
CreatePipeline
embeddable.
- Fixed an issue where the row index was not displayed correctly when the βShow Errorβ toggle was active in the "Data transfomration" step.
28.10.2024β
UI Release - 0.2.1 πβ
- Removed the "Empty" placeholder from cells without a value in the "Data transformation" step in the
CreatePipeline
embeddable
- Added the default time selection when adding an end date for a pipeline in the
CreatePipeline
embeddable
API Release - v1 πβ
- Added PATCH and PUT as possible methods for HTTP(S) input and output connectors
- Enabled the creation of input and output connectors with Azure Blob Storage
- Removed the
configuration
field from all GET all endpoints
- Renamed the following fields in all connector endpoints
advance_config
to advanced_config
account_key_id
to aws_access_key
secret_access_key
to aws_secret_access_key
bucket_name
to aws_bucket_name
region
to aws_region
- Renamed the following field in all user and sub-organization endpoints
- Removed the following fields
organization
from all endpoints
trigger_type
from all connector endpoints
is_root_org
from all connector endpoints
files
from all connector endpoints
created_by
and updated_by
from all POST endpoints
mappings_config
from all pipeline template endpoints
input_files
and output_file
from all execution payloads
scope
and is_datapipeline
from all target data model endpoints
id
from the configuration
object of the auth/verify endpoints
data
from the configugration
object of HTTP(S) connectors
attachment
from the configuration
object of email connectors
filename
from email connectors
extension
from email connectors
attachments
from email connectors
file_path
from (S)FTP connectors
file_key
from AWS S3 connectors
- Removed the
configuration
object from the GET all connectors endpoint
- Added the
configuration
object to the GET all executions endpoint
- Added the
permissions
object to the auth/verify POST endpoint
- Added a
file_name
field (type: string) to email, (S)FTP, AWS S3, and Azure Blob Storage output connectors
- Added a
file_extension
field (type: enum) to email, (S)FTP, AWS S3, and Azure Blob Storage output connectors
25.09.2024β
UI Release - 0.1.1 πβ
- Released the
CreatePipeline
embeddable
API Release - v1.0 πβ
- Released the nuvo pipeline API