0.14.0 (2025-10-31)
0.13.0 (2025-10-31)
0.12.3 (2025-10-30)
0.12.2 (2025-10-30)
0.12.1 (2025-10-30)
0.12.0 (2025-10-30)
- add env vars for cli config and improve arguments + output (#211) (1ea69b5)
- support static dir uploading and detect app folder (#213) (e14021d)
- deps: update rust crate console to 0.16.0 (#185) (25ca7aa)
- deps: update rust crate dialoguer to 0.12.0 (#186) (06e89d5)
0.11.0 (2025-10-08)
- correctly bundle cli (#203) (28c8a7b)
- deps: update dependency esbuild to ^0.25.0 [security] (#144) (1e5ed21)
- deps: update rust crate flume to 0.11.0 (#188) (4ee9ddb)
- #26
11c504cThanks @anbraten! - Skip downloading cli if requested version is already installed and migrate cli code to typescript.
-
#983
b2c1129Thanks @QuiiBz! - Deploy to the specified organization instead of the current selected one -
#932
dd96fd0Thanks @akitaSummer! - AddCompressionStream&DecompressionStreamAPIs -
#972
5dc7bd9Thanks @QuiiBz! - Automatically load .env file from current directory or specified path -
#990
987642dThanks @QuiiBz! - Refactor binary installation to be more stable
-
#916
a8a02ddThanks @QuiiBz! - Replace once_cell with std's OnceLock -
#949
d003a29Thanks @QuiiBz! - Improve performance of Headers & Body (Request & Response) -
#941
2dcce72Thanks @QuiiBz! - Support HTTP/2 (along with HTTP/1.1) infetch() -
#948
1075ea8Thanks @QuiiBz! - Use rustls-ls instead of native-tls
-
#928
28bd4c6Thanks @QuiiBz! - Set content-length header to 0 when body is null and method POST or PUT infetch() -
#925
102bb75Thanks @QuiiBz! - Fixlagon devhot reloading updating after the 2nd request -
dfdb662Thanks @QuiiBz! - Load environment variable file based on current directory
-
#907
6a593cbThanks @QuiiBz! - Reduce loading animation ticks -
#835
12ff778Thanks @QuiiBz! - Improve implementation of Headers, Request, Response and URLSearchParams
- #889
62447baThanks @akitaSummer! - Support RSA-OAEP forSubtleCrypto#encrypt&SubtleCrypto#decrypto
- #863
4e6968aThanks @akitaSummer! - Add AES-CTR toSubtleCrypto#encrypt&SubtleCrypto#decrypt
- #861
22f5cc1Thanks @akitaSummer! - Add RSA-PSS, RSASSA-PKCS1-v1_5 & ECDSA toSubtleCrypto#sign&SubtleCrypto#verify
- #839
52b170aThanks @akitaSummer! - Add SubtleCrypto#deriveBits
- #851
66b1fa5Thanks @akitaSummer! - Add SubtleCrypto#deriveKey
- #830
7d54f3aThanks @QuiiBz! - Add info message with link to get authorization code when usinglagon login
- #610
8e70413Thanks @QuiiBz! - Allow usinglagon devwithout any argument to use the current directory configuration
-
#604
73856f5Thanks @QuiiBz! - Improve functions configuration by saving parameters into a local config file.When using
lagon dev,lagon buildorlagon deploy, you don't need anymore to specify the function's entrypoint and the public directory. These configuration are saved into a local.lagon/config.jsonfile.Note that
lagon devstill allows to specify an entrypoint and public directory as before using arguments and options, making it easy to test locally.