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: aws/smithy-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.24.0
Choose a base ref
...
head repository: aws/smithy-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.24.2
Choose a head ref
  • 8 commits
  • 84 files changed
  • 4 contributors

Commits on Dec 8, 2025

  1. bump smithy to v1.64.0

    lucix-aws committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    9dbc5b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    7bfe108 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    708bee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Configuration menu
    Copy the full SHA
    f82babd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Create new event stream generator (#626)

    * Add isLegacyEventStreamGenerator property for existing event stream generators
    
    * Add eventstream, operation and service generation change for new event stream
    
    * Add middleware integration for new event stream
    
    * Remove todo comments
    
    * Add isV2EventStream to EventStreamGenerator
    
    * Add middleware helpers to pass eventstream object to downstream middleware
    
    * if an event is v2EventStream, AND it has output members on the first call, move those to InitialReply
    
    * Update InitialReply struct copier to be of input type, so all members are public
    
    * use new variable on asyncErr to prevent data races with return types of invokeOperation
    
    * Re-arrange finalizer of invokeOperation to catch errors and still write to InitialReply
    
    * Use SymbolProvider to correctly capitalize member names
    
    * Don't actually create structureGenerator as input type, because this messes with some types that need to be ReadCloser
    Madrigal authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    c6d1144 View commit details
    Browse the repository at this point in the history
  2. Release 2026-02-20

    Madrigal committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    8c63558 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    567846b View commit details
    Browse the repository at this point in the history
  2. Release 2026-02-27

    Madrigal committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    b860661 View commit details
    Browse the repository at this point in the history
Loading