Releases: illuin-tech/data-pipeline
Releases · illuin-tech/data-pipeline
v0.18
What's Changed
- feat: add Interruption result type along with X_ON_INTERRUPT default evaluators by @eledhwen in #89
- build(deps): bump com.github.loki4j:loki-logback-appender from 1.4.2 to 1.5.2 by @dependabot in #74
- build(deps): bump io.micrometer:micrometer-core from 1.13.3 to 1.13.5 by @dependabot in #88
build(deps): bump io.micrometer:micrometer-core from 1.13.1 to 1.13.3 by @dependabot in #79- build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot in #83
- build(deps): bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.19.0 by @dependabot in #93
- build(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.5.0 by @dependabot in #72
- build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #78
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #91
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 by @dependabot in #84build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #75build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #71- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.1 by @dependabot in #92
build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #77- build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.2 by @dependabot in #87
build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #73
Full Changelog: v0.17...v0.18
v0.17
What's Changed
- feat: splitting library into maven modules, separating resilience4j dependency from core library by @eledhwen in #66
- build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 by @dependabot in #69
- build(deps): bump io.micrometer:micrometer-core from 1.13.0 to 1.13.1 by @dependabot in #70
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #68
- build(deps): bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 by @dependabot in #67
build(deps): bump io.micrometer:micrometer-core from 1.12.5 to 1.13.0by @dependabot in #65
Full Changelog: v0.16...v0.17
v0.16
- feat(api): removing payload type from generic signatures (#63)
- fix(metrics): workaround for prometheus client issue with conflicting sets of labels (#64)
- build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#57)
- build(deps): bump io.micrometer:micrometer-core from 1.12.4 to 1.12.5 (#55)
- build(deps): bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 (#62)
- build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#56)
- build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 (#61)
build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3(#59)
v0.15
Features
- pipeline error handlers (#48)
- add Context as a possible input for initializers, steps and sinks (#50)
- ability to not create a thread-pool if it won't be used (#51)
- documentation for results data model (#2)
Internals
- enable auto-publish for maven central repository releases (#11)
- checkstyle action performed with reviewdog directly (#49)
Dependencies
- bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 (#52)
- bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0 (#53)
- bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#46)
- bump io.micrometer:micrometer-core from 1.12.1 to 1.12.4 (#39)
- bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#13)