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: singer-io/singer-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: singer-io/singer-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 16 files changed
  • 8 contributors

Commits on Mar 24, 2025

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

Commits on Jun 23, 2025

  1. Bump backoff and singer-python versions

    Co-authored-by: Andy Lu <andy.lu@qlik.com>
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    3 people committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    fc4d336 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Adds json schema generation (#174)

    * Adds json schema generation
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * fix test
    
    * Update CHANGELOG.md PR
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
    skuttleman and dsprayberry authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    d4e3506 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. SAC-28668: fix transform and schema v5 (#176)

    * handle empty arrays and fields that could be either formatted or nested
    
    * bump version and add changelog entry
    
    * handle string parsing similar to existin tap-s3 logic
    
    * fix syntax error
    
    * fix bad tests
    skuttleman authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    a4637da View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. SAC-28668: update schema generation v5 (#179)

    * use `anyOf` when multiple types are found
    
    * fix test
    
    * Update schema generation and bump version for v5 deploy
    
    Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
    Co-authored-by: Andres Pineda <andres.pineda@qlik.com>
    
    * Fix linting errors
    
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    
    ---------
    
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
    Co-authored-by: Andres Pineda <andres.pineda@qlik.com>
    4 people authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    eceb55b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. schema generation defaults data type to string (#181)

    Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
    Co-authored-by: Bryant Gray <bryant.gray@qlik.com>
    Co-authored-by: Andres Pineda <andres.pineda@qlik.com>
    4 people authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    73e3695 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. SAC-29666: Update clear_offset to remove offset key from bookmark (#184)

    * update clear_offset to remove key from bookmark
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * bump version to 5.15.0
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    ---------
    
    Co-authored-by: Leslie VanDeMark <lvandemark@talend.com>
    skuttleman and leslievandemark authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    f72bf1b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Add activate_versions key functions for state - v5 (#189)

    * add activate_versions key to state functions, use state.py file for state functions
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * change deprecation annotations to comment
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * version bump 5.16.0 and changelog update
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * whitespace cleanup
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    ---------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    leslievandemark and skuttleman authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    4337e84 View commit details
    Browse the repository at this point in the history
  2. export singer.state functions from main module v5 (#191)

    * export singer.state functions from main module v5
    
    * - bump version to 5.17.0 and add changelog entry
    - rename singer.state.write_bookmark to singer.state.set_bookmark
    - add test cases for set_bookmark, clear_bookmark, set_offset, clear_offset, set_version, and clear_version
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * disable pylint warning for reimported
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    ---------
    
    Co-authored-by: Leslie VanDeMark <lvandemark@talend.com>
    skuttleman and leslievandemark authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    ee0cc77 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. SAC-30196: remove key from version functions v5 (#193)

    * update set_version, clear_version, and get_version state functions
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    * bump to version 5.18.0 and update changelog
    
    -----------------------------
    
    Co-authored-by: Ben Allred <ben.allred@qlik.com>
    
    ---------
    
    Co-authored-by: Leslie VanDeMark <lvandemark@talend.com>
    skuttleman and leslievandemark authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    01227d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

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