Skip to content

Commit

Permalink
Add changelog and issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 28, 2024
1 parent e9b65b7 commit 04964a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sampleSpecs/reservednames.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ structure TestReservedNamespaceImport {
package: MyPackageString
}

// Regression test for https://github.com/disneystreaming/smithy4s/issues/1601
@MyPackageStringTrait("test")
string TestReservedNamespaceTrait

Expand Down

0 comments on commit 04964a2

Please sign in to comment.