Update serverless-offline to the latest version π
The devDependency serverless-offline was updated from 3.33.0 to 4.0.0.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v4.0.0
4.0.0 (2019-01-15)
Bug Fixes
BREAKING CHANGES
-
remove babel runtime
-
babel: Removing support for babel runtime.
-
start refactor
-
handle all nodejs runtimes
-
more refactoring
-
more refactoring
-
remove lodash
*remove lodash, babel runtime and use strict
-
remove first request message
-
remove more of lodash
-
remove lodash in tests
-
remove lodash in tests
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencyserverless-offline was updated from3.33.0to4.1.0.
Update to this version instead π
Release Notes for v4.1.0
New features:
- Support for Python and Ruby runtimes
Commits
The new version differs by 11 commits.
76209e6v4.1.090e5ec7rebuild package-lock.jsone361484remove semantic-release5b05347add ruby manual test doc2c016faadd ruby manual test392e8d5add python and ruby supportaf3a5c4add python and ruby support2a5045fMerge branch 'master' of github.com:dherault/serverless-offline0ef93ddadd semantic-release configurationd9a5ca5Merge pull request #572 from dnalborczyk/remove-deps464cf22removes unused @babel/core, @babel-register
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.1.1.
- The
devDependencyserverless-offline was updated from3.33.0to4.1.3.
- The
devDependencyserverless-offline was updated from3.33.0to4.1.3.
- The
devDependencyserverless-offline was updated from3.33.0to4.1.4.
Update to this version instead π
Commits
The new version differs by 18 commits.
0b47e35v4.1.4fd4819dedit options35166ebremove dontPrintOutput and add printOutput optionf6ebaf6edit cookie state behaviorc371ba2Merge pull request #575 from dl748/master7198507- Lint fixesbfe83afAdding options and ssl support for cookies2685bbbMerge remote-tracking branch 'upstream/master'55a838dUpdate README.mdee4b0b6Update README.mdcbf78edMerge branch 'master' of github.com:dherault/serverless-offline2d94e28edit travis configdd01cfbUpdate README.md4bf5f17edit README1ef2f1dMerge remote-tracking branch 'upstream/master'
There are 18 commits in total.
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.2.2.
Update to this version instead π
Commits
The new version differs by 21 commits.
62f4e96Merge branch 'master' of github.com:dherault/serverless-offline49d8432v4.2.2298b064Merge pull request #586 from ThisIsNoZaku/Fix-#585aac73a2Update index.js18b1d32Update index.jsa3d9bebUpdate index.jse10bc5dUpdate index.jsec90deeUpdate index.js77c8975Update index.js2641c04Update index.jsb43ac92Update index.jse533fdfUpdate index.jsc290b0ev4.2.1c316634Merge pull request #582 from dortega3000/patch-1553075eUpdate index.js
There are 21 commits in total.
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.3.0.
- The
devDependencyserverless-offline was updated from3.33.0to4.4.0.
- The
devDependencyserverless-offline was updated from3.33.0to4.4.1.
Update to this version instead π
Commits
The new version differs by 6 commits.
ea4713fv4.4.13cc285dMerge pull request #588 from dortega3000/masterbe9607bMerge branch 'master' into master90b27c2Fixed Lint Issues7b906bdUpdate index.js4037d1bPrevent overriding exported AWS_PROFILE with fake 'dev' explicit credentials when using --noEnvironment option
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.4.2.
- The
devDependencyserverless-offline was updated from3.33.0to4.5.0.
Update to this version instead π
Commits
The new version differs by 6 commits.
e30dbd7v4.5.0651ae81Merge pull request #600 from adam-nielsen/runtime-overridea9b6b6eSupport runtime override for individual functions23196caMerge pull request #595 from dnalborczyk/upgrade-eslint8820579fix linting03016aaupdate eslint and eslint-plugin-import
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.5.1.
- The
devDependencyserverless-offline was updated from3.33.0to4.6.0.
- The
devDependencyserverless-offline was updated from3.33.0to4.7.0.
Update to this version instead π
Commits
The new version differs by 7 commits.
4a67c07v4.7.006daec5Merge pull request #608 from maksimsemenov/master4b0e2abFix READMEb1e6292Fix package version25bd795Add environment variablesc8c606bMerge pull request #606 from arnas/bugfix/fix-broken-tests-on-windows4607c8fUpdate string path use node path lib
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.7.1.
- The
devDependencyserverless-offline was updated from3.33.0to4.8.0.
Update to this version instead π
Commits
The new version differs by 11 commits.
62d0d53v4.8.0fa4ea57update deps8be124cMerge pull request #615 from zoellner/deny-statements0fcd698Merge pull request #614 from zoellner/single-character-wildcard75e8127deny when explicit deny statement is presentfe7f4c9add additional test for #340 - when both allow and deny statements present it should deny76cf769fix minor typo in test (test correct, log statement wrong)1049375reorder tests - main ones first, then with additional context8621c31refactor authMatchPolicyResource to use regular expressions7c69192add test for #613acefeb7reorder one test
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.8.1.
Update to this version instead π
Release Notes for v4.8.1
Bug fixes
- Using resource proxy, query strings were not passed along. This update now will pass query strings. See #616
Commits
The new version differs by 6 commits.
4a80490v4.8.1d1767c6Merge pull request #616 from kaleb/feature/resource-proxy-querystring09528bfFix: Fix linting and docs for PR3720c70Test: unit test for resource proxy query strings432cce6Feat: add query string support to resource proxy469c445Test: Add resource route proxy example
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.9.0.
- The
devDependencyserverless-offline was updated from3.33.0to4.9.1.
- The
devDependencyserverless-offline was updated from3.33.0to4.9.2.
Update to this version instead π
Commits
The new version differs by 5 commits.
a7abe3bv4.9.2ae7042aMerge branch 'master' of github.com:dherault/serverless-offlined21b268lint6199c8cMerge pull request #620 from gbroques/fix-stage-and-region-option-precedence-bug8653116Fix stage and region option precedence bug (Closes #338)
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.9.3.
Update to this version instead π
Commits
The new version differs by 5 commits.
3c400d0v4.9.337d6823refactor index.js endpointResponseHeaders for inegration lambda445ebc2Merge pull request #624 from james-relyea/master2ac2f80Strict comparison for undefined header checkff4a534Fix detection of undefined endpoint response headers
See the full diff
- The
devDependencyserverless-offline was updated from3.33.0to4.9.4.
- The
devDependencyserverless-offline was updated from3.33.0to4.10.0.
- The
devDependencyserverless-offline was updated from3.33.0to4.10.1.
- The
devDependencyserverless-offline was updated from3.33.0to4.10.2.
- The
devDependencyserverless-offline was updated from3.33.0to4.10.3.
- The
devDependencyserverless-offline was updated from3.33.0to4.10.4.
- The
devDependencyserverless-offline was updated from3.33.0to4.10.5.
- The
devDependencyserverless-offline was updated from3.33.0to4.10.6.
- The
devDependencyserverless-offline was updated from3.33.0to5.0.0.