diff --git a/.changeset/early-elephants-repeat.md b/.changeset/early-elephants-repeat.md deleted file mode 100644 index 571f96ff2..000000000 --- a/.changeset/early-elephants-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/runtime': patch ---- - -Terminate isolates with 2 heartbeats missed diff --git a/.changeset/funny-dancers-behave.md b/.changeset/funny-dancers-behave.md deleted file mode 100644 index 06c99d18f..000000000 --- a/.changeset/funny-dancers-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Reply 403 for HTTP access to cron functions diff --git a/.changeset/grumpy-meals-repair.md b/.changeset/grumpy-meals-repair.md deleted file mode 100644 index 80cbd24b4..000000000 --- a/.changeset/grumpy-meals-repair.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/docs': patch -'@lagon/js-runtime': patch ---- - -Add `AsyncLocalStorage` & `AsyncContext` APIs diff --git a/.changeset/modern-peaches-repair.md b/.changeset/modern-peaches-repair.md deleted file mode 100644 index 71f0df0a9..000000000 --- a/.changeset/modern-peaches-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/runtime': patch ---- - -Block thread while waiting for new requests diff --git a/.changeset/new-cats-kiss.md b/.changeset/new-cats-kiss.md deleted file mode 100644 index 18aa6a790..000000000 --- a/.changeset/new-cats-kiss.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/runtime': patch -'@lagon/serverless': patch ---- - -Allow parallel requests to the same isolate diff --git a/.changeset/nice-pans-train.md b/.changeset/nice-pans-train.md deleted file mode 100644 index cab447189..000000000 --- a/.changeset/nice-pans-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Remove useless LAGON_WORKERS env variable diff --git a/.changeset/proud-roses-allow.md b/.changeset/proud-roses-allow.md deleted file mode 100644 index eadd41bb6..000000000 --- a/.changeset/proud-roses-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/www': patch ---- - -Avoid white blank space when scrolling to the top/bottom of the page diff --git a/.changeset/rude-suits-argue.md b/.changeset/rude-suits-argue.md deleted file mode 100644 index 5892ac1f8..000000000 --- a/.changeset/rude-suits-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/dashboard': patch ---- - -Fix an issue that prevented deleting environment variables diff --git a/.changeset/short-hounds-flash.md b/.changeset/short-hounds-flash.md deleted file mode 100644 index 44130d443..000000000 --- a/.changeset/short-hounds-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Listen Redis Pub/Sub in another thread diff --git a/.changeset/smart-hotels-camp.md b/.changeset/smart-hotels-camp.md deleted file mode 100644 index 60ab1c5a5..000000000 --- a/.changeset/smart-hotels-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lagon/cli': patch -'@lagon/docs': patch ---- - -Allow `lagon deploy` & `lagon build` to specify files and folders diff --git a/.changeset/spicy-humans-battle.md b/.changeset/spicy-humans-battle.md deleted file mode 100644 index c7874e3cf..000000000 --- a/.changeset/spicy-humans-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Reuse isolates across domains using the same deployment id diff --git a/.changeset/twelve-sheep-type.md b/.changeset/twelve-sheep-type.md deleted file mode 100644 index a4b9e265e..000000000 --- a/.changeset/twelve-sheep-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/serverless': patch ---- - -Split pub/sub & s3 downloading logic into separate crates diff --git a/.changeset/young-shoes-explain.md b/.changeset/young-shoes-explain.md deleted file mode 100644 index a17ee0fab..000000000 --- a/.changeset/young-shoes-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lagon/cli': patch ---- - -Exit with code 1 on error diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 2854100f3..7c0454bdb 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @lagon/cli +## 0.5.5 + +### Patch Changes + +- [#684](https://github.com/lagonapp/lagon/pull/684) [`9da1136`](https://github.com/lagonapp/lagon/commit/9da113606e60078b62f7cc57ba4a31baafd64025) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `AsyncLocalStorage` & `AsyncContext` APIs + +* [#676](https://github.com/lagonapp/lagon/pull/676) [`54e37e3`](https://github.com/lagonapp/lagon/commit/54e37e34b3d49a1ecc70203db4a4bd99165bfa1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow parallel requests to the same isolate + +- [#688](https://github.com/lagonapp/lagon/pull/688) [`0dffdb2`](https://github.com/lagonapp/lagon/commit/0dffdb215058bdab6617e342b0b17525ff6e4cf7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `lagon deploy` & `lagon build` to specify files and folders + +* [#697](https://github.com/lagonapp/lagon/pull/697) [`f2edf38`](https://github.com/lagonapp/lagon/commit/f2edf38f258cd47d9984f9fd90c9ec67e30912f9) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Exit with code 1 on error + ## 0.5.4 ### Patch Changes diff --git a/crates/cli/package.json b/crates/cli/package.json index 21db82c2a..dd24b43dd 100644 --- a/crates/cli/package.json +++ b/crates/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/cli", - "version": "0.5.4", + "version": "0.5.5", "description": "CLI for Lagon", "type": "module", "files": [ diff --git a/crates/runtime/CHANGELOG.md b/crates/runtime/CHANGELOG.md index b1df4d96d..10bfda89f 100644 --- a/crates/runtime/CHANGELOG.md +++ b/crates/runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # @lagon/runtime +## 0.3.8 + +### Patch Changes + +- [#679](https://github.com/lagonapp/lagon/pull/679) [`f8d78b7`](https://github.com/lagonapp/lagon/commit/f8d78b71538f908a3b86b1f748c8fb8bd969c926) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Terminate isolates with 2 heartbeats missed + +* [#680](https://github.com/lagonapp/lagon/pull/680) [`4ce40b8`](https://github.com/lagonapp/lagon/commit/4ce40b8dfa6f412968dbac63e004051684996c4d) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Block thread while waiting for new requests + +- [#676](https://github.com/lagonapp/lagon/pull/676) [`54e37e3`](https://github.com/lagonapp/lagon/commit/54e37e34b3d49a1ecc70203db4a4bd99165bfa1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow parallel requests to the same isolate + ## 0.3.7 ### Patch Changes diff --git a/crates/runtime/package.json b/crates/runtime/package.json index 99d641ab3..0cd6b0abf 100644 --- a/crates/runtime/package.json +++ b/crates/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/runtime", - "version": "0.3.7", + "version": "0.3.8", "description": "JavaScript Serverless Runtime for Lagon", "private": true, "scripts": { diff --git a/crates/serverless/CHANGELOG.md b/crates/serverless/CHANGELOG.md index 1a440eb62..d080a0442 100644 --- a/crates/serverless/CHANGELOG.md +++ b/crates/serverless/CHANGELOG.md @@ -1,5 +1,21 @@ # @lagon/serverless +## 0.1.25 + +### Patch Changes + +- [#665](https://github.com/lagonapp/lagon/pull/665) [`a2ba9ce`](https://github.com/lagonapp/lagon/commit/a2ba9cec1bdfcabaee1e286f9a091f3a97899700) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reply 403 for HTTP access to cron functions + +* [#676](https://github.com/lagonapp/lagon/pull/676) [`54e37e3`](https://github.com/lagonapp/lagon/commit/54e37e34b3d49a1ecc70203db4a4bd99165bfa1c) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow parallel requests to the same isolate + +- [#681](https://github.com/lagonapp/lagon/pull/681) [`e714ac3`](https://github.com/lagonapp/lagon/commit/e714ac3aed03fc3ae2703a9c22ee738cccd89136) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Remove useless LAGON_WORKERS env variable + +* [#665](https://github.com/lagonapp/lagon/pull/665) [`a2ba9ce`](https://github.com/lagonapp/lagon/commit/a2ba9cec1bdfcabaee1e286f9a091f3a97899700) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Listen Redis Pub/Sub in another thread + +- [#665](https://github.com/lagonapp/lagon/pull/665) [`a2ba9ce`](https://github.com/lagonapp/lagon/commit/a2ba9cec1bdfcabaee1e286f9a091f3a97899700) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Reuse isolates across domains using the same deployment id + +* [#681](https://github.com/lagonapp/lagon/pull/681) [`e714ac3`](https://github.com/lagonapp/lagon/commit/e714ac3aed03fc3ae2703a9c22ee738cccd89136) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Split pub/sub & s3 downloading logic into separate crates + ## 0.1.24 ### Patch Changes diff --git a/crates/serverless/package.json b/crates/serverless/package.json index 164d71c96..4b1172699 100644 --- a/crates/serverless/package.json +++ b/crates/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/serverless", - "version": "0.1.24", + "version": "0.1.25", "description": "Serverless software using Lagon Runtime", "private": true, "scripts": { diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 0692ea8af..6e97b02a9 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/dashboard +## 0.3.1 + +### Patch Changes + +- [#678](https://github.com/lagonapp/lagon/pull/678) [`499bb53`](https://github.com/lagonapp/lagon/commit/499bb53d94ece73b29c3ea43e2f64809d03f7f0b) Thanks [@danielroe](https://github.com/danielroe)! - Fix an issue that prevented deleting environment variables + ## 0.3.0 ### Minor Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 78ed5aacb..ce3f67e92 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/dashboard", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 00d456a1b..696c07127 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # @lagon/docs +## 0.3.2 + +### Patch Changes + +- [#684](https://github.com/lagonapp/lagon/pull/684) [`9da1136`](https://github.com/lagonapp/lagon/commit/9da113606e60078b62f7cc57ba4a31baafd64025) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `AsyncLocalStorage` & `AsyncContext` APIs + +* [#688](https://github.com/lagonapp/lagon/pull/688) [`0dffdb2`](https://github.com/lagonapp/lagon/commit/0dffdb215058bdab6617e342b0b17525ff6e4cf7) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Allow `lagon deploy` & `lagon build` to specify files and folders + ## 0.3.1 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index d746e8ad6..0e1729cea 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/docs", - "version": "0.3.1", + "version": "0.3.2", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/js-runtime/CHANGELOG.md b/packages/js-runtime/CHANGELOG.md index 474a5a5f6..3000df065 100644 --- a/packages/js-runtime/CHANGELOG.md +++ b/packages/js-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/js-runtime +## 0.3.8 + +### Patch Changes + +- [#684](https://github.com/lagonapp/lagon/pull/684) [`9da1136`](https://github.com/lagonapp/lagon/commit/9da113606e60078b62f7cc57ba4a31baafd64025) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Add `AsyncLocalStorage` & `AsyncContext` APIs + ## 0.3.7 ## 0.3.6 diff --git a/packages/js-runtime/package.json b/packages/js-runtime/package.json index db6778da0..80713be6a 100644 --- a/packages/js-runtime/package.json +++ b/packages/js-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/js-runtime", - "version": "0.3.7", + "version": "0.3.8", "description": "JavaScript Runtime", "private": true, "type": "module", diff --git a/www/CHANGELOG.md b/www/CHANGELOG.md index c1d5b6915..b7bd99401 100644 --- a/www/CHANGELOG.md +++ b/www/CHANGELOG.md @@ -1,5 +1,11 @@ # @lagon/www +## 1.0.1 + +### Patch Changes + +- [#675](https://github.com/lagonapp/lagon/pull/675) [`2ba1203`](https://github.com/lagonapp/lagon/commit/2ba12035c36f08c75ca3e32ea7f2b76b5093edc7) Thanks [@ColinLienard](https://github.com/ColinLienard)! - Avoid white blank space when scrolling to the top/bottom of the page + ## 1.0.0 ### Major Changes diff --git a/www/package.json b/www/package.json index e6c9ddf03..f3bff34bf 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@lagon/www", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "dev": "next dev",