Skip to content

0.5.11

Compare
Choose a tag to compare
@mnapoli mnapoli released this 14 Nov 16:12
· 2450 commits to master since this release
  • #488, #498: Added the xdebug and blackfire extensions to the dev Docker images (not production layers!), by @jenschude

    You can now use XDebug and Blackfire when developing locally using Docker. Those extensions have been added to the Bref Docker images (development images only).

    The extensions are not loaded by default, have a look at the documentation to use them.

  • #503: Updated the documentation to signal that VPC cold start improvements are now deployed in new regions, by @mchristie.

    The new regions are: US West (N. California), South America (San Paulo), EU (Ireland), EU (Paris), EU (Frankfurt), Asia Pacific (Mumbai), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney).

  • #505: Fixed a regression introduced when we added support for binary responses (like images, PDF, etc.).

    Those binary responses are now supported correctly, however a small change is necessary for that. One could consider it a breaking change, but this is in some way a revert of the regression: the regression itself was the breaking change. Really sorry about that!

    To sum up:

    • if you updated Bref to use the new feature that allowed to return binary responses, you should read the documentation to apply the feature correctly now
    • if you don't know/care about that, you don't have anything to do