Fastify Connector 3.2.0
Bug-fixes:
- Default values for keepAliveTimeout and headersTimeout server options are set in accordance with default infrastructure settings of upstream load-balancers. This enhancement should significantly improve the reliability of the application.
Features:
- Now it's possible to filter traces in monitoring with custom tag http.error_code, which can be set in the raiseError policy
Superagent Connector 5.0.0
Features:
- Updated superagent v6.1.0 to v8.0.8
Telegram Connector 3.2.0
Features:
- added policy forwardMessage
- added policy leaveChat
- added policy pinChatMessage
- added policy unpinChatMessage
- added policy unpinAllChatMessages
- added policy sendPoll
- added policy stopPoll
- added template format for fields latitude and longitude in sendLocation policy
Bug-fixes:
- fixed error with disappearing data models
- updated version of Telegraph till 4.11.2
❗ XSD Policies 1.0.0
New policy release!
Features:
- policy "XSD: Parse" release
- policy "XSD: Validate" release
Vault Loader 4.2.0
Features:
- Added the ability to decode base64
❗❗ Dotnev Loader 1.1.0
Features:
- Added the ignoreErrors option. When enabled, the core will no longer crash if the .env file does not exist, but will simply write about it to the logs.
JWT policies 2.0.0
Features:
- It is now possible to generate and validate an unsigned token. To do this, you need to specify the algorithm none in the policies
- Asymmetric keys cannot be used to sign and verify HMAC tokens, an error will occur
- The RSA key size must be 2048 bits or larger, to disable this requirement, set the value of allowInsecureKeySizes to true
- Key types must be valid for the signing/verification algorithm, to disable this requirement, set the value of allowInvalidAsymmetricKeyTypes to true
Fastify Connector 3.3.0
Features:
- Added a new flag requestValidation (analogous to proceed-on-error) to the connector settings, which allows running the definition even if validation was not successful. The validation result is added to validationResult in the context of the request.
Kafka Connector 4.3.0
Features:
- Added to the log an error about validation of definition parameters, including the name of the definition causing the error
❗ JSON to XML policy 1.0.1
Features:
- policy jsontoxml release
❗❗ FTP Connector 4.0.0
Features:
- Updated libraries for working with ftp
- Added support for FTPS
Bug-fixes:
- Fixed problem with cyrillic symbols in file name
Platformeco Core 3.18.0
Features:
Reduced RAM consumption at startup.
Fastify Connector 3.3.1
Features:
Added doJsonStringify option. Now you can pass objects to response body in Set Response block without JSON.stringify.
JsonSchema policy 4.4.0
Features:
- Set configurationType to File. Set pathToFile relative to channelDir
- You can add reference to Common Data Model in your schemas in any configurationType. This $ref should be like $ref in Common Data Models.
{ "type": "object", "properties": { "foo": { "$ref": "data/MyCommonDataModel" // reference to Common Data Model } } }
Kafka Connector 4.4.0
Bug-fixes:
- Now, if message is invalid, satellite doesn't stop consuming and the behavior consider retry/dlq settings.
- Fixed error when templating non-existent variables.
- Fixed bug at saving definitions for DataType: Avro without selecting configurationType
❗❗ Platformeco Core 3.19.0
Big updates to test functionality.
Features:
- Add option to ignore disconnected tests;
- Add ability to run only one test in CLI with -t key or all tests for one Shared Flow with -s key;
- Add handling of coverageThreshold;
- Rename CLI argument for tests with --ci to --tests.
Bug-fixes:
- Fixed an error in the test if the expected value was false-like.