This repository was archived by the owner on Jan 28, 2025. It is now read-only.
File tree 14 files changed +59
-7
lines changed
14 files changed +59
-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.7.0-alpha.8] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8 ) (2022-02-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** core:** use existing upstream ` Cache-Control ` if present on upstream response ([ #2322 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2322 ) ) ([ 4f93ea7] ( https://github.com/serverless-nextjs/serverless-next.js/commit/4f93ea7193018d70f171e3f8fca536da563c71da ) )
11
+
12
+ ### Features
13
+
14
+ - ** nextjs-cdk-construct:** Allow to whitelist headers ([ #2325 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2325 ) ) ([ b975aed] ( https://github.com/serverless-nextjs/serverless-next.js/commit/b975aed9a13f132750a707862242ca81f5e32cc7 ) )
15
+
16
+ ### Reverts
17
+
18
+ - revert "Experimental Next.js 12 Output File Tracing ([ #2169 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2169 ) )" ([ #2324 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2324 ) ) ([ ca7f7f7] ( https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20 ) )
19
+
6
20
# [ 3.7.0-alpha.7] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7 ) (2022-01-27)
7
21
8
22
### Features
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.7.0-alpha.7 " ,
2
+ "version" : " 3.7.0-alpha.8 " ,
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.7.0-alpha.8] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8 ) (2022-02-02)
7
+
8
+ ** Note:** Version bump only for package @sls-next/aws-common
9
+
6
10
# [ 3.7.0-alpha.7] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7 ) (2022-01-27)
7
11
8
12
** 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-alpha.7 " ,
3
+ "version" : " 3.7.0-alpha.8 " ,
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.7.0-alpha.8] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8 ) (2022-02-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** core:** use existing upstream ` Cache-Control ` if present on upstream response ([ #2322 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2322 ) ) ([ 4f93ea7] ( https://github.com/serverless-nextjs/serverless-next.js/commit/4f93ea7193018d70f171e3f8fca536da563c71da ) )
11
+
12
+ ### Reverts
13
+
14
+ - revert "Experimental Next.js 12 Output File Tracing ([ #2169 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2169 ) )" ([ #2324 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2324 ) ) ([ ca7f7f7] ( https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20 ) )
15
+
6
16
# [ 3.7.0-alpha.7] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7 ) (2022-01-27)
7
17
8
18
** 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-alpha.7 " ,
3
+ "version" : " 3.7.0-alpha.8 " ,
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.7.0-alpha.8] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8 ) (2022-02-02)
7
+
8
+ ### Reverts
9
+
10
+ - revert "Experimental Next.js 12 Output File Tracing ([ #2169 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2169 ) )" ([ #2324 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2324 ) ) ([ ca7f7f7] ( https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20 ) )
11
+
6
12
# [ 3.7.0-alpha.7] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7 ) (2022-01-27)
7
13
8
14
** 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-alpha.7 " ,
6
+ "version" : " 3.7.0-alpha.8 " ,
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.7.0-alpha.8] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8 ) (2022-02-02)
7
+
8
+ ### Reverts
9
+
10
+ - revert "Experimental Next.js 12 Output File Tracing ([ #2169 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2169 ) )" ([ #2324 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2324 ) ) ([ ca7f7f7] ( https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20 ) )
11
+
6
12
# [ 3.7.0-alpha.7] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7 ) (2022-01-27)
7
13
8
14
** 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-alpha.7 " ,
3
+ "version" : " 3.7.0-alpha.8 " ,
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.7.0-alpha.8] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8 ) (2022-02-02)
7
+
8
+ ### Features
9
+
10
+ - ** nextjs-cdk-construct:** Allow to whitelist headers ([ #2325 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2325 ) ) ([ b975aed] ( https://github.com/serverless-nextjs/serverless-next.js/commit/b975aed9a13f132750a707862242ca81f5e32cc7 ) )
11
+
6
12
# [ 3.7.0-alpha.7] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7 ) (2022-01-27)
7
13
8
14
** 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-alpha.7 " ,
7
+ "version" : " 3.7.0-alpha.8 " ,
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.7.0-alpha.8] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8 ) (2022-02-02)
7
+
8
+ ### Reverts
9
+
10
+ - revert "Experimental Next.js 12 Output File Tracing ([ #2169 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2169 ) )" ([ #2324 ] ( https://github.com/serverless-nextjs/serverless-next.js/issues/2324 ) ) ([ ca7f7f7] ( https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20 ) )
11
+
6
12
# [ 3.7.0-alpha.7] ( https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7 ) (2022-01-27)
7
13
8
14
** 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-alpha.7 " ,
6
+ "version" : " 3.7.0-alpha.8 " ,
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