Skip to content

SummerBatchCore

V3.0.4 - July 19th 2021:

This version is a minor bug-fix release of SummerBatchCore. List of fixes bugs:

  • Support for deserialization binder with wildcard pattern.

V3.0.3 - July 2th 2021:

This version is a minor bug-fix release of SummerBatchCore. List of fixes bugs:

  • Fixed serialization security issue.

  • Support for customize deserialization binder.

Refer to the documentation in SummerBatchCore Ticket#4 (see chapter 7 for details)

V3.0.2 - May 25th 2021:

This version is a minor bug-fix release of SummerBatchCore. List of fixes bugs:

  • Fixed access of resources issue with MultiResourceItemReader.

  • Added support for information of resource when reading records with MultiResourceItemReader.

V3.0.0 - Sep 24 2020:

This version is the first G.A. version of SummerBatchCore:

  • This version supports .NET Core 3.1

  • This version now supports parallel execution of steps (partitioner)

  • Changed the GdgResourceLoader to remove the all previous resources that are lower than the specified limit

  • BATCH_JOB_SEQ, BATCH_JOB_EXECUTION_SEQ, BATCH_STEP_EXECUTION_SEQ are now sequences instead of tables for MS-SQL database

  • Added restart support when failure occurs on pre-processor and post-processor

  • Fixed restart issues with DelegatedItemWriter, FlatFileItemWriter when used within a processsor

  • Fixed restart issues related to DelegatingGroupReader/DelegatingBufferingItemReader