Mariusz Nowak
372ce541cd
chore: Upgrade "get-stdin" to v8
2020-09-15 15:39:09 +02:00
Mariusz Nowak
5616603ba8
chore: Upgrade "filesize" to v6
2020-09-15 15:15:29 +02:00
Mariusz Nowak
5931c7cb3d
chore: Upgrade "download" to v8
2020-09-15 14:39:21 +02:00
Mariusz Nowak
26628ff435
chore: Upgrade "chalk" to v4
2020-09-15 14:21:52 +02:00
Mariusz Nowak
389e3eb5fb
chore: Upgrade "archiver" to v5
2020-09-15 13:57:05 +02:00
Mariusz Nowak
b40b11b4e2
chore: Upgrade uuid to v8
2020-09-15 13:34:26 +02:00
Mariusz Nowak
4c36753507
fix(Config Schema): Recognize string value at DependsOn
2020-09-15 09:45:38 +02:00
Frédéric Barthelet
1fb338b184
feat(Config Schema): Schema for AWS stream event ( #8201 )
2020-09-14 15:46:13 +02:00
Michael Wolfenden
6961b629e7
fix(Config Schema): Fix CF template extension Transformschema ( #8229 )
2020-09-14 15:02:51 +02:00
Mariusz Nowak
3177e40cee
fix: Ensure to memoize config file resolution by instance
...
Memoizing by service name doesn't work when test configuration changes in same process
2020-09-14 14:15:12 +02:00
Brian Tannous
05627d6211
docs: Knative QuickStart Docs Typo Fix ( #8224 )
2020-09-14 14:13:21 +02:00
Mariusz Nowak
4af57a51a5
docs: Update notes to embrace async functions
2020-09-10 17:19:49 +02:00
Geoff Baskwill
16bae33744
fix: Support Condition attribute in resources.extensions ( #8217 )
2020-09-10 16:54:13 +02:00
Mariusz Nowak
7c698bda06
docs: Improve CHANGELOG
2020-09-10 16:29:59 +02:00
Mariusz Nowak
9f5a07793a
refactor(Templates): Upgrade frameworkVersion
v2.0.0
2020-09-10 14:47:33 +02:00
Mariusz Nowak
dd3508babb
chore: Release v2.0.0
2020-09-10 14:47:33 +02:00
Mariusz Nowak
ff8a548f7b
chore: Bump dependencies
2020-09-10 14:47:33 +02:00
Mariusz Nowak
e241cc21db
test(AWS HTTP API): Fix after drop for timeout support
2020-09-10 13:26:17 +02:00
Mariusz Nowak
1cfd1f25a2
feat(AWS HTTP API): Drop support for timeout setting
...
BREAKING CHANGE:
`timeout` setting as configured directly for `httpApi` event, is no longer supported. Timeout value is now unconditionally resolved from function timeout setting. It's to guarantee that configured endpoint has necessary room to process function invocation
2020-09-10 13:26:17 +02:00
Mariusz Nowak
615b10b7b1
test(Packaging): Ensure test is deterministic
2020-09-10 13:26:17 +02:00
Mariusz Nowak
1beb8d0246
refactor: Replace mkdrip with esnureDir from fs-extra
2020-09-10 13:26:17 +02:00
Mariusz Nowak
861686bbea
refactor: Refactor to async/await
2020-09-10 13:26:17 +02:00
Mariusz Nowak
dfc78396c7
feat(CLI): Fallback to service local serverless installation by default
...
BREAKING CHANGE:
When globally installed `serverless` CLI is invoked in a context of a service, which has locally installed (in its `node_modules`) `serverless`. The locally installed CLI will be (by default) run instead of a global one.
2020-09-10 13:26:17 +02:00
Mariusz Nowak
0597cfb7b3
chore: Upgrade ESLint configuration to support ES2019 syntax
2020-09-10 13:26:17 +02:00
Christian Musa
0160e9e9c8
chore: Upgrade boxen to v4 ( #8163 )
2020-09-10 13:26:17 +02:00
morgan-sam
7c304df5ff
feat(AWS ALB): Remove support for authorizers[].allowUnauthenticated
...
BREAKING CHANGE:
Support for `providers.alb.authorizers[].allowUnauthenticated` setting was removed. Rely on `providers.alb.authorizers[].onUnauthenticatedRequest` instead.
(PR #8160 )
2020-09-10 13:26:17 +02:00
Christian Musa
33eef9f06b
feat(CLI): Remove "slss", "serverless" command alias ( #8161 )
...
BREAKING CHANGE:
`slss` alias for `serverless` CLI ommand was removed. Rely on `sls` instead
2020-09-10 13:26:17 +02:00
Mariusz Nowak
34b64e0a07
chore: Upgrade @serverless/enterprise-plugin to v4
2020-09-10 13:26:17 +02:00
Mariusz Nowak
1db7f43ef2
chore: Upgrade @serverless/components
2020-09-10 13:26:17 +02:00
Mariusz Nowak
12b979c0d3
test(AWS HTTP API): FIx after default payload mode change
2020-09-10 13:26:17 +02:00
andreizet
1596738cf9
feat(AWS HTTP API): Switch default payload mode to 2.0 ( #8133 )
...
BREAKING CHANGE:
In AWS HTTP API events (`httpApi`) default `payload` was changed from `1.0` to `2.0`
2020-09-10 13:26:17 +02:00
Piotr Grzesik
4ceaca022a
refactor(CLI): Remove deprecated bin/serverless file ( #8142 )
...
BREAKING CHANGE:
`bin/serverless` was removed. If you want to address CLI script directly, point `bin/serverless.js` instead
2020-09-10 13:26:17 +02:00
Christian Musa
c620af3cd6
fix(Packaging): Fix resolution of files with '.' In their names ( #8130 )
2020-09-10 13:26:17 +02:00
Piotr Grzesik
e131f2661d
refactor(AWS Lambda): Remove support for async config on destination
...
(PR #8138 )
BREAKING CHANGE
Support for `maximumEventAge` and `maximumRetryAttemps` as set on `functions[].destinations` was removed.
Those properties should be defined directly on `functions[]`
2020-09-10 13:26:17 +02:00
Mariusz Nowak
f9c30772d7
ci: Fix configuration of integrate job
2020-09-10 13:26:17 +02:00
Mariusz Nowak
69dd4b9745
feat: Drop support for Node.js versions below v10
...
BREAKING CHANGE:
Node.js versions below v10 are no longer supported
2020-09-10 13:26:17 +02:00
Joseph Markus
28ef7cc337
docs: Fix typo in the word 'maintenance' in changelog ( #8215 )
2020-09-10 13:05:53 +02:00
Mariusz Nowak
2d403dd284
chore: Release v1.83.0
v1.83.0
2020-09-10 12:00:22 +02:00
Mariusz Nowak
c17bf90252
chore: Bump dependencies
2020-09-10 11:53:07 +02:00
Mariusz Nowak
34775627f2
fix(Config Schema): Recognize Condition on resource configuration
2020-09-10 11:49:34 +02:00
Mariusz Nowak
c370295be6
refactor(Config Schema): Move docs to website page
2020-09-10 10:49:02 +02:00
Mariusz Nowak
2c19bf5eae
refactor(Config Schema): Unified color scheme
2020-09-10 10:49:02 +02:00
Andy Duncan
d9b91e97fb
feat(Config Schema): Schema for AWS schedule event ( #8143 )
2020-09-09 13:13:03 +02:00
Mariusz Nowak
51a10aa262
refactor(Config Schema): Improve signal intent comment
2020-09-09 12:55:56 +02:00
Mariusz Nowak
0bed880466
docs: Update test documentation
2020-09-09 12:01:24 +02:00
Mariusz Nowak
74634c3317
test: Rename module to match conventions
2020-09-09 11:17:21 +02:00
Mariusz Nowak
2aa1ae0603
test: Rename module to match conventions
2020-09-09 11:17:21 +02:00
Mariusz Nowak
6e84563551
test: Rename module to match conventions
2020-09-09 11:17:21 +02:00
Mariusz Nowak
704aa8dc93
test: Rename module to match conventions
2020-09-09 11:17:21 +02:00
Mariusz Nowak
14b4e92ba7
test: Improve test folder naming
2020-09-09 11:17:21 +02:00