Skip to content

Releases: logandk/serverless-rack

Release 1.0.8

27 Sep 13:23
Compare
Choose a tag to compare

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

Release 1.0.7

25 Apr 20:37
Compare
Choose a tag to compare

1.0.7

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

    Shalvah

Release 1.0.6

24 Oct 21:30
Compare
Choose a tag to compare

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

Release 1.0.5

28 Apr 12:55
Compare
Choose a tag to compare

1.0.5

  • Upgrade dependencies

Release 1.0.4

17 Nov 04:17
Compare
Choose a tag to compare

1.0.4

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

Release 1.0.3

13 Aug 15:00
Compare
Choose a tag to compare

1.0.3

  • Upgrade dependencies

Release 1.0.2

15 May 19:36
Compare
Choose a tag to compare

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

Release 1.0.1

24 Mar 20:43
Compare
Choose a tag to compare

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

Release 1.0.0

04 Jan 17:23
Compare
Choose a tag to compare

1.0.0

  • Feature parity with serverless-wsgi.

Release 0.0.1

27 Dec 09:54
Compare
Choose a tag to compare

0.0.1

  • Initial release