Skip to content

Commit 3a2d15f

Browse files
Update download page for v0.8.2
1 parent fa2ce26 commit 3a2d15f

1 file changed

Lines changed: 47 additions & 5 deletions

File tree

.vitepress/data/releases.json

Lines changed: 47 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"dockerImages": [
33
{
4-
"tag": "trueasync/php-true-async:0.8.1-php8.6",
4+
"tag": "trueasync/php-true-async:0.8.2-php8.6",
55
"description": "Ubuntu 24.04 — CLI + FPM"
66
},
77
{
8-
"tag": "trueasync/php-true-async:0.8.1-php8.6-alpine",
8+
"tag": "trueasync/php-true-async:0.8.2-php8.6-alpine",
99
"description": "Alpine 3.20 — CLI + FPM (lightweight)"
1010
},
1111
{
12-
"tag": "trueasync/php-true-async:0.8.1-php8.6-debug",
12+
"tag": "trueasync/php-true-async:0.8.2-php8.6-debug",
1313
"description": "Ubuntu 24.04 — CLI + FPM (debug symbols)"
1414
},
1515
{
16-
"tag": "trueasync/php-true-async:0.8.1-php8.6-frankenphp",
16+
"tag": "trueasync/php-true-async:0.8.2-php8.6-frankenphp",
1717
"description": "Ubuntu 24.04 — FrankenPHP (Caddy + async worker)"
1818
},
1919
{
@@ -30,12 +30,54 @@
3030
}
3131
],
3232
"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+
},
3375
{
3476
"version": "0.8.1",
3577
"date": "2026-07-15",
3678
"php_requires": "PHP 8.6-dev (ZTS)",
3779
"changelog_url": "https://github.com/true-async/releases/releases/tag/v0.8.1",
38-
"old": false,
80+
"old": true,
3981
"platforms": [
4082
{
4183
"name": "Windows",

0 commit comments

Comments
 (0)