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: outscale/osc-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.34.0
Choose a base ref
...
head repository: outscale/osc-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.0
Choose a head ref
  • 14 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 27, 2025

  1. by default post was not retryable so default retry never worked, 429 …

    …and 503 are the usual status code for request limit exceed
    outscale-rjt committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    e77dbb3 View commit details
    Browse the repository at this point in the history
  2. fix unittest

    outscale-rjt committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    4b34f75 View commit details
    Browse the repository at this point in the history
  3. fix unittests

    outscale-rjt committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    3c5affd View commit details
    Browse the repository at this point in the history
  4. fix unittest

    outscale-rjt committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    9c4bd8c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. backoff_factor to 2

    outscale-rjt committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    e4b01c3 View commit details
    Browse the repository at this point in the history
  2. black

    outscale-rjt committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    c508106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f30af28 View commit details
    Browse the repository at this point in the history
  4. add retry conf to json

    outscale-rjt committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    89441b3 View commit details
    Browse the repository at this point in the history
  5. f

    outscale-rjt committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    08e5b52 View commit details
    Browse the repository at this point in the history
  6. f

    outscale-rjt committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    b7f6420 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. 🩹 fix: fix Gateway.update_credentials

    - Update update_credentials() to expose retries options to Gateway.
     - Update load_credentials_from_env()
    jobs62 committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    c79b3ca View commit details
    Browse the repository at this point in the history
  2. 🐛 fix: default retry and add rate limit code

     - By default POST is not retryable so default retry never worked
     - 429 (oapi) and 503 (aws) are the usual status code for request limit exceed
     - add max_retries (default: 3), retry_backoff_factor (default: 1), retry_backoff_jitter (default: 3) configuration
    jobs62 committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    9a0f569 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

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

Commits on Jul 22, 2025

  1. osc-sdk-python v0.35.0

     - SDK update for Outscale API vv1.35.4
    
    Signed-off-by: Outscale Bot <opensource+bot@outscale.com>
    Open-Source-Bot authored and jobs62 committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    94cd39d View commit details
    Browse the repository at this point in the history
Loading