Releases: spring-projects/spring-batch-extensions
Releases · spring-projects/spring-batch-extensions
Spring Batch Notion v0.1.0
The first release of the extension module for Notion, based on the Spring Boot 4 generation and Spring Batch 6.
The main feature of this module is the NotionDatabaseItemReader, a restartable ItemReader that reads entries from a Notion Database via a paging technique, with support for sorting and filtering.
For more details, see the module README.
Maven
<dependency>
<groupId>org.springframework.batch.extensions</groupId>
<artifactId>spring-batch-notion</artifactId>
<version>0.1.0</version>
</dependency>Gradle
implementation("org.springframework.batch.extensions:spring-batch-notion:0.1.0")Spring Batch Neo4j v1.0.0
Spring Batch Excel v0.2.0
What's Changed
- Polish build file by @mdeinum in #107
- Prefer
ArrayListoverLinkedListby @mdeinum in #118 - Upgrade to Spring Batch 5.1 by @mdeinum in #137
- Upgrade to spring-java-format 0.0.42 by @mdeinum in #139
- Improve
IsoFormattingDateDataFormatterby @mdeinum in #140 - Customization of Apache POI helpers by @mdeinum in #143
- Update documentation by @mdeinum in #144
- Use
spring-boot-starter-parentinspring-batch-excelby @scordio in #163 - Bump org.apache.poi:poi-ooxml from 5.3.0 to 5.4.0 in /spring-batch-excel by @dependabot[bot] in #171
- Fix DefaultRowSet implementation by @cbot59 in #187
- Introduce total row count on RowSetMetaData by @cbot59 in #190
New Contributors
Full Changelog: spring-batch-excel-0.1.1...spring-batch-excel-0.2.0