Changelog 5.0

5.0.7

2025-06-26

Changed

Issue Key Details
BAST-1386 The DLC now checks for a datastore table being present before attempting to create an implicit topic.

Known issues

Issue Key Details
BAST-1300 No support for RabbitMQ source.

5.0.6

2025-06-24

Fixed

Issue Key Details
BAST-1384 Fixed casting exception in MultipleResultFileOutputHandler.

Known issues

Issue Key Details
BAST-1300 No support for RabbitMQ source.

5.0.5

2025-05-17

Removed

Issue Key Details
BAST-1369 Removed deprecated DEE endpoint submitTasks.

Fixed

Issue Key Details
BAST-1378 Fixed deserialization of DEE order.
BAST-1379 Fixed issue when executing request with configured topics and topic overrides in a single request.
BAST-1383 Changed AOutputHandler.formatLevel to return Object instead of String to preserve original value types.

Known issues

Issue Key Details
BAST-1300 No support for RabbitMQ source.
Updated 2025-06-24
BAST-1384
ClassCastException is thrown by MultipleResultFileOutputHandler when dealing with non-String values.
Fixed in release 5.0.6.

5.0.4

2025-05-22

Added

Issue Key Details
BAST-1331 Added apply-file-pattern scope parameter. This flag modifies the behavior of the files scope parameter. See Scope parameters.

Changed

Issue Key Details
BAST-1368 Undeprecated DEE classes which will not be removed.

Fixed

Issue Key Details
BAST-1332 FilePatternService (Formerly GlobToRegexConverterService) no longer uses local file system separator which was causing issues on Windows machines.
BAST-1342 FilePatternService (Formerly GlobToRegexConverterService) now handles regex patterns out of the box.
BAST-1257 Fixed GAQ not properly handling non-unique level names.
BAST-1337 Fixed issue where the DEE was parsing ExtractionProcedureValue output columns as type JsonMeasureDeeOutputColumn.
BAST-1111 Fixed bug in ALocationsQueryDeeTask where the underlying exception was being lost when throwing DEException.
BAST-1346 Fixed a bug in the logic used for converting properties to ChannelDescriptions that unnecessarily added an implicit target. Now, you only need to specify a target when explicitly overriding or configuring it.

Known issues

Issue Key Details
BAST-1300 No support for RabbitMQ source.

5.0.3

2025-04-16

Added

Issue Key Details
BAST-1321 CloudFetchingConfig can now be configured on the cloud sources.

Changed

Issue Key Details
BAST-1317 The DLC now throws IllegalArgumentException instead of ActiveViamRuntimeException to make it easier for client REST services to handle.
BAST-1319 Removed usages of internal and private classes where possible.
BAST-1325 JDBC topics now allow overriding of their SQL queries at request time. The SQL parameter of JdbcTopicDescriptionis no longer required to be non-null.

Fixed

Issue Key Details
BAST-1314 Exceptions during transaction are now always logged.
BAST-1316 Fixed compile issues when using Atoti Server version 6.1.6+.
BAST-1322 Fixed issue where extra columns defined in a Topic whose column names match a field in another store were not properly published.
BAST-1327 CsvColumnParsers no longer created if a column calculator exists in the channel description.

Known issues

Issue Key Details
BAST-1300 No support for RabbitMQ source.
BAST-1301 GlobToRegexConverterService, used internally for creating cloud topics, does not handle regex file patterns in the topic descriptions. As a workaround, override the default to handle regex file patterns.

5.0.2

note

This version has been skipped.

5.0.1

2025-03-25

Fixed

Issue Key Details
BAST-1303 Compiled against Atoti Server 6.1.4 to resolve breaking change issues impacting Tuple, Kafka, and Avro sources.

Known issues

Issue Key Details
BAST-1300 No support for RabbitMQ source.
BAST-1301 GlobToRegexConverterService, used internally for creating cloud topics, does not handle regex file patterns in the topic descriptions. As a workaround, override the default to handle regex file patterns.
BAS-2173 Regex file pattern matchers do not work when using Atoti Server versions prior to 6.1.5.
BAST-1316 Missing classes inside the data-extraction-engine module when using Atoti Server version 6.1.6+.

5.0.0

2025-03-20

Changed

Issue Key Details
BAST-985 Full re-write of DLC

Known issues

Issue Key Details
BAST-1300 No support for RabbitMQ source.
BAST-1301 GlobToRegexConverterService, used internally for creating cloud topics, does not handle regex file patterns in the topic descriptions. As a workaround, override the default to handle regex file patterns.
Updated: 2025-03-21
BAST-1303
On Atoti Server 6.1.4+, breaking changes impact Tuple, Kafka, and Avro sources.
BAS-2173 Regex file pattern matchers do not work when using Atoti Server versions prior to 6.1.5.