Releases: zalando/riptide
Releases · zalando/riptide
5.0.0
What's Changed
- Release refs/heads/release/4.5.0 by @github-actions[bot] in #1764
- Boot4 migration by @fatroom in #1780
- Bump com.google.guava:guava from 33.4.6-jre to 33.5.0-jre by @dependabot[bot] in #1771
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.14 by @dependabot[bot] in #1774
- Bump io.github.hakky54:logcaptor from 2.10.1 to 2.12.1 by @dependabot[bot] in #1770
- Added missing javadoc by @fatroom in #1782
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #1789
- Bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.21.0 by @dependabot[bot] in #1790
- Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #1783
- Bump org.projectlombok:lombok from 1.18.38 to 1.18.42 by @dependabot[bot] in #1787
- Bump net.jqwik:jqwik from 1.9.2 to 1.9.3 by @dependabot[bot] in #1785
- Bump io.micrometer:micrometer-core from 1.13.6 to 1.16.2 by @dependabot[bot] in #1792
- Bump spring-boot.version from 4.0.0 to 4.0.1 by @dependabot[bot] in #1788
- Fix nondeterministic failures in HttpOperationsTest by @LucaDai in #1778
- Release refs/heads/release/5.0.0-RC.0 by @github-actions[bot] in #1793
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 in /riptide-parent by @dependabot[bot] in #1802
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #1801
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #1800
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.20 to 2.21 by @dependabot[bot] in #1799
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #1798
- Bump org.apache.maven.extensions:maven-build-cache-extension from 1.2.0 to 1.2.1 by @dependabot[bot] in #1794
- Bump org.yaml:snakeyaml from 2.4 to 2.5 by @dependabot[bot] in #1796
- Bump spring.version from 7.0.1 to 7.0.3 by @dependabot[bot] in #1795
- Bump junit-jupiter.version from 6.0.1 to 6.0.2 by @dependabot[bot] in #1797
- Bump io.opentelemetry.semconv:opentelemetry-semconv from 1.32.0 to 1.39.0 by @dependabot[bot] in #1811
- Bump io.github.hakky54:logcaptor from 2.12.1 to 2.12.2 by @dependabot[bot] in #1809
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.2 by @dependabot[bot] in #1808
- Bump tools.jackson.core:jackson-databind from 3.0.1 to 3.0.4 by @dependabot[bot] in #1804
- Bump com.squareup.okhttp3:mockwebserver from 4.12.0 to 5.3.2 by @dependabot[bot] in #1806
- Bump io.opentelemetry.semconv:opentelemetry-semconv-incubating from 1.32.0-alpha to 1.39.0-alpha by @dependabot[bot] in #1805
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 by @dependabot[bot] in #1807
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #1803
- Bump io.opentelemetry:opentelemetry-bom from 1.47.0 to 1.58.0 by @dependabot[bot] in #1784
New Contributors
Full Changelog: 4.5.0...5.0.0
5.0.0-RC.0
4.5.0
What's Changed
- Migrate to Central Portal by @lukasniemeier-zalando in #1754
- ISSUE-240 OpenTelemetry propagate flow-id via HTTP client headers and… by @alexliahushau in #1760
Full Changelog: 4.4.0...4.5.0
4.4.0
What's Changed
- Accept threadpool executors for FailsafePlugin through yaml configuration by @rameshmalla in #1722
- Auto configuration for OpenTelemetry HTTP retry attributes by @alexliahushau in #1748
- fix: convert media type with charset by @bomgar in #1746
- dependency updates
New Contributors
- @rameshmalla made their first contribution in #1722
- @alexliahushau made their first contribution in #1748
- @bomgar made their first contribution in #1746
Full Changelog: 4.3.0...4.4.0
4.3.0
Fixing incompatibility changes with semconv dependencies by @cberg-zalando #1700
4.2.0
[maven-scm] copy for tag 4.2.0
4.1.0
4.0.0
[maven-scm] copy for tag 4.0.0
4.0.0-RC.1
What's Changed
Full Changelog: 4.0.0-RC.0...4.0.0-RC.1
4.0.0-RC.0
This is pre-release for enablement integration with the spring boot 3.
Breaking changes: spring boot 2 support is dropped. Refer to MIGRATION.md for changes.
What's Changed
- Switched JDK build to 17 by @fatroom in #1395
- Failsafe 3 by @Semernitskaya in #1416
- Remove deprecated compatibility layer by @dingxiangfei2009 in #1423
- Use mock http servers from okhttp by @Semernitskaya in #1441
- Synchronize SPI Span Decorator Loading by @lukasniemeier-zalando in #1462
- Migration to Spring Boot 3 by @msdousti in #1471
- Updated README and MIGRATION files by @cberg-zalando in #1479
- Remove jakartaee-api in favor of jakarta.xml.bind-api by @msdousti in #1476
New Contributors
- @zeitlinger made their first contribution in #1296
- @gregdeane made their first contribution in #1375
- @Semernitskaya made their first contribution in #1398
- @dingxiangfei2009 made their first contribution in #1399
- @Joyfolk made their first contribution in #1401
- @msdousti made their first contribution in #1448
- @cberg-zalando made their first contribution in #1479
Full Changelog: 3.2.2...4.0.0-RC.0