Skip to content

Commit

Permalink
Update Blackfire extension (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
bref-bot authored Jun 28, 2023
1 parent 86b6d23 commit d8418fb
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 69 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 1.2.4

### Added

- Updated Blackfire to version 1.88.0.

## 1.2.3

* Fix Laravel support
Expand Down
132 changes: 66 additions & 66 deletions layers.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,76 +72,76 @@
"me-south-1": 5
},
"blackfire-php-80": {
"ca-central-1": 210,
"eu-central-1": 210,
"eu-north-1": 210,
"eu-west-1": 210,
"eu-west-2": 210,
"eu-west-3": 210,
"sa-east-1": 210,
"us-east-1": 210,
"us-east-2": 210,
"us-west-1": 210,
"us-west-2": 209,
"ap-east-1": 149,
"ap-south-1": 198,
"ap-northeast-1": 198,
"ap-northeast-2": 198,
"ap-northeast-3": 149,
"ap-southeast-1": 198,
"ap-southeast-2": 198,
"eu-south-1": 198,
"eu-south-2": 43,
"af-south-1": 173,
"me-south-1": 124
"ca-central-1": 211,
"eu-central-1": 211,
"eu-north-1": 211,
"eu-west-1": 211,
"eu-west-2": 211,
"eu-west-3": 211,
"sa-east-1": 211,
"us-east-1": 211,
"us-east-2": 211,
"us-west-1": 211,
"us-west-2": 210,
"ap-east-1": 150,
"ap-south-1": 199,
"ap-northeast-1": 199,
"ap-northeast-2": 199,
"ap-northeast-3": 150,
"ap-southeast-1": 199,
"ap-southeast-2": 199,
"eu-south-1": 199,
"eu-south-2": 44,
"af-south-1": 174,
"me-south-1": 125
},
"blackfire-php-81": {
"ca-central-1": 145,
"eu-central-1": 145,
"eu-north-1": 145,
"eu-west-1": 145,
"eu-west-2": 145,
"eu-west-3": 145,
"sa-east-1": 145,
"us-east-1": 145,
"us-east-2": 145,
"us-west-1": 145,
"us-west-2": 145,
"ap-east-1": 145,
"ap-south-1": 145,
"ap-northeast-1": 145,
"ap-northeast-2": 145,
"ap-northeast-3": 145,
"ap-southeast-1": 145,
"ap-southeast-2": 145,
"eu-south-1": 145,
"eu-south-2": 43,
"af-south-1": 120,
"me-south-1": 120
"ca-central-1": 146,
"eu-central-1": 146,
"eu-north-1": 146,
"eu-west-1": 146,
"eu-west-2": 146,
"eu-west-3": 146,
"sa-east-1": 146,
"us-east-1": 146,
"us-east-2": 146,
"us-west-1": 146,
"us-west-2": 146,
"ap-east-1": 146,
"ap-south-1": 146,
"ap-northeast-1": 146,
"ap-northeast-2": 146,
"ap-northeast-3": 146,
"ap-southeast-1": 146,
"ap-southeast-2": 146,
"eu-south-1": 146,
"eu-south-2": 44,
"af-south-1": 121,
"me-south-1": 121
},
"blackfire-php-82": {
"ca-central-1": 24,
"eu-central-1": 24,
"eu-north-1": 24,
"eu-west-1": 24,
"eu-west-2": 24,
"eu-west-3": 24,
"sa-east-1": 24,
"us-east-1": 24,
"us-east-2": 24,
"us-west-1": 24,
"us-west-2": 24,
"ap-east-1": 24,
"ap-south-1": 24,
"ap-northeast-1": 24,
"ap-northeast-2": 24,
"ap-northeast-3": 24,
"ap-southeast-1": 24,
"ap-southeast-2": 24,
"eu-south-1": 24,
"eu-south-2": 24,
"af-south-1": 24,
"me-south-1": 24
"ca-central-1": 25,
"eu-central-1": 25,
"eu-north-1": 25,
"eu-west-1": 25,
"eu-west-2": 25,
"eu-west-3": 25,
"sa-east-1": 25,
"us-east-1": 25,
"us-east-2": 25,
"us-west-1": 25,
"us-west-2": 25,
"ap-east-1": 25,
"ap-south-1": 25,
"ap-northeast-1": 25,
"ap-northeast-2": 25,
"ap-northeast-3": 25,
"ap-southeast-1": 25,
"ap-southeast-2": 25,
"eu-south-1": 25,
"eu-south-2": 25,
"af-south-1": 25,
"me-south-1": 25
},
"bsdiff-php-80": {
"ca-central-1": 3,
Expand Down
6 changes: 3 additions & 3 deletions layers/blackfire/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"80": "1.87.2",
"81": "1.87.2",
"82": "1.87.2"
"80": "1.88.0",
"81": "1.88.0",
"82": "1.88.0"
}

0 comments on commit d8418fb

Please sign in to comment.