Release History
Last updated
added properties to StreamConfiguration for completeness
fixed up billing events
bumped version numbers
updated schemas to resolve the view creation issues
added check around pull request commits and comments to ensure there is data available before enqueing results.
modified commits and pull request streams to utilize the lists returned instead of fetching data each item individually
fixed schema for pull requests to fix json validation errors
added pull request events stream
added in repoistory stream
added in branch stream
added organization stream
added organization members stream
added organization teams stream
Changed get_github_client to pass Auth.Token, per_page=250, pool_size, and lazy=True Introduced batch thresholds (batch_size=100 for commits, batch_size=10 for pull requests) and intermediate enqueue_results calls Updated JSON schemas to use proper type hints and boolean defaults
fixed error with invalid dates for incremental syncs
fixed issue for pull request date objects being saved into state
ensured OAuth token is obtained at the start of a sync run
added OAuth App as authentication method
bumped version numbers
added streams for pull requests, pull request commits and pull request comments
updated logging framework
Last updated