-
Notifications
You must be signed in to change notification settings - Fork 360
Release/1.4.0 #670
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
Merged
Merged
Release/1.4.0 #670
Conversation
This file contains hidden or 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
webholik
commented
Feb 6, 2023
- Add support for C# HttpClient Codegen
- Use short options in CURL as long as possible Code snippet: cURL settings: there is a problem with unchecking the 'Use long form options' option postman-app-support#9511
- Do not add HTTP method explicitly in CURL when not required Wrong curl generation for working POST request postman-app-support#10581
- Remove usage of semaphore from Swift Codegen why does the Swift code generated by Postman use semaphores? postman-app-support#10053
Release v1.3.0
* Add Github actions support * Use libcurl4 instead of libcurl3 * Run npm install before deepinstall * Use .NET 6 framework for testing csharp-restsharp codegen * Install libcurl4-gnutls-dev during CI setup * Enable testing for Swift * Remove Travis integration * Add names to each step in the pipeline
Snyk has created this PR to upgrade chai from 4.3.6 to 4.3.7. See this package in npm: https://www.npmjs.com/package/chai See this project in Snyk: https://app.snyk.io/org/postman/project/8519ba8e-6a7d-469a-88b3-7891b4c1c14e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: Ankit Saini <[email protected]>
Snyk has created this PR to upgrade eslint-plugin-security from 1.4.0 to 1.5.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-security See this project in Snyk: https://app.snyk.io/org/postman/project/8519ba8e-6a7d-469a-88b3-7891b4c1c14e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: Ankit Saini <[email protected]>
Snyk has created this PR to upgrade chai from 4.3.6 to 4.3.7. See this package in npm: https://www.npmjs.com/package/chai See this project in Snyk: https://app.snyk.io/org/postman/project/8519ba8e-6a7d-469a-88b3-7891b4c1c14e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Ankit Saini <[email protected]> Co-authored-by: Ankit Saini <[email protected]>
…option in swift, fixed tests
Do not add HTTP method explicitly in curl when not required
…e-from-swift-snippet Removed semaphore usage from swift snippet, minor workflow fix, swift options cleanup
* Initial scaffolding * Work on unit tests * Fix eslint errors * Work on body generation * Work on body parsing * Work on passing tests * Work on unit tests * Finish form calls * Fix httpclient .net dependency * Fix DELETE test * Switch RestSharp to using 3.1 * Add converage * Added more options * Add test coverage * Fix unit tests * Add more test coverage * Added even more test coverage * Add coverage for csharpify and graphql request * Add test coverate for raw and file * Added more test coverage * Added more test coverage * Cleanup up urlencode convertion * Fix early exit from formdata request * Finished test coverage on parseRequest * Delete formdataFileCollection.json * Small fixes * Add EOF's * Update to .NET 6 * Remove duplicate --------- Co-authored-by: Akshay Deo <[email protected]>
* Make ci-requirements.sh executable * Fix url for packages-microsoft-prod.deb * Skip unsupportedMethods collection
Use short options if that option is selected as far as possible
* fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-2957526 * Fix failing curl test * Fix failing java-unirest and swift unit tests --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Ankit Saini <[email protected]>
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Ankit Saini <[email protected]>
Snyk has created this PR to upgrade follow-redirects from 1.14.9 to 1.15.2. See this package in npm: https://www.npmjs.com/package/follow-redirects See this project in Snyk: https://app.snyk.io/org/postman/project/dc8fae2b-098b-4b49-b9ba-8027ea2c9804?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: Ankit Saini <[email protected]>
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.