Releases: mergestat/mergestat-lite
Releases · mergestat/mergestat-lite
v0.4.4
go_mod_to_json
scalar func to parsego.mod
file as JSONgithub_repo_file_content
scalar func to retrieve the contents of a file in a GitHub repo- More rate limiting controls for GitHub tables and functions (see README)
v0.4.3
Adds github_repo_prs
table
v0.4.2
"Officially" release the first set of GitHub API tables (documented in the README) 🎉
github_user_repos
github_org_repos
github_stargazers
github_starred_repos
github_stargazer_count
(scalar function)github_repo_issues
v0.4.1
v0.4.0
Major rearchitecting/rewrite of the internal structure and implementation of the codebase. Includes schema changes (see the README) and implements all git
tables as table-valued-functions (that can receive parameters, i.e. SELECT * FROM commits('', 'HEAD~5')
. Multi-repo queries are now supported 🎉
v0.3.7
- Adds a
blame
table
v0.3.3
Merge pull request #91 from augmentable-dev/github-vtab-edits modification to how github table filter and best index works
v0.3.2
Merge pull request #86 from augmentable-dev/sqlite3-idx-str update sqlite3 dep, use version with idx str fix
v0.3.1
- Adds support for GitHub tables
github_org_repos
,github_user_repos
,github_pull_requests
v0.3.0
- Adds a
stats
table