This repository was archived by the owner on Jan 28, 2025. It is now read-only.
File tree 14 files changed +50
-7
lines changed
14 files changed +50
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.8.0-alpha.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0 ) (2022-04-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - change defaultNextLambda removalPolicy from DESTROY to RETAIN ([ #2420 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2420 ) ) ([ 1baa444] ( https://github.com/serverless-nextjs/serverless-next.js/commit/1baa4447dea1e8e2f24c7caaa26c0d150176cb7c ) )
11
+ - logging error ([ #2426 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2426 ) ) ([ acfe76e] ( https://github.com/serverless-nextjs/serverless-next.js/commit/acfe76ed36ed5b1cd7b5c6f40323c355bdce4c04 ) )
12
+
13
+ ### Features
14
+
15
+ - allow to set custom handler ([ #2409 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2409 ) ) ([ f5c33ac] ( https://github.com/serverless-nextjs/serverless-next.js/commit/f5c33ac7a3089a7d998b6f17bc0f742c570109f8 ) )
16
+
6
17
# [ 3.7.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.12...v3.7.0 ) (2022-03-31)
7
18
8
19
** Note:** Version bump only for package serverless-nextjs-monorepo
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.7 .0" ,
2
+ "version" : " 3.8.0-alpha .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.8.0-alpha.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0 ) (2022-04-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - logging error ([ #2426 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2426 ) ) ([ acfe76e] ( https://github.com/serverless-nextjs/serverless-next.js/commit/acfe76ed36ed5b1cd7b5c6f40323c355bdce4c04 ) )
11
+
6
12
# [ 3.7.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.12...v3.7.0 ) (2022-03-31)
7
13
8
14
** Note:** Version bump only for package @sls-next/aws-common
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sls-next/aws-common" ,
3
- "version" : " 3.7 .0" ,
3
+ "version" : " 3.8.0-alpha .0" ,
4
4
"description" : " Common AWS code that is used in Lambda, Lambda@Edge and other AWS platforms." ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.8.0-alpha.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0 ) (2022-04-20)
7
+
8
+ ** Note:** Version bump only for package @sls-next/core
9
+
6
10
# [ 3.7.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.12...v3.7.0 ) (2022-03-31)
7
11
8
12
** Note:** Version bump only for package @sls-next/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sls-next/core" ,
3
- "version" : " 3.7 .0" ,
3
+ "version" : " 3.8.0-alpha .0" ,
4
4
"description" : " Handles Next.js routing independent of provider" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.8.0-alpha.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0 ) (2022-04-20)
7
+
8
+ ** Note:** Version bump only for package @sls-next/lambda-at-edge
9
+
6
10
# [ 3.7.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.12...v3.7.0 ) (2022-03-31)
7
11
8
12
** Note:** Version bump only for package @sls-next/lambda-at-edge
Original file line number Diff line number Diff line change 3
3
"publishConfig" : {
4
4
"access" : " public"
5
5
},
6
- "version" : " 3.7 .0" ,
6
+ "version" : " 3.8.0-alpha .0" ,
7
7
"description" : " Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge" ,
8
8
"main" : " dist/index.js" ,
9
9
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.8.0-alpha.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0 ) (2022-04-20)
7
+
8
+ ** Note:** Version bump only for package @sls-next/lambda
9
+
6
10
# [ 3.7.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.12...v3.7.0 ) (2022-03-31)
7
11
8
12
** Note:** Version bump only for package @sls-next/lambda
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sls-next/lambda" ,
3
- "version" : " 3.7 .0" ,
3
+ "version" : " 3.8.0-alpha .0" ,
4
4
"description" : " Code to build and deploy for Lambda + API Gateway" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.8.0-alpha.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0 ) (2022-04-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - change defaultNextLambda removalPolicy from DESTROY to RETAIN ([ #2420 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2420 ) ) ([ 1baa444] ( https://github.com/serverless-nextjs/serverless-next.js/commit/1baa4447dea1e8e2f24c7caaa26c0d150176cb7c ) )
11
+
12
+ ### Features
13
+
14
+ - allow to set custom handler ([ #2409 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2409 ) ) ([ f5c33ac] ( https://github.com/serverless-nextjs/serverless-next.js/commit/f5c33ac7a3089a7d998b6f17bc0f742c570109f8 ) )
15
+
6
16
# [ 3.7.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.12...v3.7.0 ) (2022-03-31)
7
17
8
18
** Note:** Version bump only for package @sls-next/cdk-construct
Original file line number Diff line number Diff line change 4
4
"access" : " public"
5
5
},
6
6
"description" : " Serverless Next.js powered by AWS CDK" ,
7
- "version" : " 3.7 .0" ,
7
+ "version" : " 3.8.0-alpha .0" ,
8
8
"main" : " dist/index.js" ,
9
9
"types" : " dist/index.d.ts" ,
10
10
"author" :
" Henry Kirkness <[email protected] >" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.8.0-alpha.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0 ) (2022-04-20)
7
+
8
+ ** Note:** Version bump only for package @sls-next/serverless-component
9
+
6
10
# [ 3.7.0] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.12...v3.7.0 ) (2022-03-31)
7
11
8
12
** Note:** Version bump only for package @sls-next/serverless-component
Original file line number Diff line number Diff line change 3
3
"publishConfig" : {
4
4
"access" : " public"
5
5
},
6
- "version" : " 3.7 .0" ,
6
+ "version" : " 3.8.0-alpha .0" ,
7
7
"description" : " Serverless Next.js powered by Serverless Components" ,
8
8
"main" : " ./serverless.js" ,
9
9
"types" : " dist/component.d.ts" ,
You can’t perform that action at this time.
0 commit comments