Open greenkeeper[bot] opened 4 years ago
After pinning to 1.61.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
serverless was updated from 1.62.0
to 1.63.0
.Your tests are still failing with this version. Compare changes
destinations
config on stream events (#7262) (ea4ac26)sls logs
so it also covers output from aliases (#7270) (4468805), closes #7214The new version differs by 14 commits.
b9c8049
chore: Release
6780415
docs: Add documentation
69170d0
feat(AWS HTTP API): Initial basic routes configuration support
df39c93
test: Fixtures setup
acb3dbb
refactor(AWS APIGW): Secure APIGateway endpoints resolution
f5fec57
chore: Register 'AWS HTTP API' commit message scope
3a6865d
refactor(AWS Lambda): Generalize target alias resolution
2ffbbaa
docs: Add WSGI support clarification
382c0bf
feat: Support rich and reusable S3 buckets configuration (#7156)
ea4ac26
feat: Support destinations
config on stream events (#7262)
4468805
fix: Fix sls logs
so it also covers output from aliases (#7270)
f426ed7
fix(Standalone): Ensure to use proper CLI params parser
8c100ad
docs: Add docs on output sub command
2eae44b
docs: Add docs on param sub commad
See the full diff
devDependency
serverless was updated from 1.63.0
to 1.64.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
provider.logs.restApi.roleManagedExternally
(#7333) (9b701a4) (coyoteecd)authorizer.managedExternally
option for http
event authorizers (#7327) (7abb23e) (Geoff Baskwill)provider.rolePermissionsBoundary
to set IAM boundary (#7319) (09466b5) (Thomas Schaaf)provider.alb.targetGroupPrefix
setting (#7322) (3910df1) (isen-ng & jinhong-)deploymentBucket.maxPreviousDeploymentArtifacts
customization (#7283) (0241468) (Edmundo Santos)The new version differs by 25 commits.
b05b934
chore: Release v1.64.0
1c7bab5
chore: Update dependencies
59634e7
docs: Document components debugging and custom domains(#7347)
fbf99fa
feat(AWS HTTP API): JWT authorizers support
1dcc53b
refactor(AWS HTTP API): Nest routeTargetData in config
9b701a4
feat(AWS APIGW): Support logs.restApi.roleManagedExternally
(#7333)
ca69387
feat(AWS HTTP API): CORS configuration
adcf5be
test: Utility to extened pre-prepared fixtures
dfeca8e
test(AWS HTTP API): Rename fixture
29b37d7
ci: Workaround npm crash on Windows
44c2342
fix(AWS HTTP API): Publish to default stage
ed4b6ef
test(AWS HTTP API): Fix typo
3910df1
feat: Support provider.alb.targetGroupPrefix setting (#7322)
9eba218
feat: Support Kinesis Enhanced Fan-out (Consumer) streams (#7320)
7abb23e
feat: Support managedExternally
option for authorizers (#7327)
There are 25 commits in total.
See the full diff
devDependency
serverless was updated from 1.64.0
to 1.64.1
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
The new version differs by 30 commits.
39e0837
chore: Release v1.64.1
924b1c5
fix(AWS HTTP API): Configure default stage explicity
1c13582
fix: Follow symlinks when writing a config (#7374)
e674727
fix: Service state path resolution (#7388)
a019bfa
fix: When packaging do not crash on deps with no package.json (#7368)
b05b934
chore: Release v1.64.0
1c7bab5
chore: Update dependencies
59634e7
docs: Document components debugging and custom domains(#7347)
fbf99fa
feat(AWS HTTP API): JWT authorizers support
1dcc53b
refactor(AWS HTTP API): Nest routeTargetData in config
9b701a4
feat(AWS APIGW): Support logs.restApi.roleManagedExternally
(#7333)
ca69387
feat(AWS HTTP API): CORS configuration
adcf5be
test: Utility to extened pre-prepared fixtures
dfeca8e
test(AWS HTTP API): Rename fixture
29b37d7
ci: Workaround npm crash on Windows
There are 30 commits in total.
See the full diff
devDependency
serverless was updated from 1.64.1
to 1.65.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
timeout
configuration (#7401) (df9846d) (Mariusz Nowak)resource.extensions
for safe resource extensions (#7352) (08ec261) (Geoff Baskwill).
case) for local invocation (#7398) (d84e9e7) (Arben Bakiu)redrivePolicy
(#7277) (292b1ca) (tcastelli)The new version differs by 65 commits.
91e99a2
chore: Release v1.65.0
b56a861
chore: Extend possible message scopes
59b3dce
chore: Update dependencies
506ad86
fix(Standalone): Ensure to bundle local invocation non Node.js artifcats
39309ab
chore: Do not restrict lines length in body
8d27d83
chore: Extend list of accepted scopes
605c65b
chore: Ensure alphabetical order of scopes
d49c197
chore: Upgrade object-hash to v2 (#7408)
00f8f97
docs: Remove v0.5 documentation
df9846d
feat(AWS HTTP API): Support timeout
configuration
2de1546
docs(AWS HTTP API): Expose id
setting in serverless.yml
doc
d84e9e7
fix: Fix handler resolution (multi . case) for local invocation (#7398)
0ed52f6
feat: Support Cloud Components (#7390)
7bc35bc
docs: Add missing colons to AWS::AccountId (#7393)
11587ca
ci: Fix install in deploy build on windows
There are 65 commits in total.
See the full diff
devDependency
serverless was updated from 1.65.0
to 1.66.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
timeout
setting is respected (#7420) (b52a41d) (Mariusz Nowak)The new version differs by 84 commits.
ff919cd
chore: Release v1.66.0
ef48fd9
chore: Update dependencies
7992f8e
chore: Register 'AWS S3' commit message scope
9b627fb
fix(AWS Websocket): Fix AWS partition support (#7430)
7310782
fix(Variables): Relax pattern to allow non-ascii defaults (#7431)
8ed6a6e
feat(AWS Lambda): Support destinations configuration
55a98bd
refactor(AWS Lambda): Introduce reusable lambda ARN resolver
e8d4606
refactor(AWS Lambda): Reconfigure condition
bd7f8cb
ci: Fix buggy npm configuration
d4b53dd
docs: Dashboard documentation updates (#7421)
a626505
docs: Improve security (#7426)
0898664
fix(AWS Cognito): Fix pool update handling
410123a
chore: Register 'AWS Cognito' message scope
b52a41d
fix(AWS HTTP API): Ensure function timeout setting is respected
ba84179
docs: Explain how to become a maintainer
There are 84 commits in total.
See the full diff
devDependency
serverless was updated from 1.66.0
to 1.67.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
~/..
paths (#7381) (962506b) (Ada Ye)httpApi
event (#7467) (841aac9) (Mariusz Nowak)The new version differs by 99 commits.
79bfffb
chore: Release v1.67.0
5953772
chore: Bump dependencies
7a3a45f
fix(AWS Lambda): Respect external IAM role at destinations
903ec8c
test: Move scope of final cleanup
498cc20
Update the /framework/docs/getting-started/ page (update content Mar 19) (#7488)
8f25f87
Update the /framework/docs/getting-started/ page (#7484)
dc958ff
refactor(AWS HTTP API): Ensure function name in a warning message
841aac9
fix(AWS HTTP API): Do not validate timeout when no httpApi event
2a0f786
feat: Added docs for SFPro SDK endpoint instrumentation (#7475)
962506b
fix(Templates): Fix support for ~/..
paths (#7381)
359f2e0
chore: Register 'Templates' commit message scope
2d25e67
feat(AWS Websocket): routeResponseSelectionExpression
setting (#7233)
77baea0
chore: Remove mistakenly commited files
651e59d
Fixed typos in http-api.md (#7465)
f822ae7
Corrected typo preview-deployments.md (#7445)
There are 99 commits in total.
See the full diff
devDependency
serverless was updated from 1.67.0
to 1.67.1
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
The new version differs by 115 commits.
a6e6bdb
chore: Release v1.67.1
145cd6e
chore: Bump dependencies
8e85fe6
feat(Standalone): Support China mirror for binary downloads
8d4ed6d
refactor(AWS HTTP API): Unify warning messages
08ad5ce
refactor(AWS HTTP API): Improve error message for 29s timeout
3138ef1
fix(AWS ALB): Fix handling of provisioned concurrency (#7285)
09a276a
add components notice
d5f41ce
docs: Fix documentation meta data (#7541)
26cc120
chore: Fix broken link in docs and add clarifying information (#7539)
580fbb8
docs: Add section about welcoming new maintainers
2b09adb
docs: Update Chinese site docs of Serverless Framework (#7535)
00f1a28
docs: Dashboard and AWS API Gateway updates (#7469)
001f56c
fix: Recognize AWS Web Identify Credentials (#7442)
e3c21b0
docs: Improve main documenation (#7529)
76ade5e
docs(AWS HTTP API): Provide link to REST API vs. HTTP API table (#7515)
There are 115 commits in total.
See the full diff
devDependency
serverless was updated from 1.67.1
to 1.67.2
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
The new version differs by 118 commits.
7ac29d2
chore: Release v1.67.2
327d145
chore: Update dependencies
03634b5
docs: Improve CHANGELOG
a6e6bdb
chore: Release v1.67.1
145cd6e
chore: Bump dependencies
8e85fe6
feat(Standalone): Support China mirror for binary downloads
8d4ed6d
refactor(AWS HTTP API): Unify warning messages
08ad5ce
refactor(AWS HTTP API): Improve error message for 29s timeout
3138ef1
fix(AWS ALB): Fix handling of provisioned concurrency (#7285)
09a276a
add components notice
d5f41ce
docs: Fix documentation meta data (#7541)
26cc120
chore: Fix broken link in docs and add clarifying information (#7539)
580fbb8
docs: Add section about welcoming new maintainers
2b09adb
docs: Update Chinese site docs of Serverless Framework (#7535)
00f1a28
docs: Dashboard and AWS API Gateway updates (#7469)
There are 118 commits in total.
See the full diff
devDependency
serverless was updated from 1.67.2
to 1.67.3
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
The new version differs by 121 commits.
80f1c79
chore: Release v1.67.3
7b0c18e
fix(Components): Handle gently initialization errors
6eda4aa
refactor(Components): Remove check that was put into components logic
7ac29d2
chore: Release v1.67.2
327d145
chore: Update dependencies
03634b5
docs: Improve CHANGELOG
a6e6bdb
chore: Release v1.67.1
145cd6e
chore: Bump dependencies
8e85fe6
feat(Standalone): Support China mirror for binary downloads
8d4ed6d
refactor(AWS HTTP API): Unify warning messages
08ad5ce
refactor(AWS HTTP API): Improve error message for 29s timeout
3138ef1
fix(AWS ALB): Fix handling of provisioned concurrency (#7285)
09a276a
add components notice
d5f41ce
docs: Fix documentation meta data (#7541)
26cc120
chore: Fix broken link in docs and add clarifying information (#7539)
There are 121 commits in total.
See the full diff
devDependency
serverless was updated from 1.67.3
to 1.68.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
ruby2.7
runtime (#7538) (a6b3154) (Yotaro)Enabled
property (#7532) (8abae84), closes #7438 (Michael Wolfenden)The new version differs by 132 commits.
b3b51c1
chore: Release v1.68.0
c7d91a3
chore: Update dependencies
8abae84
fix(AWS SQS): Fix resolution of Enabled
property (#7532)
1e69d74
chore: Configure 'AWS SQS' commit message namespace
a6b3154
feat(AWS Local Invocation): Support ruby2.7 runtime (#7538)
2b22f49
docs: Document serverless.yml for Azure provider (#7526)
d3bf39a
feat(Templates): Support ssh format download template urls (#7588)
8c644f1
feat(AWS ALB): Cognito and Oidc authentication support (#7372)
345b9e6
fix(Templates): Fix Azure Functions Python template (#7452)
7479a9a
fix(AWS HTTP API): Support HTTP API name customization (#7434)
0480038
docs: Add documentation for dashboard log-based polling option (#7585)
80f1c79
chore: Release v1.67.3
7b0c18e
fix(Components): Handle gently initialization errors
6eda4aa
refactor(Components): Remove check that was put into components logic
7ac29d2
chore: Release v1.67.2
There are 132 commits in total.
See the full diff
devDependency
serverless was updated from 1.68.0
to 1.69.0
.Your tests are still failing with this version. Compare changes
operationId
setting (#7617) (23bbcea) (Ryan Toussaint)maximumRetryAttempts
option (#7620) (9416e72) (Conrad Kurth)cors: true
(#7482) (57fec3f) (Bhuser)Enabled
setting (#7552) (10c016f) (Clar Charron)The new version differs by 151 commits.
20a8c83
chore: Release v1.69.0
20af53e
chore: Update dependencies
9416e72
feat(AWS SQS): Support maximumRetryAttempts
option (#7620)
4e2983b
test(AWS Websocket): Temporary handling of eventually failing test
99db402
test(AWS Websocket): Stop sending messages on error
946d32c
fix(AWS Info): Fix calculation of resources count (#7587)
c90d1ac
chore: Register 'AWS Info' commit message scope
f4985f3
docs: Update go project best practices (#7562)
57fec3f
fix(AWS API Gateway): Fix origin wildcard handling with cors: true
7d3636f
feat(Variables): Support region selection of SSM variables (#7625)
4c2a52d
feat(AWS HTTP API): Support payload format version customization (#7623)
23bbcea
feat(AWS API Gateway): Support operationId
setting (#7617)
c6974a6
test(AWS Websocket): Resend messsage if reception was not confirmed
90ceecd
fix(AWS HTTP API): Fix default log format
d6f7e5e
chore: List "jszip" as dev dependency
There are 151 commits in total.
See the full diff
devDependency
serverless was updated from 1.69.0
to 1.70.0
.Your tests are still failing with this version. Compare changes
rollback function
command (#7648) (03ad56b) () (Ahmad Mahmoud Mohammad)The new version differs by 38 commits.
a49f8d4
chore: Bump dependencies
254ef96
chore: Release v1.70.0
9c2becd
test: Fix node-fetch
customization after it's upgrade to v2
6b3a789
fix(AWS Deploy): Fix generation of custom resource lambda zip
df50f4c
chore: Upgrade 'standard-version' to v8
b62cb35
chore: Upgrade 'sinon' to v8
6c78e4a
chore: Upgrade 'nyc' to v15
3a9a67b
chore: Upgrade 'yargs-parser' to v18
aed5d0a
chore: Upgrade 'semver-regex' to v2
4b8a9e9
chore: Upgrade 'node-fetch' to v2
868db04
chore: Upgrade 'https-proxy-agent' to v5
16237b8
chore: Upgrade get-stdin to v6
e1092af
refactor: Drop sentry reporting as it's not used
763a9a3
chore: Bump dependencies
843c909
chore: Upgrade 'ci-info' to v2
There are 38 commits in total.
See the full diff
devDependency
serverless was updated from 1.70.0
to 1.70.1
.Your tests are still failing with this version. Compare changes
_.isArray
with native Array.isArray
(#7703) (3fe2e98) (Tatsuno Yasuhiro)archiver
to v3 (#7712) (dd9bf9) (Frédéric Barthelet)uuid
to v8 (#7707) (5b4fd0) (Kazuki Takahashi)The new version differs by 13 commits.
79c07a2
chore: Release v1.70.1
87cff5f
chore: Bump dependencies
8bc6d54
fix(Standalone): Ensure pkg bug workaround is applied on WIndows
08dc745
fix(AWS IAM): Fix role and policy name resolution
dd9bf9a
chore: Upgrade 'archiver' to v3 (#7712)
a5a136f
feat(Templates): Update aws-fsharp to netcoreapp3.1 (#7709)
46df82e
feat(Templates): Update aws-csharp to .NET Core 3.1 (#7708)
5b4fd0f
chore: Upgrade uuid
to v8 (#7707)
3fe2e98
refactor: Replace _.isArray with native Array.isArray (#7703)
c773562
docs: Fix Google provider API names (#7701)
e9726e2
docs: Complete serverless.yml documentation for Azure (#7698)
4a0c890
docs: Improve pull request template
2d2949d
docs: Improve bug report template
See the full diff
devDependency
serverless was updated from 1.70.1
to 1.71.0
.Your tests are still failing with this version. Compare changes
disableLogs
setting for functions, to disable generation of log group resources (#7720) (3144be8) (Ahmad Mahmoud Mohammad)provider.stackParameters
for configuring CloudFormation deployment Parameters (#7677) (a0a43a6) (Nikody Keating)DependsOn
section (#7722) (d8222fa) (Ahmad Mahmoud Mohammad)--config
params (#7728) (ca2a73f) (Ahmad Mahmoud Mohammad)fs-extra
to v8 (#7719) (c106d53) (Kenan Christian Dimas)The new version differs by 23 commits.
7026b41
ci: Fix npm install for Node.js v6 case
823ac89
chore: Release v1.71.0
7745f78
chore: Upgrade eslint to v7
8e45f93
chore: Bump dependencies
cf1692f
fix(AWS API Gateway): Fix handling stage settings when in nested stack
e472a04
fix(AWS API Gateway): Improve configuration validation
2a26493
fix(AWS Lambda): Fix DependsOn handling in case of disabled logs (#7731)
2a72b1a
chore: Upgrade semver to v6
d8222fa
fix(AWS IAM): Remove iamRoleLambdaExecution from DependsOn (#7722)
ca2a73f
fix(CLI): Reject multitple 'config' params (#7728)
522e9c0
docs: Fix typo (#7725)
c106d53
refactor: Upgrade 'fs-extra' to v8 (#7719)
a152872
test(AWS HTTP API): Bring back testing logs
a1472ba
fix(AWS CloudFront): Ensure lambda edge has no vpc or env (#7721)
3144be8
feat(AWS Lambda): Support disableLogs
setting for functions (#7720)
There are 23 commits in total.
See the full diff
devDependency
serverless was updated from 1.71.0
to 1.71.1
.Your tests are still failing with this version. Compare changes
devDependency
serverless was updated from 1.71.1
to 1.71.2
.Your tests are still failing with this version. Compare changes
_.{startsWith,endsWith,includes}
with native methods (#7715) (8bb5517) (Tatsuno Yasuhiro)globby
to v9 (#7750) (b245596) (Nguyễn Việt Đức)The new version differs by 13 commits.
5d5361a
chore: Release v1.71.2
d599de6
chore: Bump dependencies
b245596
refactor: Upgrade globby to v9 (#7750)
69f368f
docs: Improve contribution notes
2b9f63e
perf(AWS Deploy): Do not re-upload unchanged lambda layers (#7680)
ce7940d
docs: Improve contribution guideline
8bb5517
refactor: Replace _.{startsWith,endsWith,includes} with native methods
de4aee3
fix: Fix packaging logic after regression introduced with #7742 (#7743)
4252422
fix(AWS Local Invocation): Ensure to mount as read only in docker
304a502
fix(AWS CloudFront): Fix merge of template configuration (#7739)
05499e6
fix: Fix changes detection when user package artifact is involved
fd447db
docs: Fix typo in CHANGELOG.md
c7d63a8
docs: Improve CHANGELOG.md
See the full diff
devDependency
serverless was updated from 1.71.2
to 1.71.3
.Your tests are still failing with this version. Compare changes
devDependency
serverless was updated from 1.71.3
to 1.72.0
.Your tests are still failing with this version. Compare changes
customerId
in API keys (#7786) (c6894b5) (Greg Campion)bin/serverless
binary (#7759) (a60d2c7) (Mariusz Nowak)serverless.ts
(TypeScript type) as configuration input (#7755) (4db8b63) (Bryan Hunter)uuid
to v3 (#7778) (e9be1c8) (Mariusz Nowak)lodash
replacement:
_.assign
and _.extend
with Object.assign
(#7766) (85e9cd4) (Nguyễn Việt Đức)_.every
with array.every
(#7764) (d1721cb) (Chris Villanueva)_.filter
with array.filter
(#7775) (dac7c56) (Midhun Rajendran)_.keys
with Object.keys
(#7784) (d43241e) (Chris Villanueva)_.find
with array.find
(#7782) (0036962) (Chris Villanueva)_.forEach
and _.each
with array.forEach (#7748) (5e0af21) (Tatsuno Yasuhiro)_.size
with native counterparts (#7798) (2b00928) (Chris Villanueva)inquirer
with @serverless/inquirer
(#7729) (4724cb8) (Ahmad Mahmoud Mohammad)json-refs
to v3 (#7763) (97e99fc) (Frédéric Barthelet)globby
to v9 (#7750) (b245596) (Nguyễn Việt Đức)The new version differs by 29 commits.
7b0a3a1
chore: Release v1.72.0
f9f6a3b
fix(AWS API Gateway): Fix API key names resolution
011e3e2
chore: Bump dependencies
0036962
refactor: Replace _.find
with array.find
(#7782)
4074739
feat(AWS HTTP API): Support externally configured JWT authorizers
2e4377e
feat(AWS API Gateway): Simplify referencing local CognitoUserPool
2b00928
refactor: Replace _.size
with native counterparts (#7798)
4db8b63
feat: Support serverless.ts as configuration input (#7755)
5e0af21
refactor: Replace _.forEach
and _.each
with array.forEach (#7748)
45fecbd
docs: Suggest using latest node version in getting start doc (#7787)
87d40aa
feat(AWS API Gateway): Support toggling CloudWatch metrics (#7754)
c6894b5
feat(AWS API Gateway): Support customerId
in API keys (#7786)
d43241e
refactor: Replace _.keys with Object.keys (#7784)
af3fbf0
docs: Azure Functions Updates (#7765)
9611137
feat(Templates): Azure C# template (#7738)
There are 29 commits in total.
See the full diff
The devDependency serverless was updated from
1.61.3
to1.62.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
serverless is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **Travis CI - Branch:** The build **errored**.Release Notes for 1.62.0 (2020-01-29)
Features
redrivePolicy
configuration on SNS events (#7239) (4f27378)azure-nodejs-typescript
template (#7252) (0549d85)Bug Fixes
go.mod
onmake
in Go template (#7245) (1793cf8)Comparison since last release
Commits
The new version differs by 9 commits.
ff93121
chore: Release v1.62.0
fcd74db
chore: Bump dependencies
9f0131f
fix: Ensure deterministic WebSockets deployment id (#7248)
304f0ec
refactor(Variables): Clear ineffective promise functions usage
bc5bbbe
fix(Variables): Ensure to retrieve status code correctly
31987ce
refactor(Variables): Reflect if/else logic in async handling
0549d85
feat:
azure-nodejs-typescript
template. (#7252)4f27378
feat: Support RedrivePolicy configuration on SNS events (#7239)
1793cf8
fix: Do not overwrite
go.mod
onmake
in Go template (#7245)See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: