February 16th, 2026
New this release:
- 🎉 (server, smithy-rs#4494) Automatically add
smithy.framework#ValidationExceptionto operations with constrained inputs. Previously, users had to either setaddValidationExceptionToConstrainedOperations: truein codegen settings or manually addValidationExceptionto each operation. Now this happens automatically unless a custom validation exception (a structure with the@validationExceptiontrait) is defined in the model. When using a custom validation exception, users must explicitly add it to each applicable operation. TheaddValidationExceptionToConstrainedOperationsflag is deprecated.