Skip to content

Releases: illuin-tech/data-pipeline

v0.28

11 Dec 09:51

Choose a tag to compare

What's Changed

  • feat: required option for result arguments by @eledhwen in #195
  • build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 by @dependabot[bot] in #196
  • build(deps): bump io.micrometer:micrometer-tracing from 1.5.5 to 1.6.1 by @dependabot[bot] in #200
  • build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #199
  • build(deps): bump com.puppycrawl.tools:checkstyle from 12.1.1 to 12.2.0 by @dependabot[bot] in #198
  • build(deps): bump io.micrometer:micrometer-core from 1.15.5 to 1.16.1 by @dependabot[bot] in #197

Full Changelog: v0.27...v0.28

v0.27

02 Dec 09:48

Choose a tag to compare

What's Changed

  • feat: adding Optional as a valid return type for steps by @eledhwen in #193
  • feat: add uuid-v7 generator (and a bunch of others) by @eledhwen in #194
  • build(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #192
  • build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.20 by @dependabot[bot] in #191
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #190
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #189
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.1 by @dependabot[bot] in #188

Full Changelog: v0.26.3...v0.27

v0.26.3

31 Oct 17:09

Choose a tag to compare

What's Changed

  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.26.1 to 12.1.1 by @dependabot[bot] in #187
  • build(deps): bump io.micrometer:micrometer-core from 1.15.2 to 1.15.5 by @dependabot[bot] in #184
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 by @dependabot[bot] in #181
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #180
  • build(deps): bump io.micrometer:micrometer-tracing from 1.5.2 to 1.5.5 by @dependabot[bot] in #185

Full Changelog: v0.26.2...v0.26.3

v0.26.2

06 Aug 08:30

Choose a tag to compare

What's Changed

  • build(deps): bump io.micrometer:micrometer-core from 1.15.1 to 1.15.2 by @dependabot[bot] in #170
  • build(deps): bump io.micrometer:micrometer-tracing from 1.5.1 to 1.5.2 by @dependabot[bot] in #169
  • build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #167
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.4 by @dependabot[bot] in #171

Full Changelog: v0.26.1...v0.26.2

v0.26.1

06 Jul 10:18

Choose a tag to compare

What's Changed

  • build(deps): bump io.micrometer:micrometer-core from 1.15.0 to 1.15.1 by @dependabot in #162
  • build(deps): bump io.micrometer:micrometer-tracing from 1.5.0 to 1.5.1 by @dependabot in #161
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.2 by @dependabot in #166
  • build(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot in #163
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.26.1 by @dependabot in #165

Full Changelog: v0.26...v0.26.1

v0.26

22 May 09:23

Choose a tag to compare

What's Changed

  • feat: introducing tag scoping by @eledhwen in #156
  • build(deps): bump io.micrometer:micrometer-tracing from 1.4.5 to 1.5.0 by @dependabot in #154
  • build(deps): bump io.micrometer:micrometer-core from 1.14.6 to 1.15.0 by @dependabot in #155
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 by @dependabot in #151

Full Changelog: v0.25.1...v0.26

v0.25.1

15 Apr 09:01
85dc333

Choose a tag to compare

What's Changed

  • fix: use a container for retry count by @theo-malka in #146
  • build(deps): bump io.micrometer:micrometer-core from 1.14.5 to 1.14.6 by @dependabot in #147
  • build(deps): bump io.micrometer:micrometer-tracing from 1.4.4 to 1.4.5 by @dependabot in #148
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 by @dependabot in #149

Full Changelog: v0.25...v0.25.1

v0.25

11 Apr 21:41

Choose a tag to compare

What's Changed

  • feat: metrics system overhaul by @eledhwen in #144
  • feat: adding default set of counters for retry wrappers by @eledhwen in #145
  • feat: add on error & on success void handler for SinkWrapper and Step… by @theo-malka in #141
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.23.0 by @dependabot in #142
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #140
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #143

New Contributors

Full Changelog: v0.24.1...v0.25

v0.24.1

26 Mar 16:54
ba47e03

Choose a tag to compare

What's Changed

  • fix(tracing): adding more explicit spans for all phases, fix for asyn… by @eledhwen in #138
  • build(deps-dev): bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18 by @dependabot in #137

Full Changelog: v0.24...v0.24.1

v0.24

18 Mar 23:17
898d809

Choose a tag to compare

What's Changed

  • feat: adding micrometer-tracing support by @eledhwen in #135
  • refactor(phase): moving initialization logic to a PipelinePhase by @eledhwen in #134
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1 by @dependabot in #136

Full Changelog: v0.23.4...v0.24