From 04964a2736fd8f7af49cd67d12e68b594a8ebf13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Sat, 28 Sep 2024 19:04:23 +0200 Subject: [PATCH] Add changelog and issue link --- CHANGELOG.md | 6 +++++- sampleSpecs/reservednames.smithy | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 935875af2..347ccb304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ When adding entries, please treat them as if they could end up in a release any Thank you! +# 0.18.25 + +* Fixes issues in which applications of some Smithy traits would be incorrectly rendered in Scala code (see [#1602](https://github.com/disneystreaming/smithy4s/pull/1602)). + # 0.18.24 * Adds missing nanoseconds in Document encoding of EPOCH_SECOND timestamps -* Add support for `alloy#jsonUnknown`, allowing structures to capture unknown JSON fields in one of their members. +* Add support for `alloy#jsonUnknown`, allowing structures to capture unknown JSON fields in one of their members. * Add `getMessage` implementation in `Smithy4sThrowable` which will be overridden in cases where the error structure contains a message field, but otherwise will be used to prevent a useless `null` result when `getMessage` is called. # 0.18.23 diff --git a/sampleSpecs/reservednames.smithy b/sampleSpecs/reservednames.smithy index 6b35398cc..ec39da06c 100644 --- a/sampleSpecs/reservednames.smithy +++ b/sampleSpecs/reservednames.smithy @@ -68,6 +68,7 @@ structure TestReservedNamespaceImport { package: MyPackageString } +// Regression test for https://github.com/disneystreaming/smithy4s/issues/1601 @MyPackageStringTrait("test") string TestReservedNamespaceTrait