Skip to content

Releases: davidmoten/aws-lightweight-client-java

0.1.24

21 Oct 05:17

Choose a tag to compare

Bug fix

  • Fixed asterisk not encoded in query strings - not compatible with requests signed with the official AWS Java SDK by @albogdano in #232

Enhancements

Runtime

None

Build

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #220
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 by @dependabot[bot] in #221
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.0 to 4.9.4.1 by @dependabot[bot] in #222
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.1 to 4.9.4.2 by @dependabot[bot] in #223
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #224
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.2 to 4.9.5.0 by @dependabot[bot] in #225
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.5.0 to 4.9.6.0 by @dependabot[bot] in #226
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #227
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #228
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #230
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.6.0 to 4.9.7.0 by @dependabot[bot] in #231
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.0 by @dependabot[bot] in #233
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.0 to 4.9.8.1 by @dependabot[bot] in #234

New Contributors

Full Changelog: 0.1.23...0.1.24

0.1.23

25 Jul 22:24

Choose a tag to compare

Enhancements

  • support encoding of forward slashes in path parameters if desired by @davidmoten in #219

Full Changelog: 0.1.22...0.1.23

0.1.22

25 Jul 02:15

Choose a tag to compare

Enhancements

Runtime

  • handle reserved chars in path parameters #216 by @davidmoten in #217
  • allow forward-slash in path parameters to delimit for backwards compatibility by @davidmoten in #218

Build

  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 by @dependabot[bot] in #200
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #201
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 by @dependabot[bot] in #202
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.1.0 to 4.9.2.0 by @dependabot[bot] in #203
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.2.0 to 4.9.3.0 by @dependabot[bot] in #204
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot[bot] in #205
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot[bot] in #206
  • Bump com.github.davidmoten:sonatype-parent from 0.1 to 0.2.3 by @dependabot[bot] in #207
  • Bump com.github.davidmoten:sonatype-parent from 0.2.3 to 0.2.4 by @dependabot[bot] in #208
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.0 to 4.9.3.1 by @dependabot[bot] in #210
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by @dependabot[bot] in #211
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.1 to 4.9.3.2 by @dependabot[bot] in #212
  • Readme update to show how to generate presigned url to upload an object using PUT by @gtiwari333 in #213

New Contributors

Full Changelog: 0.1.20...0.1.22

0.1.20

16 Feb 22:41

Choose a tag to compare

Bug fix

Full Changelog: 0.1.19...0.1.20

0.1.19

10 Dec 10:55

Choose a tag to compare

Enhancements

Runtime

Build

  • Bump com.github.davidmoten:kool from 0.1.35 to 0.1.36 by @dependabot in #197
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #198

Full Changelog: 0.1.18...0.1.19

0.1.18

03 Dec 01:23

Choose a tag to compare

What's Changed

  • ensure Response.firstHeader(name) is case-insensitive and add Response.headersLowerCaseKey() by @davidmoten in #196 (thanks @dekelpilli for report and PR)

Full Changelog: 0.1.17...0.1.18

0.1.17

26 Nov 22:39

Choose a tag to compare

Enhancements

Runtime

Build

  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #147
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 by @dependabot in #148
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 by @dependabot in #149
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.4.0 to 4.8.5.0 by @dependabot in #151
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #152
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 by @dependabot in #153
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 by @dependabot in #154
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 by @dependabot in #155
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #156
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 by @dependabot in #157
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 by @dependabot in #158
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 by @dependabot in #159
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.1 by @dependabot in #160
  • Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #161
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.2 by @dependabot in #162
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #163
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 by @dependabot in #164
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.1 to 3.6.2 by @dependabot in #165
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #166
  • Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 by @dependabot in #168
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #167
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0 by @dependabot in #169
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.4.0 to 3.5.0 by @dependabot in #170
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot in #171
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #172
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #173
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 by @dependabot in #174
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 by @dependabot in #175
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4 by @dependabot in #176
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #177
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #178
  • Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 by @dependabot in #179
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0 by @dependabot in #180
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 by @dependabot in #181
  • Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0 by @dependabot in #182
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to 3.6.0 by @dependabot in #183
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 by @dependabot in #185
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #187
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #188
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6 by @dependabot in #190

Full Changelog: 0.1.16...0.1.17

0.1.16

26 Mar 22:03

Choose a tag to compare

Enhancements

Runtime

None

Build

  • Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 by @dependabot in #103
  • Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #104
  • Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 by @dependabot in #105
  • Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #106
  • Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #107
  • Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #108
  • Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #109
  • Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by @dependabot in #110
  • Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by @dependabot in #111
  • Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #112
  • Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #113
  • Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #114
  • Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by @dependabot in #115
  • Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 by @dependabot in #116
  • Bump com.github.davidmoten:kool from 0.1.27 to 0.1.28 by @dependabot in #118
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #120
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 by @dependabot in #121
  • Bump com.github.davidmoten:kool from 0.1.28 to 0.1.29 by @dependabot in #122
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #123
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 by @dependabot in #125
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #124
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #126
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #129
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #128
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #127
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 by @dependabot in #130
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot in #131
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #132
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 by @dependabot in #133
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #134
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #135
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #136
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 by @dependabot in #137
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #138
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 by @dependabot in #139
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 by @dependabot in #141
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #145

Full Changelog: 0.1.15...0.1.16

0.1.15

15 Mar 21:19

Choose a tag to compare

Enhancements

Runtime

  • Add automatic retry logic throughout by @davidmoten in #102. Some minor breaking changes, see PR for details. Retry documentation here

Build

Full Changelog: 0.1.14...0.1.15

0.1.14

17 Nov 22:06

Choose a tag to compare

Enhancements

Build

Full Changelog: 0.1.13...0.1.14