Skip to content

Releases: spring-projects/spring-batch-extensions

Spring Batch Notion v0.1.0

21 Nov 22:03
bf3e01c

Choose a tag to compare

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

21 Nov 17:37
09238fa

Choose a tag to compare

💥 Breaking Changes

  • Update Neo4j extension to use Java 17 and Spring Data Neo4j #125

🔨 Dependency Upgrades

  • Upgrade to Spring Batch 5.2.3 #189
  • Upgrade to Spring Data Neo4j 7.5.4 #189