Releases: cyclotruc/gitingest
Releases · cyclotruc/gitingest
v0.1.3
What's Changed
- Gitingest is now supporting windows!
⚠️ from gitingest import ingest
is now sync (doesn't use async/await syntax anymore)- You can use
from gitingest import ingest_async
for async usage like previously - Improved include/exclude front-end behaviour
- Various git providers are now supported from the url trick (full list here)
- Moved from apianalytics to posthog (reached the 1.5M requests limit for gitingest.com)
- Improved url parsing to be more reliable accross all syntaxes
- And a lot of minor QoL improvements & bugfixes
Full Changelog: https://github.com/cyclotruc/gitingest/commits/v0.1.3
Special thanks to:
@filipchristiansen who tremendously improved code quality accross the whole codebase
@ShreyPurohit for the windows-compatibility work
@DavidUlloa6310 who made this neat frontend feature
And since this is the first release on this repo, thanks a lot to every contributor so far!
- @mosleyit made their first contribution in #4
- @lore-corrias made their first contribution in #10
- @heiho1 made their first contribution in #8
- @nollium made their first contribution in #23
- @ephraimduncan made their first contribution in #14
- @ebawen made their first contribution in #28
- @joshuajcoronado made their first contribution in #31
- @justinlevi made their first contribution in #38
- @safvanck made their first contribution in #36
- @diegomarzaa made their first contribution in #42
- @xiaopeng-ye made their first contribution in #50
- @bouzaghrane made their first contribution in #46
- @filipchristiansen made their first contribution in #57
- @harshit-wadhwani made their first contribution in #52
- @rafeyrana made their first contribution in #63
- @Alikae made their first contribution in #76
- @joydeep049 made their first contribution in #82
- @waldyrious made their first contribution in #100
- @lcandy2 made their first contribution in #59
- @hudsonbrendon made their first contribution in #102
- @RyanL2004 made their first contribution in #116
- @gowthamkishore3799 made their first contribution in #131
- @javierlinked made their first contribution in #155
- @Artmann made their first contribution in #163
- @atyrode made their first contribution in #165
- @jcserv made their first contribution in #167
- @davidwarshawsky made their first contribution in #171
v0.1.4
What's Changed
MacOS support for the CLI/pip package (was not working for remote repositories)
- feat: Add Python 3.7 Support and Restore Compatibility with Older Syntax by @filipchristiansen in #181
- fix: Fix MacOS path resolution failures and surface temp directory cleanup errors by @filipchristiansen in #183
- feat: add gist.github.com support and fix ingest_async bug by @filipchristiansen in #184
- Capitalize a couple of words by @ninadsachania in #180
- fix: Refine async_timeout to properly handle TypeVar usage by @filipchristiansen in #185
- Fix typos by @ninadsachania in #190
- feat(cli):Add support for .gitingest file processing in query ingestion by @AbhiRam162105 in #191
- feat: partial cloning by @filipchristiansen in #188
- remove unused setup.py by @cyclotruc in #192
- fix: correct title attribute for Edge Add-ons link by @CharlesCNorton in #199
- Refactor/ingestion by @cyclotruc in #209
- Create scorecard.yml by @cyclotruc in #211
- fix: fix directory include pattern matching and normalize Windows paths by @filipchristiansen in #217
- Fix/dirtree by @cyclotruc in #218
- fix subpath cloning by @cyclotruc in #219
New Contributors
- @ninadsachania made their first contribution in #180
- @AbhiRam162105 made their first contribution in #191
- @CharlesCNorton made their first contribution in #199
Special thanks to @filipchristiansen once again for his impressive refactor of the ingestion logic, the recursion code is now much cleaner and safer to build upon
Full Changelog: v0.1.3...v0.1.4