Skip to content

Tags: disneystreaming/smithy4s

Tags

v0.18.43

Toggle v0.18.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1836 from yisraelU/RefinementSbtPluginTest

add in scripted test for refinement usage

v0.18.42

Toggle v0.18.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1808 from yisraelU/Fix

fix for hints in union->unit case

v0.18.41

Toggle v0.18.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore path encoding semantics (#1793)

* time 2

* fmt and rename

* Flip condition

* Add overloads for mima

* Restore the default in SimpleRestJsonBuilder - 4 tests fail

* set rawValues default to true and set to false for restJson compliance tests

* update parameter name and add scaladoc

* update parameter name and add scaladoc

* update parameter name and add scaladoc

* Rename top-level param to smithyPathEncoding

* Update changelog

---------

Co-authored-by: Jakub Kozłowski <kubukoz@gmail.com>

v0.18.40

Toggle v0.18.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Open lenient unions json support (#1782)

* Implement open lenient unions

* WIP - approach with document wrapper

* Bleh

* Approach with a separate class for handlers

* Remove leftover generated class + fix typo + fix path issues

* Get rid of warning

* Fix npe

* Get rid of unused import

* One more

* Cleanup + some tests

* Unified union codec impl

* Fix warning

* Address minor todos

* Fix test warning

* Compile things once

* Fix weird warning

* Reformat

* PR comments

* Add changelog entry

* empty commit because we actually need to run CI...

---------

Co-authored-by: Jakub Kozłowski <kubukoz@gmail.com>

v0.18.39

Toggle v0.18.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sbt: 1.11.2 -> 1.11.3 (#1778)

v0.18.38

Toggle v0.18.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1765 from disneystreaming/yisraelU-patch-1

bump alloy and smithy translate

v0.18.37

Toggle v0.18.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add test case / quick fix for #1581 (#1744)

* Add test case for #1581

* Quick & dirty fix

* add changelog entries

* scalafmt

* add some explanatory comments

v0.18.36

Toggle v0.18.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unused fs2 module (#1714)

v0.18.35

Toggle v0.18.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump alloy to 0.3.19 (#1711)

v0.18.34

Toggle v0.18.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1701 from disneystreaming/fix-1700

Add cache for matching mixins, solve some mixin bugs