8000 Comparing v1.1.0...v1.2.0 · Zipstack/unstract-python-client · GitHub
[go: up one dir, main page]

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: Zipstack/unstract-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: Zipstack/unstract-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 13, 2025

  1. runner updated

    Signed-off-by: Jaseem Jas <89440144+jaseemjaskp@users.noreply.github.com>
    jaseemjaskp authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    2511336 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. UN-3230 [FEAT] Implement back-off retry mechanism for API deployment …

    …client
    
    Add exponential back-off retry with full jitter to APIDeploymentsClient
    for improved reliability against transient 5xx errors and 429 rate limits.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    muhammad-ali-e and claude committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    2f91f45 View commit details
    Browse the repository at this point in the history
  2. Revert accidental version bump from 1.2.0 to 1.1.0

    Version updates are handled separately during the release process.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    muhammad-ali-e and claude committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    09f6fc0 View commit details
    Browse the repository at this point in the history
  3. added inline comments

    muhammad-ali-e committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    e61dc7a View commit details
    Browse the repository at this point in the history
  4. Add python-dotenv dependency and refine retry/pending logic

    - Add python-dotenv to both PDM and uv dev dependencies so
      tests/client_test.py can run standalone without ModuleNotFoundError
    - Fix pre-commit default Python version from python3.9 to python3
    - Refine structure_file pending detection: only set pending=True on
      2xx responses (POST 422 indicates setup errors, not queued work)
    - Fix trailing newlines in utils.py and sample.env
    - Update tests to match new 422 pending behavior and fix docstring
      formatting
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    muhammad-ali-e and claude committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    57416a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    562e3a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Migrate build tooling from PDM to uv

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    muhammad-ali-e and claude committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    d612306 View commit details
    Browse the repository at this point in the history
  2. Replace black/flake8/isort with ruff and bump pre-commit hooks

    - Replace black, flake8, isort, pycln with ruff for linting and formatting
    - Bump pre-commit hooks: ruff-pre-commit v0.15.1, uv-pre-commit 0.10.2,
      docformatter v1.7.7
    - Fix deprecated default_stages: 'commit' -> 'pre-commit'
    - Bump deps: ruff>=0.15.0, pre-commit>=4.0.0 (dropping autopep8, black,
      flake8, flake8-pyproject, isort)
    - Update CI: astral-sh/setup-uv@v7, remove separate setup-python step
    - Apply ruff formatting to source and tests
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    muhammad-ali-e and claude committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    c2f9df2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from Zipstack/feat/UN-3230-FEAT_implement_back…

    …off_retry_mechanism
    
    UN-3230 [FEAT] Implement back-off retry mechanism for API deployment client
    jaseemjaskp authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    1ff97e6 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.2.0

    Signed-off-by: Jaseem Jas <89440144+jaseemjaskp@users.noreply.github.com>
    jaseemjaskp authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    6e3816a View commit details
    Browse the repository at this point in the history
Loading
0