Comparing gynzy:main...singer-io:master · gynzy/singer-python
Commits on Mar 22, 2021
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>
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>
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
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>
3 people authored
Oct 8, 2025
Commits on Feb 9, 2026
-
Add activate_versions key to state (singer-io#188)
* Add activate_versions state modification fns, new state.py file ----------------------------- Co-authored-by: Ben Allred <ben.allred@qlik.com> * change deprecation annotation to comment ----------------------------- Co-authored-by: Ben Allred <ben.allred@qlik.com> * bump version to 6.5.0, 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>
-
export singer.state functions from main module (singer-io#190)
* export singer.state functions from main module * - export singer.state functions from main module - bump singer-python version 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> * update changelog description to include rename of singer.state.write_bookmark to singer.state.set_bookmark ----------------------------- Co-authored-by: Ben Allred <ben.allred@qlik.com> * disable pylint warning ----------------------------- 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>
Commits on Feb 27, 2026
-
SAC-30196: Rename
activate_versionskey toversionsin state (sin……ger-io#194) * Rename `activate_versions` state key to `versions` Co-authored-by: Bryant Gray <bryant.gray@qlik.com> * More activate_versions -> versions * Corresponding test fixes Co-authored-by: Bryant Gray <bryant.gray@qlik.com> Co-authored-by: Casey Alvarez <casey.alvarez@qlik.com> * Changelog --------- Co-authored-by: Bryant Gray <bryant.gray@qlik.com> Co-authored-by: Casey Alvarez <casey.alvarez@qlik.com>
3 people authored
Feb 27, 2026