Skip to content
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 version v4.23.0 #810

Merged
merged 32 commits into from
Jul 22, 2024
Merged

Release version v4.23.0 #810

merged 32 commits into from
Jul 22, 2024

Commits on Jan 7, 2023

  1. Bump json5 from 2.2.0 to 2.2.3

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    17a9b1e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Bump semver from 5.7.1 to 5.7.2

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8088877 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    da22544 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge pull request #800 from postmanlabs/release/v4.22.0

    Release version v4.22.0
    VShingala authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1c2c120 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    259c274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5708d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2be837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f11b84a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ce239 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    516c342 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35ece65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d69abf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59cc548 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b8c473 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    4be1a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa60724 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    822b770 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #804 from postmanlabs/feature/fix-default-module-v…

    …ersion
    
    Fixed issue with getOptions() API where default module version was still v1.
    VShingala authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    930197a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a4527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    717dbb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b883271 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request #803 from thim81/develop-801-request-contenttype-body

    Conversion - Added option to set preferred request body content-type
    VShingala authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fec6268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c753ff0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

  1. Merge pull request #805 from thim81/develop-795-binary-format

    Fix to convert "format:binary" to "type:"file
    VShingala authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    adebab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Replace traverse with neotraverse

    This PR replaces traverse with neotraverse, a fork and TypeScript rewrite of traverse with 0 dependencies (as opposed to 66: https://npmgraph.js.org/?q=traverse) and lots of improvements.
    wojtekmaj committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    672fef9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge pull request #745 from postmanlabs/dependabot/npm_and_yarn/word…

    …-wrap-1.2.4
    
    Bump word-wrap from 1.2.3 to 1.2.4
    VShingala authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d63eb15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #744 from postmanlabs/dependabot/npm_and_yarn/semv…

    …er-5.7.2
    
    Bump semver from 5.7.1 to 5.7.2
    VShingala authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b9f7ba4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #667 from postmanlabs/dependabot/npm_and_yarn/json…

    …5-2.2.3
    
    Bump json5 from 2.2.0 to 2.2.3
    VShingala authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    96eb6d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #806 from wojtekmaj/neotraverse

    Replace traverse with neotraverse
    VShingala authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7b67a52 View commit details
    Browse the repository at this point in the history
  5. Prepare release v4.23.0

    web-flow committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c8af735 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    VShingala authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cde7edd View commit details
    Browse the repository at this point in the history