Skip to content

Bump @architect/sandbox from 4.1.1 to 4.3.0 - #4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/sandbox-4.3.0
Closed

Bump @architect/sandbox from 4.1.1 to 4.3.0#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/sandbox-4.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 12, 2021

Copy link
Copy Markdown

Bumps @architect/sandbox from 4.1.1 to 4.3.0.

Changelog

Sourced from @​architect/sandbox's changelog.

[4.3.0] 2021-11-03

Added

  • Sandbox now immediately streams Lambda logs to the console instead of printing everything all at once upon completion of execution; thanks @​andybee!
  • Added runtime mismatch warnings
    • Example: Sandbox will warn if your get /foo Lambda is configured for Python 3.9 and your local machine uses Python 3.8
  • Added runStartupCommands setting to API options
    • Defaults to true; setting false disables prefs.arc @sandbox-startup commands, which may be useful for local testing; thanks @​reconbot!
  • Added env option to API allowing programmatic control (add, replace, delete) of Lambda environment variables during automated testing, thanks @​actsone8!
  • Added internal Arc service mock for API Gateway Management API mock for managing WebSocket connections via aws-sdk calls; big thanks to @​reconbot!

Changed

  • Sandbox will only ever print a given dependency issue one time, instead of upon each invocation
  • Removed support for bare port CLI flag (e.g. arc sandbox port 12345); Sandbox now requires either -p or --port for setting the port from the CLI

[4.2.3] 2021-11-02

Changed

  • Added warnings for macOS Monterey port conflicts on 5000 and 7000

[4.2.2] 2021-10-20

Changed

  • Updated dependencies

[4.2.🍁 - 4.2.1] 2021-10-05

Added

  • Added Lambda context object with the following properties:
    • awsRequestId (Node.js), aws_request_id (Python / Ruby) - random GUID string, does not emulate AWS UUID4 request IDs
    • functionName (Node.js), function_name (Python / Ruby) - identifiable function name string prefixed by sandbox-; does not use live production AWS CFN GUIDs
    • functionVersion (Node.js), function_version (Python / Ruby) - will always be $LATEST
    • invokedFunctionArn (Node.js), invoked_function_arn (Python / Ruby) - always sandbox
    • memoryLimitInMB (Node.js), memory_limit_in_mb (Python / Ruby) - your Lambda's configured memory amount

Fixed

... (truncated)

Commits
  • 534fcd9 4.3.0
  • 9b088b9 Update readme
  • 25bf5c4 Add runtimeCheck to Arc CLI interface
  • e6dfef3 API Gateway Management API service mock (#661)
  • 18694f9 Only run env option tests in module test mode
  • f7b3521 Update changelog and readme
  • 011a85d Upcase var names for userEnv and env param option
  • 6b02385 Updated env paramater option to allow undefined
  • 4085742 Added env parameter to options object
  • e2e0b13 Fix callback issue in runtime check with runtimeCheck set to error
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@architect/sandbox](https://github.com/architect/sandbox) from 4.1.1 to 4.3.0.
- [Release notes](https://github.com/architect/sandbox/releases)
- [Changelog](https://github.com/architect/sandbox/blob/main/changelog.md)
- [Commits](architect/sandbox@v4.1.1...v4.3.0)

---
updated-dependencies:
- dependency-name: "@architect/sandbox"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 12, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 15, 2021

Copy link
Copy Markdown
Author

Superseded by #5.

@dependabot dependabot Bot closed this Nov 15, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/architect/sandbox-4.3.0 branch November 15, 2021 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants