Skip to content

Releases: aliyun/tea-java

1.3.2

24 Dec 08:56
Compare
Choose a tag to compare

What's Changed

  • Create dependabot.yml by @JacksonTian in #176
  • test: set fail fast to false for github actions by @JacksonTian in #182
  • Bump junit:junit from 4.13.1 to 4.13.2 by @dependabot in #180
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.1.0 to 3.3.1 by @dependabot in #181
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.6.1 to 3.12.1 by @dependabot in #178
  • test: limit jacoco agent to test scope by @JacksonTian in #183
  • feat: update hostname verifier by @yndu13 in #189
  • Bump com.google.code.gson:gson from 2.9.0 to 2.10.1 by @dependabot in #184
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.1 by @dependabot in #188
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.1.1 to 3.6.3 by @dependabot in #179
  • Bump org.apache.maven.plugins:maven-eclipse-plugin from 2.9 to 2.10 by @dependabot in #185
  • Bump org.powermock:powermock-api-mockito2 from 2.0.2 to 2.0.9 by @dependabot in #186
  • Bump org.powermock:powermock-reflect from 2.0.2 to 2.0.9 by @dependabot in #192
  • Bump org.powermock:powermock-module-junit4 from 2.0.2 to 2.0.9 by @dependabot in #191
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 2.8.1 to 3.1.1 by @dependabot in #190
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #195
  • Bump org.apache.maven.plugins:maven-source-plugin from 2.2.1 to 3.3.0 by @dependabot in #197
  • Bump org.powermock:powermock-core from 2.0.2 to 2.0.9 by @dependabot in #196
  • Bump org.apache.maven.plugins:maven-jar-plugin from 2.4 to 3.4.1 by @dependabot in #204
  • Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.13 by @dependabot in #203
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #200
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot in #205
  • improve ci by @JacksonTian in #209
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.1 to 3.3.0 by @dependabot in #208
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.4 by @dependabot in #206
  • Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #212
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #210
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot in #213
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.4 to 0.8.8 by @dependabot in #201
  • Bump org.mockito:mockito-core from 3.0.0 to 3.12.4 by @dependabot in #211
  • fix: resolve http client builder when runtime not same && security re… by @yndu13 in #219
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #215
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.3 to 1.7.0 by @dependabot in #217
  • build: remove useless maven-source-plugin by @yndu13 in #220
  • Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 by @dependabot in #222
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #221
  • feat: optimize SSLSocketFactory implementation by @yndu13 in #223
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #227
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 by @dependabot in #226
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 by @dependabot in #228
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.6 by @dependabot in #229
  • feat: support adding multiple certificates to the keystore by @yndu13 in #240

New Contributors

Full Changelog: v1.2.9...1.3.2

v1.2.9

20 Jun 05:36
Compare
Choose a tag to compare

What's Changed

  • update ci by @yndu13 in #162
  • update log message && add some info logs by @yndu13 in #163
  • fix: remove verification when ca is empty by @yndu13 in #164
  • support keepAliveDuration for connectionPool by @yndu13 in #165
  • fix: multiple clients conflicts when clients have proxies by @yndu13 in #166
  • support port for url request by @yndu13 in #167
  • transfer data from number type to boolean type by @yndu13 in #168
  • fix: update the value of minimum for validation by @yndu13 in #172
  • fix: resolve null value in map & list by @yndu13 in #173
  • ci: remove useless files && update badge by @yndu13 in #174
  • Feat: support disable HTTP/2 in requests by @yndu13 in #175

Full Changelog: 1.2.3...v1.2.9

Release version 1.2.3

17 Nov 07:17
Compare
Choose a tag to compare
  1. Support CA verify for server and client.

Release version 1.2.2

17 Nov 07:16
Compare
Choose a tag to compare
  1. Return description and accessDeniedDetail in error info.

Release version 1.2.1

17 Nov 07:15
Compare
Choose a tag to compare
  1. Support head(http method).
  2. Support payload for delete(http method).
  3. Modify url-parse to uri-parse for socks5Proxy.
  4. Support password auth for socks5Proxy.

1.2.0

17 Nov 07:14
Compare
Choose a tag to compare
  1. Support client logger.
  2. Support base type cast for list && modify cast rules.
  3. Support http statusCode in TeaException.
  4. Fix string(null) param in query.
  5. Fix TeaException message.

Release v0.0.3

08 Oct 13:18
Compare
Choose a tag to compare
release version 0.0.3