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: CodeGenieApp/serverless-express
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.16.0
Choose a base ref
...
head repository: CodeGenieApp/serverless-express
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.16.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 10, 2025

  1. fix: ensure alb response header values are strings (#699)

    * fix: stringify response headers as ALB expects response headers to be type string
    
    This was identified through using express within AWS Lambda which returns content-length header as a number which causes ALB to throw a 502 bad gateway exception. This change fixes this issue.
    
    * fix: stringify response headers as ALB expects response headers to be type string
    
    This was identified through using express within AWS Lambda which returns content-length header as a number which causes ALB to throw a 502 bad gateway exception. This change fixes this issue.
    Jack-Overflow authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    24c580f View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.16.1 [skip ci]

    ## [4.16.1](v4.16.0...v4.16.1) (2025-07-10)
    
    ### Bug Fixes
    
    * ensure alb response header values are strings ([#699](#699)) ([24c580f](24c580f))
    semantic-release-bot committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    f4f9fd5 View commit details
    Browse the repository at this point in the history
Loading