Skip to content

Conversation

@ghostbuster91
Copy link
Contributor

@ghostbuster91 ghostbuster91 commented May 14, 2025

summary of changes:

  • scala version bump 3.3.5->3.3.6
  • new module smithy4sTests
  • changed endpoints to accept either Decoder or Encoder depending on the use case
  • added error handling for unknown server errors
  • made Endpoint variants package-private and exposed mapK function to allow changing effects

@ghostbuster91 ghostbuster91 marked this pull request as ready for review May 15, 2025 10:05
package jsonrpclib

trait PolyFunction[F[_], G[_]] { self =>
def apply[A0](fa: => F[A0]): G[A0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smort 👍

@kubukoz kubukoz merged commit c070f65 into smithy4s-integration May 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants