-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 0.6.1 Release #720
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
sriram-mv
commented
Oct 19, 2018
•
edited
Loading
edited
- add pytest-mock for testing (add pytest-mock for testing in init template #703)
- fix: allow for stdout and stderr streams to be unbufferred directly. (fix: allow for stdout and stderr streams to be unbufferred directly. #708)
- docs: Add installation instructions for linux (Centos) (update installation.rst #670)
- fix: Updated isBase64Encoded value to bool (Updated isBase64Encoded value to bool as defined in documentation #699)
- fix: correct launch.json for nodejs debugging through VSCode (fix: correct launch.json for node js debugging through vs code #704)
- docs(usage): Update how to debug Python functions using VS Code (Explain how to debug Python functions using VS Code #694)
- docs(Cloud9): Reset bash cache on Cloud9 (Update installation.rst #693)
- docs: Updated virtualenv alias name for 3.7 in guide. (Updated virtualenv alias name for 3.7 in dev guide. #706)
- chore: update aws-sam-translator to 1.7.0 (chore: update requirements to use new version of aws-sam-translator #682)
- feat: travis CI support for Python 3.7 (feat: travis CI support for Python 3.7 #679)
- docs: Update generate-sample-event-payloads link (fix generate-sample-event-payloads link #702)
- Fix: Raise error for invalid environment variables file (fix: raise error for invalid environment variables file #675)
- fix: remove dependency on pystache (fix: remove dependency on pystache #684)
- feat(init): .Net Core 2.1 support for init command (Add dotnetcore 2.1 support for init command #665)
- feat(generate-event): Add Kinesis Analytics events (feat(generate-event): Add Kinesis Analytics events #667)
- feat(intrinsics): Support !Ref of template parameters (Support !Ref of template parameters #657)
- fix: conditionally install enum34 based on python version (fix: conditionally install enum34 based on python version #671)
- fix: Update test format for Nodejs8.10 runtime. (Properly test results with generated Nodejs8.10 runtime unit tests. #662)
- fix: Removed dual line in init help text (Removed dual line #664)
- docs: Update usage.rst to render code inline (Update usage.rst to render code inline in Debugging Go section #661)
- fix(path): change windows style path to unix (fix(path): change windows style path to unix #633)
- fix(docs): fixed macOS name (fixed macOS name #651)
- Fix(generate-event): SubCommand help text to be short-text. (Fix(generate-event): SubCommand help text to be short-text. #652)
- feat(generate-event): Support dns_suffix and partition variables (feat(generate-event): Support dns_suffix and partition #650)
- docs: Consistent packaged template naming (docs: Consistent packaged template naming #647)
- docs(installation): Upgrade instructions for AWS Cloud9 (added upgrade instructions for AWS Cloud9 #643)
- fix(init): Fix camelCase vs snakeCase issue in NodeJS tests (Fix casing in NodeJS test initializtion #640)
- docs(usage): Update generate-event command structure (Doc update for generate-event #638)
This adds two new generate-event template variables, dns_suffix (e.g. us-east-1.amazonaws.com) and partition (e.g. aws-cn), and happens to fix a bug where the AWS partition was being used in place of the Kinesis partition key in two templates.
The help text for the SubCommands in generate-event were getting truncated in the terminal. The help text being displayed was the short_help text and not the full text. If a click command does not have short_text assoicated, click will truncate the help text to 45 characters. We will now set the short_text to be the full text to allow the contents to be displayed on the screen. * Update unit tests
- On supplying path for docker, change path to unix style. - This allows sam-cli to work with docker toolbox on windows.
* fix: remove dependency on pystache - pystache does not explicitly state it supports py36 - last release was in 2014 - using chevron instead * fix: use non-patched version of chevron
When installing SAM CLI onto Cloud9 and you don't reset the bash cache, you may see `sam --version` fail with "No such file or directory". Resetting the bash cache will address this.
- Remove source path mapping - Add a note for the localRoot being based on the where the function code resides. This is referenced by CodeUri inside template.yaml - Add a note on where VS code needs to be opened.
…708) * fix: allow for stdout and stderr streams to be unbufferred directly. * fix: only set unbuffered streams when a debug port is set
sriram-mv
changed the title
🐿 Use SAM CLI on Windows 7 and 8, and now !Ref template parameters locally
Release: 0.6.1 Release
Oct 19, 2018
jfuss
approved these changes
Oct 19, 2018
sanathkr
approved these changes
Oct 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.