Serverless Wsgi Versions Save

Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages

3.0.3

6 months ago

3.0.3

Features

  • As of Werkzeug 3.0.0, url_encode is no longer available, use the urllib counterparts

    Ryan Whittaker

3.0.2

1 year ago

3.0.2

Features

  • Support base path stripping for v2 events

  • Default to https when protocol not specified in event

  • Add blacklist entries

    arsoni20

Bugs

  • Fix handling of v1 event payload emitted by Serverless Offline plugin

  • Handle event with None body emitted by Serverless Offline plugin

  • Fixes for Scaleway

    Andrej Shadura

3.0.1

1 year ago

3.0.1

Bugs

  • Fix console output on commands/manage

    Justin Lyons

3.0.0

2 years ago

3.0.0

Features

  • Update serverless integration for v3 compatibility (breaks integration with serverless < 2.32.0) (#193)

    Mariusz Nowak

  • Add options for specifying SSL cert location when serving locally (#195)

    Nathaniel J. Padgett

  • Support wsgi handler placed in a subfolder (#198)

    Felipe Passos

2.0.2

2 years ago

2.0.2

Bugs

  • Compatibility upgrade for serverless 2.32 (#189)

    Justin Lyons

2.0.1

2 years ago

2.0.1

Bugs

  • Lambda integration handler invoked for API Gateway proxy events, caused by #185 (#188)

2.0.0

2 years ago

2.0.0

Features

  • Drops Python 2 support and require Werkzeug 2 or later
  • Remove deprecated API_GATEWAY_AUTHORIZER, event and context variables from WSGI environment. (Use serverless.authorizer, serverless.event and serverless.context instead)

1.7.8

2 years ago

1.7.8

Bugs

  • Pin Werkzeug version (#178)

    Adam Chelminski

1.7.7

3 years ago

1.7.7

Features

  • Add handler for lambda integration (#167)

    Jan Varho

Bugs

  • Fix serverless deprecation warnings (#174)

    Jan Varho

1.7.6

3 years ago

1.7.6

Features

  • Support for the new HTTP API lambda proxy response payload v2.0 (#149)

    Ronald Tscherepanow

Bugs

  • Fix eventContext for KONG gateway (#147)

    Grant Johnson

  • Fix the ALB query parameter handling (#146)

    Hsiao-Ting Yu