v0.0.47 - git.loader: Rename BulkUpdater to GitLoader - tests: Add more coverage - Remove dead code
Release swh.loader.git v0.0.43 - Support the new paginated snapshot branch fetching functions
Release swh.loader.git v0.0.42 - Fix critical bug in incremental loading
Release swh.loader.git v0.0.41 - Use explicit keyword argument for base_url in the load task
Release swh.loader.git v0.0.40 - Improve python packaging - Make the loader more robust against holes in the history caused by buggy imports - Allow ignoring the history to make a full load
Release swh.loader.git v0.0.39 - Avoid walking the history of large git repos, which takes a long time - Really save packfiles
v0.0.38 - Improve origin_visit initialization step - Properly sandbox the prepare statement so that if it breaks, we can update appropriately the visit with the correct status
Release swh.loader.git v0.0.37 - Remove spurious debug print
Release swh.loader.git v0.0.36 - Update to use snapshots instead of occurrences - Use dulwich get_transport_and_path rather than hardcode the tcp transport