8000 Comparing 3.2.3...master · httpie/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: httpie/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.3
Choose a base ref
...
head repository: httpie/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 11 files changed
  • 10 contributors

Commits on Jul 10, 2024

  1. Cleanup

    jkbrzt committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f4cf43e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Update the Forms section of README.md (#1593)

    The Forms section of README.md was missing what the data fields are serialized as.
    andresrinivasan authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    50e1564 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    3037327 View commit details
    Browse the repository at this point in the history
  2. Added an alias for HTTPS in fish completions (#1598)

    Ensure that fish completion is working with the `https` command. It just wraps the identical completions from `http` to `https`.
    cloudmaker97 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9eb8699 View commit details
    Browse the repository at this point in the history
  3. Fix link to CurliPie tool (#1582)

    * Fix link to CurliPie tool
    
    * Use the link to web version for CurliPie
    
    Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
    hongquan and janbrasna authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cee82c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Explicitly load default certificates when creating SSL context (#1583) (

    #1596)
    
    * Explicitly load default certificates when creating SSL context (#1583)
    
    Requests prior to 2.32.3 always loaded the default (system-wide)
    set of trusted certificates into custom SSL contexts. 2.32.3 no
    longer does. This has broken a lot of users, but the fix is
    moving slowly upstream due to security considerations - see
    psf/requests#6730 and
    psf/requests#6731 .
    
    As suggested at
    psf/requests#6710 (comment)
    this can be worked around by explicitly loading the default
    certificates into the context. We check the method exists before
    calling it just to be safe, it was added in Python 3.4.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
    * Drop the upper bound on the requests dependency again
    
    As we can now work with requests 2.32.3+, we no longer need this
    pin.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
    ---------
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    AdamWill authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fd30c4e View commit details
    Browse the repository at this point in the history
  2. Cleanup default cert loading

    jkbrzt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ff74258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef4a57 View commit details
    Browse the repository at this point in the history
  4. Update test.yml

    jkbrzt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8560d11 View commit details
    Browse the repository at this point in the history
  5. 3.2.4

    jkbrzt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2105caa View commit details
    Browse the repository at this point in the history
  6. [automated] Update generated content (#1607)

    Co-authored-by: jkbrzt <jkbrzt@users.noreply.github.com>
    github-actions[bot] and jkbrzt authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2843b87 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Fix https behaviour in fish (#1611)

    Using the name `https` to invoke HTTPie should make HTTPie default to
    the https:// scheme, but using a fish function to replace invocations of
    `https` with invocations of `http` defeats this behaviour. Instead, just
    tell fish to complete `https` in the same way as `http`.
    keysmashes authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    5b604c3 View commit details
    Browse the repository at this point in the history
Loading
0