Releases: davidmoten/aws-lightweight-client-java
Releases · davidmoten/aws-lightweight-client-java
0.1.24
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
- @albogdano made their first contribution in #232
Full Changelog: 0.1.23...0.1.24
0.1.23
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
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
- @gtiwari333 made their first contribution in #213
Full Changelog: 0.1.20...0.1.22
0.1.20
Bug fix
- fix automatic module name so has underscores instead of dashes #186 by @davidmoten in #199
Full Changelog: 0.1.19...0.1.20
0.1.19
Enhancements
Runtime
- SnapStart support #191 by @davidmoten in #194
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
What's Changed
- ensure
Response.firstHeader(name)is case-insensitive and addResponse.headersLowerCaseKey()by @davidmoten in #196 (thanks @dekelpilli for report and PR)
Full Changelog: 0.1.17...0.1.18
0.1.17
Enhancements
Runtime
- add Automatic-Module-Name by @davidmoten in #189
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
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
Enhancements
Runtime
- Add automatic retry logic throughout by @davidmoten in #102. Some minor breaking changes, see PR for details. Retry documentation here
Build
- Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #87
- Bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #88
- Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 by @dependabot in #89
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #90
- Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by @dependabot in #91
- Bump maven-project-info-reports-plugin from 3.1.1 to 3.4.2 by @dependabot in #93
- Bump kool from 0.1.23 to 0.1.24 by @dependabot in #94
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #95
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #96
- Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 by @dependabot in #97
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #98
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #101
Full Changelog: 0.1.14...0.1.15
0.1.14
Enhancements
Build
- remove automerge.yml and use automerge-integrated ci.yml with jdk 17
- Bump kool from 0.1.20 to 0.1.21 by @dependabot in #65
- Bump kool from 0.1.21 to 0.1.23 by @dependabot in #82
- Bump maven-bundle-plugin from 5.1.5 to 5.1.6 by @dependabot in #62
- Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 by @dependabot in #63
- Bump mockito-core from 4.5.1 to 4.6.0 by @dependabot in #64
- Bump mockito-core from 4.6.0 to 4.6.1 by @dependabot in #66
- Bump maven-pmd-plugin from 3.16.0 to 3.17.0 by @dependabot in #67
- Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 by @dependabot in #68
- Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 by @dependabot in #69
- Bump maven-bundle-plugin from 5.1.6 to 5.1.7 by @dependabot in #70
- Bump spotbugs-maven-plugin from 4.7.1.0 to 4.7.1.1 by @dependabot in #71
- Bump maven-bundle-plugin from 5.1.7 to 5.1.8 by @dependabot in #72
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by @dependabot in #73
- Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #74
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #75
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 by @dependabot in #76
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 by @dependabot in #77
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by @dependabot in #78
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by @dependabot in #79
- Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 by @dependabot in #80
- Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #81
- Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 by @dependabot in #83
- Bump mockito-core from 4.8.0 to 4.8.1 by @dependabot in #84
- Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 by @dependabot in #85
- Bump mockito-core from 4.8.1 to 4.9.0 by @dependabot in #86
Full Changelog: 0.1.13...0.1.14