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

build: merge develop to master #12

Merged
merged 13 commits into from
Apr 11, 2024
Merged

build: merge develop to master #12

merged 13 commits into from
Apr 11, 2024

Commits on Mar 29, 2024

  1. refactor(client): break client in modules

    Fixes: #8
    piraz committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    db8654b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad5f5a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. feat(transport): add fix address function

    Refs: #10
    piraz committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d708cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c664508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc25d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    e82906e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3e75d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f5896 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat(transport): add head and post methods to requests transport

    Also renamed tranpost implementation tests files.
    
    Refs: #6 #9
    piraz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    010c83d View commit details
    Browse the repository at this point in the history
  2. feat(transport): add delete, options, patch, and put methods

    Those were added to the transport and request transport.
    
    Refs: #9
    piraz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0978ed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17a920f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. build(release): deliver 0.7.0

    Fixes: #9
    piraz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8beb67c View commit details
    Browse the repository at this point in the history
  2. fix(build): change resolve_requires to be independent of pip

    This solution need only `os` pacakge, for some file handling.
    
    Fixes: #11
    piraz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2f5264a View commit details
    Browse the repository at this point in the history