-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: andylu-test/singer-python
base: master
head repository: singer-io/singer-python
compare: master
- 13 commits
- 19 files changed
- 10 contributors
Commits on Nov 3, 2022
-
parse dev mode argument (singer-io#158)
* parse dev mode argument * update the short flag for dev mode Replace `-dev` to `-D` * Updated the short flag for dev mode * - remove dev mode short flag Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com>
Configuration menu - View commit details
-
Copy full SHA for bc3d942 - Browse repository at this point
Copy the full SHA bc3d942View commit details
Commits on Nov 7, 2022
-
Bump version 5.13.0 (singer-io#160)
* Bump version 5.13.0 * update changelog for dev mode argument parsing * change versioning to minor version bump Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com>
Configuration menu - View commit details
-
Copy full SHA for 2c053f4 - Browse repository at this point
Copy the full SHA 2c053f4View commit details
Commits on Jan 16, 2024
-
Bump backoff to be compatible with newer python versions (singer-io#165)
* bump backoff for pyton 3.11 compatibility * update pip version * try new circleci yml * remove 'make' * make pylint happy * make pylint happy * make pylint happy again * backoff version is a breaking change for old python versions * Changelog update
Configuration menu - View commit details
-
Copy full SHA for 0d0ff1e - Browse repository at this point
Copy the full SHA 0d0ff1eView commit details
Commits on Mar 19, 2024
-
Relax dependency version requirements (singer-io#167)
* Relax dependency constraints * Bump version to `6.0.1` * pin backoff and simplejson to major version * Don't allow older versions * Update changelog * Pin minumum and major versions
Configuration menu - View commit details
-
Copy full SHA for d6f0d20 - Browse repository at this point
Copy the full SHA d6f0d20View commit details
Commits on Aug 13, 2024
-
Make
ensure_asciiDynamic with Default Set toTruein JSON Serial……ization (singer-io#168) * add parameter - ensure_ascii to load non ascii characters when set to false * add unit test for ensuring ascii characters while loading * update setup and changelog
Configuration menu - View commit details
-
Copy full SHA for 0cb2288 - Browse repository at this point
Copy the full SHA 0cb2288View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae50276 - Browse repository at this point
Copy the full SHA ae50276View commit details
Commits on Mar 24, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for f0e1e6e - Browse repository at this point
Copy the full SHA f0e1e6eView commit details
Commits on Sep 19, 2025
-
add json schema generation (singer-io#175)
Co-authored-by: Dylan Sprayberry <dylan.sprayberry@qlik.com>
Configuration menu - View commit details
-
Copy full SHA for 1e0bccb - Browse repository at this point
Copy the full SHA 1e0bccbView commit details
Commits on Oct 2, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 3cbe7ca - Browse repository at this point
Copy the full SHA 3cbe7caView commit details
Commits on Oct 8, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for bb412f4 - Browse repository at this point
Copy the full SHA bb412f4View commit details
Commits on Oct 15, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9145ecb - Browse repository at this point
Copy the full SHA 9145ecbView commit details
Commits on Oct 22, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for ccf2266 - Browse repository at this point
Copy the full SHA ccf2266View commit details
Commits on Feb 2, 2026
-
SAC-29666: Update clear_offset to remove offset key from bookmark (si…
…nger-io#185) * Update clear_offset to remove offset key from bookmark ----------------------------- Co-authored-by: Ben Allred <ben.allred@qlik.com> * bump to version 6.4.0 ----------------------------- Co-authored-by: Ben Allred <ben.allred@qlik.com> --------- Co-authored-by: Leslie VanDeMark <lvandemark@talend.com>
Configuration menu - View commit details
-
Copy full SHA for 6ae25be - Browse repository at this point
Copy the full SHA 6ae25beView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master