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: zhutony/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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 13 files changed
  • 5 contributors

Commits on Mar 24, 2025

  1. Use underscore instead of dash in setup.cfg (singer-io#171)

    * Use underscore instead of dash in setup.cfg
    
    pypa/setuptools#4910
    
    * disable some pylint warnings
    bryantgray authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    f0e1e6e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. add json schema generation (singer-io#175)

    Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
    skuttleman and dsprayberry authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    1e0bccb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Sac 28668 fix transform and schema (singer-io#177)

    * handle empty arrays and fields that could be either formatted or nested
    
    * remove ipdb
    
    * 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
    3cbe7ca View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. SAC-28668: update schema generation v6 (singer-io#180)

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

Commits on Oct 15, 2025

  1. Default to string for schema generation (singer-io#182)

    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
    9145ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Support allow_nan in message JSON output (singer-io#183)

    * allow nan values to replicate
    
    * update setup and changelog
    
    * make pylint happy
    
    * add test cases for allow nan
    sgandhi1311 authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    ccf2266 View commit details
    Browse the repository at this point in the history
Loading