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