❗❗ Studio Desktop 2.2.4
Now the features from the Platformeco Cloud Studio 4.2.2
are available in the desktop version!
Features:
- A new documentation module with support for OA3 and built-in validation according to the OA specification
- Configuration copying between environments
- New commit changes window
- Each policy now has its own personalized icon
Csvtojson Policy 1.2.0
Features:
- Added option to return result as Object (string by default).
Postgres Connector 2.1.0
Features:
- Implemented a functionality of adding query parameters using the value from context for PG: Query policy. To do this, new property of Parameters configuration type was added to policy, it could be set to Context variable to specify the parameters from context variable
Core 3.34.3
Features:
- Increased DEFAULT_MAX_STRING_SIZE from 300 to 5000 symbols. Thus error text in Debugger will not be cropped.
Channel Loader 5.5.0
Features:
- Improved performance of data models converters loading
- Added ability to configure sidebar in studio via config:
- Added yaml files for internal/core policies (forEach, function, javascript, parallel, switch),
- Added ability to group flow policies with core policies in sidebar
- Added an ability to read keywords property from policies
- Added buildSidebar method in studio adapter that transforms current config to sidebar and returns the sidebar structure
❗ Ioredis Connector 2.12.0
Add new options for Redis Sentinel connection. Redis Sentinel Info
Features:
- Sentinel Username - Username for Sentinel instances
- Sentinel Password - Password for Sentinel instances
- Enable TLS For Sentinel Mode - Set to true if connecting to sentinel instances that are encrypted
- Sentinel Instances - The list of sentinels to connect to. The list does not need to enumerate all your sentinel instances, but a few so that if one is down the client will try the next one
- Preferred Slaves - Can be used to prefer a particular slave or set of slaves based on priority
❗❗ Platformeco Cloud Studio 4.3.0
Features:
- New features in Debug module with updated trace management
- Streamlined Debugging Process
- Trace Interaction and Management
- Advanced Trace Grouping
- Trace Downloading and Sharing
- Multi-Definition Trace Viewing
- Iterative Debugging with forEach
Enhancements in the Build Process
- New Block Structure
- Upgraded Creation of Data Model
- Convenient Update of Data Model
Data Model Autocorrection from Debug trace
- Fine-Tuning Data Models with Manual Customization
- Trace Selector in Variables Repository
Cloud Manager 10.5.0
Features:
- Added Russian language support for sessions list screen.
❗❗ Kafka Connector 5.2.0
Features:
- Added a transactional Read Policy that allows you to receive a certain number of messages per request.
Required for work:
- Redis
- Kafka satellite version >= 1.7.0
- Core >= 3.28.1
Jsonschema Policy 4.7.0
Features:
- Added ability to change the JSON schema version.
Policy supports schema versions:
- draft-07 (default)
- draft-06
- draft-04
- draft-2020-12
- draft-2019-09
❗ IMAP Connector 1.0.0
New connector release!
Features:
Read messages
block to retrieve messages;List mailboxes
block to view available folders in mailboxes;Search messages
block to search messages by parameters.
Core 3.35.0
Features:
- Improved debugging performance;
- Added
maxArraySize
to core config. This parameter controls the maximum number of array elements that are visible in the Debugger (100 by default).
❗❗ FTP Connector 4.3.2
Features:
- Improved
FindFilesInFTP
block performance whenchecksubfolder
parameter is set to true. Memory usage decreased by about4.5 times
with FTP server containing about 300k+ files. Speed of executing the definition has also increased by about18 times
.
JDBC Connector 4.6.0
Features:
- Add a new field when creating a connector
Program name
. If the user does not fill this field, the default value will bejdbc - satellite - channel name - environment
. When retrieving information about database sessions, the client name can be seen in theprogram_name
column and for Oracle in thePROGRAM
column.
Kafka Connector 5.3.0
Features:
- The errors handling logic is refactored: now the entire list of errors is put into tracing.
Bug-fixes:
- Fixed incorrect behavior on DLQ send error: now there is no attempt to commit the batch if sending a message to DLQ fails;
- Fixed the display of error information in the tracing.
Superagent Connector 5.3.0
Features:
- Added ignoreIndefinite flag for request headers in the HTTP Request block
❗❗ Workflows Policies 1.0.0
New policies release!
Features:
- Add StartWorkflow policy
- Add SendSignal policy
❗❗ Workflows Nodes 1.1.0
Features:
- Added a circle shape for the
WaitSignal
node - Added nodes for Workflow:
ForEach
,Fx
,Switch
,While
WaitSignal
- waiting for a signal fromSendSignal
policy
❗❗ Core 3.37.0
Features:
- Support for a new flow type - Workflows
- Support Workflow nodes: Activity, Workflow, Loop, Branches, Block, FX
- Support OTEL tracing for Workflows
- Bump OTEL dependencies (it may generate warnings on install current versions of connectors)
IMAP Connector 1.2.0
Features:
- Read messages block now returns basic from, to, topic and body fields by default.
FTP Connector 4.3.3
Features:
- Optimized
FindFilesInFTP
block memory usage whenchecksubfolder
parameter is set to true working with SFTP-server.