Skip to content

Releases: brefphp/bref

0.2.27

21 Sep 21:39
46e54ff
Compare
Choose a tag to compare

#65 Fix session cookie handling in the Symfony adapter

0.2.26

21 Sep 13:08
2d42ce7
Compare
Choose a tag to compare

#64 Only Set-Cookie when Symfony session id changed

0.2.25

12 Sep 06:28
d6be192
Compare
Choose a tag to compare

#60 Add/fix session support for Symfony by @nealio82

0.2.24

11 Sep 21:26
fb9970b
Compare
Choose a tag to compare

#58 Support multipart/form-data POST requests (file uploads) by @vdechenaux

0.2.23

19 Aug 08:42
d362da1
Compare
Choose a tag to compare

Fix #56: Workaround for API Gateway's poor handling of arrays in query strings

0.2.22

03 Aug 08:48
f85a882
Compare
Choose a tag to compare

#54 Fix missing --stage option

0.2.21

03 Aug 08:32
ecb1535
Compare
Choose a tag to compare

#52, #53: Add the --stage option on more commands

0.2.20

29 Jul 15:11
Compare
Choose a tag to compare

#46 Fix the progress bar of bref deploy so that it displays correctly on Ubuntu

0.2.19

24 Jul 19:40
Compare
Choose a tag to compare

#43, #44: Add the intl extension by @t-geindre

The extension is not installed by default, it needs to be enabled in .bref.yml.

Read more about PHP extensions here.

0.2.18

25 Jun 16:24
d658887
Compare
Choose a tag to compare
  • #34 Add New Relic extension
  • #32 #36 Unused PHP extensions are removed from the lambda before uploading
  • #30 #35 New bref deploy --stage=production option to deploy to a custom stage