June β
12/06/2025 β
App: 5.52.0
Settings: 5.37.0
Visual Studio Code Extension: 1.15.0
π» Visual Studio Code Extension β
Update protocol-http-perform
task with new GCP parameters
The protocol-http-perform
task now offers the ability to use Google Cloud Platform authentication.
- Some performance improvements and minor bug fixes.
TIP
This extension can be downloaded from the Visual Studio Code Marketplace, do not hesitate to reach out to us if you have any feedback or questions.
Improvements β
π API β
New find action on Jobs
API
You can now search for your Data Factory jobs by name, projet and pipeline just as you do in Settings. This enhancement helps you manage your Data Factory jobs more efficiently, streamlining their management.
π» User Experience β
Customize item informations on Composite field display
The COMPOSITE
field is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
Now, when editing composite fields, you can view the specific information you need to ensure you're editing the correct item. You have the flexibility to select which item fields are displayed within the composite field screen, similar to pinning columns in a grid. The first three (textual) pinned fields are displayed in the composite view for quick reference.
π§° Data Factory β
New GCP authentication
You can now execute HTTP requests using the Google Cloud Platform authentication method when utilizing the Data Factory http-protocol-perform
task.
Data Factory protocol-http-perform
task breaking change
We are updating the parameters of the Data Factory task protocol-http-perform
. These changes only affect jobs that use the output=FILE
option - all other existing jobs will continue to work without any modifications needed.
The output
parameter is replaced by the responses
parameter. Thanks to responses
, it is now possible to specify which outputs the task should make available after execution. The JSON
, STRING
and FILE
parameters make available the response.json
, response.string
and response.file
outputs, respectively. On this occasion, the file
output also disappears in favor of the response.file
output. These changes are part of our ongoing efforts to standardize our APIs and tools.
Resolved issues β
π¨ Conditional Formatting β
Fix a conditioanal formatting issue
When reviewing the conditional formatting fields, you will now see the correct number of rules displayed for each field, eliminating previous discrepancies.
π» User Experience β
Fix a composite field display issue
The COMPOSITE
field is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
Composite fields are now accurately rendered in shared tables.
03/06/2025 β
App: 5.51.0
Settings: 5.36.1
Planned slowdown of Data Factory services between 12:00 and 14:00 CET (Paris time zone)
Maintenance of the Product-Live platform will take place during this period. This maintenance will result in a slowdown unavailability of Data Factory during few minutes.
For more information, please visit our status page.
Improvements β
π§° Data Factory β
Composite fields
The COMPOSITE
field is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
A new Data Factory field type is now available: COMPOSITE
.
A composite field streamlines the management of complex data by grouping related information into a single structured property, reducing clutter and improving organization.
Unlike multiple individual fields, it consolidates related dataβsuch as battery details like presence, quantity, type, and compositionβpotentially including nested composite fields. It also supports storing multiple values simultaneously, like images or localized titles, enhancing data flexibility and usability.
You can now import and export COMPOSITE
fields in your schema as well as import and export COMPOSITE
fields values into your items.
Resolved issues β
π» User Experience β
Suggestions display issue
Resolved an issue where item suggestions failed to display when exceeding a total of 500 suggestions.
Grid zoom issue
Resolved an issue that prevented item values from being visible when zooming in. Now, all item values are clearly displayed regardless of zoom level.