Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: disneystreaming/smithy4s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.25
Choose a base ref
...
head repository: disneystreaming/smithy4s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: series/0.18
Choose a head ref
  • 19 commits
  • 628 files changed
  • 8 contributors

Commits on Oct 14, 2024

  1. Optimise conversion from Blob to Stream (#1609)

    * Optimise conversion from Blob to Stream
    
    Motivated by http4s/http4s#7539
    
    * Updated changelog
    Baccata authored Oct 14, 2024
    Copy the full SHA
    ec140e5 View commit details

Commits on Oct 21, 2024

  1. Add utility types for fromHandlers and friends (#1612)

    * Add utility types for fromHandlers and friends
    
    * add changelog entry
    kubukoz authored Oct 21, 2024
    Copy the full SHA
    b336299 View commit details

Commits on Oct 23, 2024

  1. Copy the full SHA
    ae8ce3d View commit details

Commits on Oct 25, 2024

  1. Protocol in update lsp config (#1610)

    * Plan for fixing #1517
    
    * Fix for #1517 - smithy4s-protocol always included.
    
    * Fixed #1517 mill build test check the new dependency.
    
    * scalafmt
    
    * Updated CHANGELOG.md
    
    * Fixed the scripted test
    
    * Update CHANGELOG.md
    
    Co-authored-by: Jakub Kozłowski <[email protected]>
    
    * Moved smithy4s org and protocol artifact name to build.sbt
    
    * Stray comment
    
    * Change log typo
    
    * Test cleanup
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Use the organization value from sbt's publishSettings .
    
    ---------
    
    Co-authored-by: Jakub Kozłowski <[email protected]>
    dwalend and kubukoz authored Oct 25, 2024
    Copy the full SHA
    07efa38 View commit details
  2. More verbose1338 (#1608)

    * The plan so far
    
    * Possibly fixed #1338 - include the namespace names in the error message
    
    * I've got something that doesn't break any tests... Next to actually test it
    
    * Prettier formatting for the error
    
    * sbt scripted test for #1338
    
    * Cleaner unit test that checks the error message
    
    * scalafmt changes
    
    * Not sure why that file was ever checked in
    
    * Update the CHANGELOG.md
    
    * ?! scalafmtAll !?
    
    * Bumping a test file to rerun the automated check.
    
    * Maybe it is the scala version?
    
    * Fix for running the scripted test in github from Baccata
    
    * Found a way to test the caught exception directly
    
    * Move CHANGELOG.md note to 0.18.26
    
    ---------
    
    Co-authored-by: Jakub Kozłowski <[email protected]>
    dwalend and kubukoz authored Oct 25, 2024
    Copy the full SHA
    12e7164 View commit details

Commits on Oct 26, 2024

  1. Update sbt to 1.10 (#1580)

    * Update sbt to 1.10.1
    
    * bump scalas
    
    * Explicitly add header plugin
    
    * update headers
    
    * bump to latest
    
    * bump scalas again
    
    * Hopefully fix bootstrapped
    
    * workaround
    
    * header stuff
    
    * fix this properly
    
    * update scalas
    
    * i guess we have to split that?
    
    * use full jdk in shell
    kubukoz authored Oct 26, 2024
    Copy the full SHA
    31e6188 View commit details

Commits on Nov 8, 2024

  1. Fix incorrect behavior in lenient tagged union decoders (#1620)

    * Fix incorrect behavior in lenient tagged union decoders
    
    * Rearrange things + add entry in CHANGELOG
    msosnicki authored Nov 8, 2024
    Copy the full SHA
    e369dd4 View commit details

Commits on Dec 4, 2024

  1. address edge cases with NaN

    lewisjkl committed Dec 4, 2024
    Copy the full SHA
    f6478fe View commit details
  2. Copy the full SHA
    c78ff53 View commit details
  3. fix JS tests

    lewisjkl committed Dec 4, 2024
    Copy the full SHA
    29df28d View commit details
  4. fix native tests

    lewisjkl committed Dec 4, 2024
    Copy the full SHA
    922e43b View commit details

Commits on Dec 5, 2024

  1. [skip ci] update changelog

    lewisjkl committed Dec 5, 2024
    Copy the full SHA
    3b91604 View commit details
  2. Merge pull request #1624 from disneystreaming/nan-edge-cases

    Handle edge cases with NaN/Infinity
    Baccata authored Dec 5, 2024
    Copy the full SHA
    2522c02 View commit details

Commits on Dec 9, 2024

  1. update sbt-bloop (#1625)

    kubukoz authored Dec 9, 2024
    Copy the full SHA
    5a26ba3 View commit details

Commits on Dec 24, 2024

  1. Fix missing sbt command in CI build (#1629)

    * Fix missing sbt command in CI build
    
    * Add sbt command for release and microsite jobs
    plokhotnyuk authored Dec 24, 2024
    Copy the full SHA
    b25cefe View commit details

Commits on Jan 2, 2025

  1. Document timestamp encoder precision fix (#1623)

    Document/JSON timestamp encoder precision fix
    
    * Fix encoder
    * Encode epoch seconds without trailing 0s
    * More performant way to use BigDecimals
    * Add comment, improve tests and handle timestamps before linux epoch
    msosnicki authored Jan 2, 2025
    Copy the full SHA
    7deb6c3 View commit details
  2. Copy the full SHA
    f2639a8 View commit details
  3. Add a special case for how S3 requests should be signed (#1605)

    * Add a special case for how S3 requests should be signed
    
    * Changelog
    
    * Re-enable tests for non-S3 signatures
    
    * Avoid un-necessary flatten
    
    * Regenerated
    
    * jvm17 ordering
    
    * Regen copyright headers
    
    * Fix changelog
    Baccata authored Jan 2, 2025
    Copy the full SHA
    1d128fa View commit details
  4. Copy the full SHA
    b0aa866 View commit details
Loading