@@ -52,51 +52,56 @@ Once a function is in a `deprecated`, `end_of_support`, or `end_of_life` status,
5252
5353| Name | Status | Information |
5454| ----------------------| ----------------| -----------------------------------------|
55- | Node 8 (` node8 ` ) | End of Support | |
56- | Node 10 (` node10 ` ) | End of Support | |
57- | Node 14 (` node14 ` ) | End of Support | |
58- | Node 16 (` node16 ` ) | End of Support | |
59- | Node 17 (` node17 ` ) | End of Support | Security support ended June 1st 2022. |
60- | Node 18 (` node18 ` ) | Available | |
61- | Node 19 (` node19 ` ) | End of Support | |
55+ | Node 8 (` node8 ` ) | End of Life | |
56+ | Node 10 (` node10 ` ) | End of Life | |
57+ | Node 14 (` node14 ` ) | End of Life | |
58+ | Node 16 (` node16 ` ) | End of Life | |
59+ | Node 17 (` node17 ` ) | End of Life | |
60+ | Node 18 (` node18 ` ) | End of Support | |
61+ | Node 19 (` node19 ` ) | End of Life | |
6262| Node 20 (` node20 ` ) | Available | |
6363| Node 22 (` node22 ` ) | Available | |
6464
6565### Python
6666| Name | Status | Information |
6767| ---------------------------| ----------------| --------------|
6868| Python 2 (` python ` ) | End of Life | |
69- | Python 3 (` python3 ` ) | End of Support | |
70- | Python 3.7 (` python37 ` ) | End of Support | |
71- | Python 3.8 (` python38 ` ) | Available | |
69+ | Python 3 (` python3 ` ) | End of Life | |
70+ | Python 3.7 (` python37 ` ) | End of Life | |
71+ | Python 3.8 (` python38 ` ) | End of Support | |
7272| Python 3.9 (` python39 ` ) | Available | |
7373| Python 3.10 (` python310 ` ) | Available | |
7474| Python 3.11 (` python311 ` ) | Available | |
7575| Python 3.12 (` python312 ` ) | Available | |
76+ | Python 3.13 (` python313 ` ) | Available | |
7677
7778### Go
7879| Name | Status | Information |
7980| -----------------------| ----------------| --------------|
80- | Generic Go (` golang ` ) | End of Support | |
81- | Go 1.13 (` go113 ` ) | End of Support | |
82- | Go 1.17 (` go117 ` ) | End of Support | |
83- | Go 1.18 (` go118 ` ) | End of Support | |
84- | Go 1.19 (` go119 ` ) | End of Support | |
85- | Go 1.20 (` go120 ` ) | Available | |
86- | Go 1.21 (` go121 ` ) | Available | |
81+ | Generic Go (` golang ` ) | End of Life | |
82+ | Go 1.13 (` go113 ` ) | End of Life | |
83+ | Go 1.17 (` go117 ` ) | End of Life | |
84+ | Go 1.18 (` go118 ` ) | End of Life | |
85+ | Go 1.19 (` go119 ` ) | End of Life | |
86+ | Go 1.20 (` go120 ` ) | End of Support | |
87+ | Go 1.21 (` go121 ` ) | End of Support | |
8788| Go 1.22 (` go122 ` ) | Available | |
89+ | Go 1.23 (` go123 ` ) | Available | |
90+ | Go 1.24 (` go124 ` ) | Available | |
8891
8992### PHP
9093| Name | Status | Information |
9194| -----------------------| ----------------| --------------|
9295| PHP 8.2 (` php82 ` ) | Available | |
9396| PHP 8.3 (` php83 ` ) | Available | |
97+ | PHP 8.4 (` php84 ` ) | Available | |
9498
9599### Rust
96100| Name | Status | Information |
97101| -----------------------| ----------------| --------------|
98- | Rust 1.65 (` rust165 ` ) | End of Support | |
99- | Rust 1.79 (` rust179 ` ) | Available | |
102+ | Rust 1.65 (` rust165 ` ) | End of Life | |
103+ | Rust 1.79 (` rust179 ` ) | End of Support | |
104+ | Rust 1.85 (` rust185 ` ) | Available | Edition 2024 |
100105
101106## Runtimes additional information
102107
@@ -114,9 +119,9 @@ This page contains useful information on how Serverless Functions runtimes are b
114119| ` log_errors ` | Off |
115120| ` file_uploads{} ` | On |
116121
117- #### PHP 8.2 supported extensions
122+ #### PHP 8.2 and 8.3 supported extensions
118123
119- Supported PHP extensions for the [ PHP 8.2] ( https://www.php.net/ChangeLog-8.php#8.2.0 ) runtime
124+ Supported PHP extensions for the [ PHP 8.2] ( https://www.php.net/ChangeLog-8.php#8.2.0 ) and [ PHP 8.3 ] ( https://www.php.net/ChangeLog-8.php#PHP_8_3 ) runtime.
120125
121126| PHP extensions | | | | | | | |
122127| -------------- | - | -------------- | - | -------------- | - | -------------- | - |
@@ -153,3 +158,44 @@ Supported PHP extensions for the [PHP 8.2](https://www.php.net/ChangeLog-8.php#8
153158| xmldiff | ✓ | xmlreader | ✓ | xmlrpc | ✓ | xmlwriter | ✓ |
154159| xsl | ✓ | yac | ✓ | yaml | ✓ | Zend OPcache | ✓ |
155160| zephir_parser | ✓ | zip | ✓ | zlib | ✓ | zstd | ✓ |
161+
162+ #### PHP 8.4 supported extensions
163+
164+ Supported PHP extensions for the [ PHP 8.4] ( https://www.php.net/ChangeLog-8.php#PHP_8_4 ) runtime.
165+
166+ | PHP extensions | | | | | | | |
167+ | -------------- | - | -------------- | - | -------------- | - | -------------- | - |
168+ | amqp | ✓ | apcu | ✓ | ast | ✓ | bcmath | ✓ |
169+ | bz2 | ✓ | calendar | ✓ | Core | ✓ | csv | ✓ |
170+ | ctype | ✓ | curl | ✓ | date | ✓ | dba | ✓ |
171+ | ddtrace | ✓ | decimal | ✓ | dom | ✓ | ds | ✓ |
172+ | enchant | ✓ | ev | ✓ | event | ✓ | excimer | ✓ |
173+ | exif | ✓ | FFI | ✓ | fileinfo | ✓ | filter | ✓ |
174+ | ftp | ✓ | gd | ✓ | geospatial | ✓ | gettext | ✓ |
175+ | gmp | ✓ | gnupg | ✓ | grpc | ✓ | hash | ✓ |
176+ | http | ✓ | iconv | ✓ | igbinary | ✓ | imagick | ✓ |
177+ | imap | ✓ | inotify | ✓ | intl | ✓ | ion | ✓ |
178+ | json | ✓ | json_post | ✓ | ldap | ✓ | libsmbclient | ✓ |
179+ | libxml | ✓ | luasandbox | ✓ | lz4 | ✓ | lzf | ✓ |
180+ | mailparse | ✓ | maxminddb | ✓ | mbstring | ✓ | mcrypt | x |
181+ | memcache | ✓ | memcached | ✓ | mongodb | ✓ | msgpack | ✓ |
182+ | mysqli | ✓ | mysqlnd | ✓ | OAuth | ✓ | oci8 | ✓ |
183+ | odbc | ✓ | opencensus | x | openssl | ✓ | parle | ✓ |
184+ | pcntl | ✓ | pcov | ✓ | pcre | ✓ | PDO | ✓ |
185+ | pdo_dblib | ✓ | PDO_Firebird | ✓ | pdo_mysql | ✓ | PDO_OCI | ✓ |
186+ | PDO_ODBC | ✓ | pdo_pgsql | ✓ | pdo_sqlite | ✓ | pdo_sqlsrv | ✓ |
187+ | pgsql | ✓ | Phar | ✓ | php_trie | ✓ | posix | ✓ |
188+ | protobuf | ✓ | pspell | ✓ | random | ✓ | raphf | ✓ |
189+ | rdkafka | ✓ | readline | ✓ | redis | ✓ | Reflection | ✓ |
190+ | SeasLog | x | session | ✓ | shmop | ✓ | simdjson | ✓ |
191+ | SimpleXML | ✓ | smbclient | ✓ | snappy | ✓ | snmp | ✓ |
192+ | soap | ✓ | sockets | ✓ | sodium | ✓ | solr | ✓ |
193+ | SPL | ✓ | SPX | ✓ | sqlite3 | ✓ | sqlsrv | ✓ |
194+ | ssh2 | ✓ | standard | ✓ | Stomp | ✓ | swoole | ✓ |
195+ | sysvmsg | ✓ | sysvsem | ✓ | sysvshm | ✓ | tidy | ✓ |
196+ | timezonedb | ✓ | tokenizer | ✓ | uploadprogress | ✓ | uuid | ✓ |
197+ | vips | ✓ | xdiff | ✓ | xlswriter | ✓ | xml | ✓ |
198+ | xmldiff | ✓ | xmlreader | ✓ | xmlrpc | ✓ | xmlwriter | ✓ |
199+ | xsl | ✓ | yac | ✓ | yaml | ✓ | Zend OPcache | ✓ |
200+ | zephir_parser | ✓ | zip | ✓ | zlib | ✓ | zstd | ✓ |
201+
0 commit comments