Skip to content

Releases: SummerBatch/SummerBatchCore

3.0.5

12 Oct 20:33
fbad827
Compare
Choose a tag to compare
  • Added Horizontal Scaling features with Message Queue.

3.0.4

19 Jul 20:56
06a0d65
Compare
Choose a tag to compare
  • Support for deserialization binder with wildcard pattern.

3.0.3

02 Jul 19:30
Compare
Choose a tag to compare
  • Fixed serialization security issue.
  • Support for customize deserialization binder.
    Refer to the documentation in Ticket #4

3.0.2

25 May 20:40
Compare
Choose a tag to compare

v 3.0.2:

  • Fixed access of resources issue with MultiResourceItemReader.
  • Added support for information of resource when reading records with MultiResourceItemReader.

3.0.0

24 Sep 21:30
Compare
Choose a tag to compare

v 3.0.0:

  • This version supports .NETCore 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
  • Fixes restart issues with DelegatedItemWriter, FlatFileItemWriter when used within a processsor
  • Fixes restart issues related to DelegatingGroupReader/DelegatingBufferingItemReader