Skip to content

Releases: brefphp/bref

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

0.2.17

20 Jun 22:12
343d65b
Compare
Choose a tag to compare

#26 #29: Configure PHP flags and extensions using .bref.yml

For example:

php:
    configuration:
        max_execution_time: 300
    extensions:
        - redis

Here is the list of extensions available:

  • Redis: redis
  • MongoDB: mongodb

0.2.16

20 Jun 12:34
a426389
Compare
Choose a tag to compare

#27 Allow to choose the PHP version in .bref.yml, for example:

php:
    version: 7.2.6

Read more.