Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: twilio-run@3.4.3
Choose a base ref
...
head repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: twilio-run@3.4.4
Choose a head ref
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    dba7ddb View commit details
    Browse the repository at this point in the history
  2. fix: fileExists should not require write access by default (#407)

    * chore(release): publish %s
    
     - create-twilio-function@3.3.3
     - @twilio-labs/plugin-assets@2.0.1
     - @twilio-labs/plugin-serverless@3.0.1
     - @twilio/runtime-handler@1.2.3
     - @twilio-labs/serverless-api@5.4.2
     - @twilio-labs/serverless-runtime-types@2.2.3
     - twilio-run@3.4.2
    
    * fileExists should not require write access
    
    Fixes #406
    
    * chore: override @types/prettier to fix build
    
    * chore(runtime-handler): update default twilio to 3.80.0
    
    This removes the vulnerability alerts for @twilio/runtime-handler but
    might cause some side-effects for the edge case where a customer has
    specified this version of runtime-handler but has not specified a
    version of twilio. In this case the local and deployed behavior
    might vary depending on the APIs used by the customer in Functions.
    
    * chore(twilio-run): update got version
    
    * chore(serverless-api): update got & file-type
    
    * fix(serverless-api): change file-type package usage
    
    * fix(twilio-run): replace listr and fix got usage
    
    * chore(serverless-api): upgrade typescript version
    
    * test(serverless-api): temporarily turn off tests that use file-type
    
    * chore(serverless-api): turn off typedoc for now
    
    * chore: remove Node 12 from Actions flow
    
    * chore(release): publish %s
    
     - create-twilio-function@3.3.4
     - @twilio-labs/plugin-assets@2.0.2
     - @twilio-labs/plugin-serverless@3.0.2
     - @twilio/runtime-handler@1.2.4
     - @twilio-labs/serverless-api@5.4.3
     - twilio-run@3.4.3
    
    * fileExists should not require write access
    
    Fixes #406
    
    * fix: add option for write access check
    
    Co-authored-by: Dominik Kundel <dkundel@twilio.com>
    rectalogic and dkundel authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e95e726 View commit details
    Browse the repository at this point in the history
  3. fix(create-twilio-function): handle rimraf failing (#400)

    Received a report that creating a new project had failed for a developer
    and then the cleanup task didn't end. There was an issue with deleting
    the files that had been created which threw an unhandled error in the
    cleanUpAndExit function leading to the spinner never stopping.
    
    This adds a try/catch/finally around rimraf in cleanUpAndExit to ensure
    that it does indeed exit.
    philnash authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b15a1cb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    9f02b32 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. chore(release): publish %s

     - create-twilio-function@3.3.5
     - @twilio-labs/plugin-assets@2.0.3
     - @twilio-labs/plugin-serverless@3.0.3
     - @twilio-labs/serverless-api@5.4.4
     - twilio-run@3.4.4
    dkundel committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e6ba86b View commit details
    Browse the repository at this point in the history
Loading