Serverless Rack Versions Save

Serverless plugin to deploy Ruby Rack applications (Sinatra/Rails/Padrino/Cuba etc.) and bundle gems

1.0.8

1 year ago

1.0.8

  • Add types to command arguments to avoid deprecation warnings (#25)

    Dave Nicolson

  • Properly close Rack response body (#26)

    Zac Bristow

  • Spawn commands correctly on Windows (#29)

    Shalvah

  • Add missing stringio requirement (#31)

    Hirohisa Mitsuishi

  • Add user flag to docker option (#32)

    Hirohisa Mitsuishi

1.0.7

3 years ago

1.0.7

  • Improved error handling for Docker processes (#20 and #21)

    Shalvah

1.0.6

3 years ago

1.0.6

  • Upgrade dependencies

  • Add a dockerImage config option to override the docker image to be used for compiling gems (defaults to the lambci ruby images) (#17)

    Benjamin Curtis

  • Cache the bundle that is created by docker to avoid recompiling gems (#17)

    Benjamin Curtis

  • Handle empty API_GATEWAY_BASE_PATH (#14)

    Joel Van Horn

1.0.5

4 years ago

1.0.5

  • Upgrade dependencies

1.0.4

4 years ago

1.0.4

  • Support configPath option when invoking sls rack serve (#5)

1.0.3

4 years ago

1.0.3

  • Upgrade dependencies

1.0.2

5 years ago

1.0.2

  • Remove BUNDLED WITH from Gemfile to allow using different version of Bundler from the one provided by AWS Lambda (#3)

  • Add configPath option for setting path to config.ru (#4)

    Yousaf Nabi

1.0.1

5 years ago

1.0.1

  • Support additional bundler arguments to be passed when using docker (#2)
  • Support multi-value query string parameters
  • Support multi-value headers in request and response

1.0.0

5 years ago

1.0.0

  • Feature parity with serverless-wsgi.

0.0.1

5 years ago

0.0.1

  • Initial release