1.12.8

(fix): Fix Layout/EmptyComment RuboCop offense emitted for types with no description. The AST Comment node now skips writing when docs is empty or whitespace-only, so undocumented model classes no longer produce a bare # line above their class definition.

1.12.7

(fix): Fix Layout/EmptyComment RuboCop offense emitted for types with no description. The AST Comment node now skips writing when docs is empty or whitespace-only, so undocumented model classes no longer produce a bare # line above their class definition.

1.12.6

(chore): Patch Ruby SDK generator container CVEs flagged in the AWS ECR / grype scan. Remove the unused erb-4.0.3, net-imap-0.4.21, addressable-2.8.5, rexml-3.2.5, and rexml-3.2.6 gem directories (in addition to the gemspec stubs) and install patched addressable-2.8.10 + rexml-3.4.4, so grype no longer reports the vulnerable versions vendored alongside Ruby 3.3’s default gems and the rubocop dependency graph.