Skip to content

Releases: brefphp/bref

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.

0.2.15

13 Jun 09:27
57f48b2
Compare
Choose a tag to compare

#24 & #25: New bref deploy --dry-run option
#22: New php bref.php bref:invoke command to replace bref local for local testing
#20: New bref invoke command to invoke the lambda
#21: New bref logs command to display the lambda's logs
#19: New bref remove command to delete the lambda

0.2.14

12 Jun 11:34
Compare
Choose a tag to compare
  • #18 Speed up building lambdas when deploying or running them locally
  • Fix #17: broken local command
  • #16 Stream the output of bref deploy

2018-06-09 21 09 02