Skip to content

Releases: scordio/spring-batch-notion

v0.1.0-M2

31 Oct 17:59
Compare
Choose a tag to compare
v0.1.0-M2 Pre-release
Pre-release

✨ New Features

  • Initial support for Notion filters #23

🔨 Dependency Upgrades

  • Update Spring Boot Starter Parent to 3.1.5
  • Update Notion SDK JVM to 1.10.0 #26

v0.1.0-M1

06 Aug 13:59
Compare
Choose a tag to compare
v0.1.0-M1 Pre-release
Pre-release

The first milestone of Spring Batch Notion.

Maven

<dependency>
  <groupId>io.github.scordio</groupId>
  <artifactId>spring-batch-notion</artifactId>
  <version>0.1.0-M1</version>
</dependency>

Gradle

implementation("io.github.scordio:spring-batch-notion:0.1.0-M1")