Releases: treasure-data/td-client-java
Releases · treasure-data/td-client-java
v1.1.1
What's Changed
- Tune check-style.xml @yuokada (#344)
- downgrade maven-source-plugin to make release build pass @tiana528 (#345)
- add api for fetching federated query configs @tiana528 (#339)
- Clean up dependency libraries and etc / Improve pom.xml @yuokada (#329)
- Run CircleCI with multiple JDKs @yuokada (#282)
⛓ Dependency Updates
- Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 @dependabot (#334)
- Bump surefire.version from 3.2.2 to 3.3.0 @dependabot (#332)
- Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.14 @dependabot (#294)
- Bump junit:junit from 4.13.1 to v5 @dependabot (#300)
- Bump com.puppycrawl.tools:checkstyle from 8.31 to 8.45.1 @dependabot (#327)
- Bump org.jacoco:jacoco-maven-plugin from 0.8.2 to 0.8.12 @dependabot (#320)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.7.0 @dependabot (#325)
- Bump release-drafter/release-drafter from 5 to 6 @dependabot (#312)
- Bump org.mockito:mockito-core from 5.5.0 to 5.10.0 @dependabot (#311)
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.12 @dependabot (#313)
- Bump github/codeql-action from 2 to 3 @dependabot (#304)
- Bump actions/setup-java from 3 to 4 @dependabot (#298)
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.4.1 to 3.5.1 @dependabot (#284)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 @dependabot (#293)
- Bump surefire.version from 3.2.1 to 3.2.2 @dependabot (#292)
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 @dependabot (#287)
- Bump hamcrest-library from 1.3 to 2.2 @dependabot (#200)
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.1.2 to 3.2.1 @dependabot (#290)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 @dependabot (#286)
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 @dependabot (#289)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.0 @dependabot (#283)
- Bump actions/checkout from 3 to 4 @dependabot (#281)
- Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 @dependabot (#279)
- Bump mockito-core from 5.3.1 to 5.4.0 @dependabot (#275)
- Bump slf4j-api from 2.0.6 to 2.0.7 @dependabot (#260)
- Bump maven-release-plugin from 2.5.3 to 3.0.1 and etc @dependabot (#269)
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 @dependabot (#272)
- Bump maven-surefire-report-plugin from 2.22.2 to 3.1.0 @dependabot (#263)
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 @dependabot (#270)
- Bump maven-surefire-plugin from 2.22.2 to 3.1.0 @dependabot (#266)
- Bump maven-dependency-plugin from 3.5.0 to 3.6.0 @dependabot (#268)
- Bump maven-checkstyle-plugin from 3.2.1 to 3.3.0 @dependabot (#265)
- Bump maven-source-plugin from 3.2.1 to 3.3.0 @dependabot (#262)
- Bump logback-classic from 1.2.11 to 1.3.7 @dependabot (#258)
- Bump mockito-core from 5.1.1 to 5.3.1 @dependabot (#257)
- Bump maven-gpg-plugin from 1.4 to 3.1.0 @dependabot (#259)
📚 Docs
- Create SECURITY.md @swapnil-bhasale-td (#276)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
This version removes dependencies to Guava collections #217
🚀 Features
- Replace JSON.simple with already-inuse Jackson @exoego (#244)
- Make TDHttpRequestHandler FunctionalInterface @exoego (#219)
👋 Deprecated
⛓ Dependency Updates
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 @dependabot (#253)
- Bump mockito-core from 5.1.0 to 5.1.1 @dependabot (#248)
- Replace JSON.simple with already-inuse Jackson @exoego (#244)
- testlib: Bump littleproxy @exoego (#232)
- Bump jackson-databind from 2.14.1 to 2.14.2 @dependabot (#241)
- Bump mockito-core from 4.10.0 to 5.1.0 @dependabot (#242)
- Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 @dependabot (#243)
- Remove Guava VisibleForTesting @exoego (#229)
- Bump jackson to address security issues @exoego (#221)
🛠 Internal Updates
- Update release-drafter.yml @yuokada (#249)
- Replace Guava net module with JDK equivalents @exoego (#225)
- Encourage try-with-resource @exoego (#236)
- Simplify object equality check @exoego (#239)
- Improve generics arguments @exoego (#240)
- Avoid trivial deprecations in test codes @exoego (#238)
- Avoid string concatenation in loop @exoego (#237)
- Avoid assertion in finally block @exoego (#235)
- Introduce release-drafter github action @yuokada (#234)
- testdep: Replace joda-time with JDK8 equivalents @exoego (#233)
- Replace Guava io module with JDK8 equivalents @exoego (#226)
- Replace Guava's Objects util with JDK's equivalents @exoego (#227)
- Replace Guava's Strings util with JDK's equivalents @exoego (#228)
- Fix flaky test: Set a error margin to make test robust @exoego (#231)
- Replace Guava Joiner with JDK8 equivalents @exoego (#224)
- Inline Guava Throwables.propagate @exoego (#223)
- Replace Guava checkNotNull with JDK requireNonNull @exoego (#222)
- CI: Cache Maven deps to speed up test job @exoego (#218)
📚 Docs
Full Changelog: v1.0.0...v1.1.0