Releases: illuin-tech/data-pipeline
Releases · illuin-tech/data-pipeline
v0.28
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
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
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
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
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
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
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
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
- @theo-malka made their first contribution in #141
Full Changelog: v0.24.1...v0.25
v0.24.1
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
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