1.35.0 (2023-07-27)
Features
- Enabled support for SNAPSHOT dependencies (#1853, #1857, #1884)
- Enabled default mode for
smithy diffrather than failing when not set (#1856) - Added warning to mis-cased standard HTTP verbs (#1862)
- Relaxed type constraints for
pageSizeproperty of the@paginatedtrait (#1866) - Improved message for invalid
.errorsentries (#1867) - Added
docIdproperty toaws.api#servicetrait (#1863, #1872, #1881, #1882) - Improved validation for http binding protocols (#1873)
- Expanded valid targets of
@httpPayload(#1876)
Documentation
- Updated documentation around
timestampand added more specificity to the definition (#1858)
Bug Fixes
- Removed unrecognized models from sources (#1851, #1860)
- Updated the content type of list & map shapes with the
@httpPayloadtrait to document content type (#1840) - Fixed IDL serializer which would write emtpy
applystatements to mixed in members ofenums(#1865) - Fixed indentation when formatting text blocks (#1875)
- Added resource files to source jars (#1877, #1880)
- Fixed a potential resource leak by using a try with resources (#1878)