|
1 | 1 | { |
2 | 2 | "dockerImages": [ |
3 | 3 | { |
4 | | - "tag": "trueasync/php-true-async:0.8.1-php8.6", |
| 4 | + "tag": "trueasync/php-true-async:0.8.2-php8.6", |
5 | 5 | "description": "Ubuntu 24.04 — CLI + FPM" |
6 | 6 | }, |
7 | 7 | { |
8 | | - "tag": "trueasync/php-true-async:0.8.1-php8.6-alpine", |
| 8 | + "tag": "trueasync/php-true-async:0.8.2-php8.6-alpine", |
9 | 9 | "description": "Alpine 3.20 — CLI + FPM (lightweight)" |
10 | 10 | }, |
11 | 11 | { |
12 | | - "tag": "trueasync/php-true-async:0.8.1-php8.6-debug", |
| 12 | + "tag": "trueasync/php-true-async:0.8.2-php8.6-debug", |
13 | 13 | "description": "Ubuntu 24.04 — CLI + FPM (debug symbols)" |
14 | 14 | }, |
15 | 15 | { |
16 | | - "tag": "trueasync/php-true-async:0.8.1-php8.6-frankenphp", |
| 16 | + "tag": "trueasync/php-true-async:0.8.2-php8.6-frankenphp", |
17 | 17 | "description": "Ubuntu 24.04 — FrankenPHP (Caddy + async worker)" |
18 | 18 | }, |
19 | 19 | { |
|
30 | 30 | } |
31 | 31 | ], |
32 | 32 | "versions": [ |
| 33 | + { |
| 34 | + "version": "0.8.2", |
| 35 | + "date": "2026-07-15", |
| 36 | + "php_requires": "PHP 8.6-dev (ZTS)", |
| 37 | + "changelog_url": "https://github.com/true-async/releases/releases/tag/v0.8.2", |
| 38 | + "old": false, |
| 39 | + "platforms": [ |
| 40 | + { |
| 41 | + "name": "Windows", |
| 42 | + "files": [ |
| 43 | + { |
| 44 | + "name": "php-trueasync-0.8.2-php8.6-windows-x64.zip", |
| 45 | + "label": "Release", |
| 46 | + "url": "https://github.com/true-async/releases/releases/download/v0.8.2/php-trueasync-0.8.2-php8.6-windows-x64.zip", |
| 47 | + "size": "~38 MB", |
| 48 | + "sha256": "see sha256sums.txt in release" |
| 49 | + }, |
| 50 | + { |
| 51 | + "name": "php-trueasync-0.8.2-php8.6-windows-x64-debug.zip", |
| 52 | + "label": "Debug", |
| 53 | + "url": "https://github.com/true-async/releases/releases/download/v0.8.2/php-trueasync-0.8.2-php8.6-windows-x64-debug.zip", |
| 54 | + "size": "~36 MB", |
| 55 | + "sha256": "see sha256sums.txt in release" |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "php-trueasync-0.8.2-php8.6-windows-x64-frankenphp.zip", |
| 59 | + "label": "FrankenPHP", |
| 60 | + "url": "https://github.com/true-async/releases/releases/download/v0.8.2/php-trueasync-0.8.2-php8.6-windows-x64-frankenphp.zip", |
| 61 | + "size": "~19 MB", |
| 62 | + "sha256": "see sha256sums.txt in release" |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "php-trueasync-0.8.2-php8.6-windows-x64-debug-frankenphp.zip", |
| 66 | + "label": "FrankenPHP Debug", |
| 67 | + "url": "https://github.com/true-async/releases/releases/download/v0.8.2/php-trueasync-0.8.2-php8.6-windows-x64-debug-frankenphp.zip", |
| 68 | + "size": "~19 MB", |
| 69 | + "sha256": "see sha256sums.txt in release" |
| 70 | + } |
| 71 | + ] |
| 72 | + } |
| 73 | + ] |
| 74 | + }, |
33 | 75 | { |
34 | 76 | "version": "0.8.1", |
35 | 77 | "date": "2026-07-15", |
36 | 78 | "php_requires": "PHP 8.6-dev (ZTS)", |
37 | 79 | "changelog_url": "https://github.com/true-async/releases/releases/tag/v0.8.1", |
38 | | - "old": false, |
| 80 | + "old": true, |
39 | 81 | "platforms": [ |
40 | 82 | { |
41 | 83 | "name": "Windows", |
|
0 commit comments