Releases: jelmer/dulwich
Releases · jelmer/dulwich
dulwich-0.24.9
-
Fix passing key_filename and ssh_command parameters to SSHGitClient by @skshetry
-
Relax check to support subclasses of Urllib3HttpGitClient. Fixes
regression from 0.24.2 where subclasses of Urllib3HttpGitClient would
not receive the config object. by @skshetry -
Fix test_concurrent_ref_operations_compatibility test flakiness by @jelmer
-
Fix warnings in test suite by @jelmer
Full Changelog: dulwich-0.24.8...dulwich-0.24.9
0.24.10
dulwich-0.24.8
What's Changed
- Support ref namespaces by @jelmer in #1957
- Add Rust test step to CI workflow. by @jelmer in #1958
- Add support for GIT_FLUSH environment variable by @jelmer in #1959
- Add support for recursive submodule updates by @jelmer in #1961
- Add maintenance subcommand by @jelmer in #1960
- Add interpret-trailers command by @jelmer in #1962
- Add support for replace command by @jelmer in #1963
- Fix config file leakage in compat tests by @jelmer in #1964
- Various bundle fixes by @jelmer in #1965
- Implement advanced Git object specification support by @jelmer in #1966
- Add rust implementation of create_delta by @jelmer in #1956
- Add support for dulwich stripspace by @jelmer in #1967
- Fix TypeError when passing refspec to clone() by @jelmer in #1968
- Drop authors by @jelmer in #1970
- Add per-URL http.extraHeader configuration support by @jelmer in #1969
- Add support for GIT_REFLOG_ACTION environment variable by @jelmer in #1971
- Make generate_pack_data() arguments consistent and keyword-only by @jelmer in #1972
- Bump typing-extensions by @jelmer in #1974
Full Changelog: dulwich-0.24.7...dulwich-0.24.8
0.24.7
What's Changed
- Use make_commit() from test utils in test files by @jelmer in #1943
- Enhance fetch with missing options by @jelmer in #1944
- Add sparse index support for improved performance with large repositories by @jelmer in #1946
- Fix SSH connections with custom ssh command by @jelmer in #1947
- Work around typing module bug in Python 3.9.0/3.9.1 by @jelmer in #1949
- And support for local files in LFS by @jelmer in #1953
- Add support for core.fsyncObjectFiles configuration option by @jelmer in #1954
- Add bitmap support by @jelmer in #1952
Full Changelog: dulwich-0.24.6...dulwich-0.24.7
0.24.6
What's Changed
- Restore pool_manager parameter to transport functions by @jelmer in #1929
- Support show-branch by @jelmer in #1931
- Add support for git mailsplit command by @jelmer in #1930
- Add dulwich config CLI command by @jelmer in #1933
- Add support for git cherry command by @jelmer in #1932
- Ensure files are closed by @jelmer in #1935
- Add support for octopus merge strategy by @jelmer in #1934
- Add convenience functions for dealing with refs by @jelmer in #1937
- Implement recursive merge strategy for handling multiple merge bases by @jelmer in #1936
- Add support for git grep command by @jelmer in #1938
- Fix import failure when sys.stdin is None by @jelmer in #1940
- Implement git reflog expire and delete commands by @jelmer in #1941
Full Changelog: dulwich-0.24.5...dulwich-0.24.6
0.24.5
0.24.4
What's Changed
- Fix pypi publish action version by @jelmer in #1890
- Add remaining typing by @jelmer in #1891
- Disable android wheels build, which currently fails due to 403s on by @jelmer in #1892
- fix typing by @jelmer in #1893
- deps(deps): bump memchr from 2.7.5 to 2.7.6 in the cargo group by @dependabot[bot] in #1901
- ci(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot[bot] in #1900
- deps(deps): bump the pip group with 2 updates by @dependabot[bot] in #1902
- ci(deps): bump docker/setup-qemu-action from 3.2.0 to 3.6.0 by @dependabot[bot] in #1899
- ci(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #1897
- ci(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.4.0 by @dependabot[bot] in #1898
- Use immutable container type annotations where appropriate by @jelmer in #1903
- Add extract_signature() method to Commit and Tag by @jelmer in #1905
- Fix BlackboxTestCase to respect Python venv path by @mgorny in #1906
- Add DependencyMissing class by @jelmer in #1907
- More typing fixes by @jelmer in #1908
- Implement GPG signing and verification support for commits and tags by @jelmer in #1909
- Add support for GIT_TRACE environment variable by @jelmer in #1910
- Fix Git filter protocol to handle two-phase response format by @jelmer in #1911
- Add git worktree repair command by @jelmer in #1912
- Add support for dulwich verify-tag command by @jelmer in #1914
- Add support for git var command by @jelmer in #1913
- Add support for dulwich verify-commit command by @jelmer in #1915
- Add support for dulwich merge-base command by @jelmer in #1916
- Avoid PyObject, deprecated in PyO3 0.26 by @jelmer in #1917
- Add python 3.14 support by @jelmer in #1918
- Re-enable Android wheels build by @mhsmith in #1919
- Attempt to fix 3.14 errors by @jelmer in #1920
- Fix pypi-publish action version by @jelmer in #1921
- Fix pack copy test for Windows Python 3.14 by @jelmer in #1922
- Fix LFS status tests cleanup issue on Windows Python 3.14 by @jelmer in #1923
New Contributors
Full Changelog: dulwich-0.24.2...dulwich-0.24.4
0.24.3
What's Changed
- Fix pypi publish action version by @jelmer in #1890
- Add remaining typing by @jelmer in #1891
- Disable android wheels build, which currently fails due to 403s on by @jelmer in #1892
- fix typing by @jelmer in #1893
- deps(deps): bump memchr from 2.7.5 to 2.7.6 in the cargo group by @dependabot[bot] in #1901
- ci(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot[bot] in #1900
- deps(deps): bump the pip group with 2 updates by @dependabot[bot] in #1902
- ci(deps): bump docker/setup-qemu-action from 3.2.0 to 3.6.0 by @dependabot[bot] in #1899
- ci(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #1897
- ci(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.4.0 by @dependabot[bot] in #1898
- Use immutable container type annotations where appropriate by @jelmer in #1903
- Add extract_signature() method to Commit and Tag by @jelmer in #1905
- Fix BlackboxTestCase to respect Python venv path by @mgorny in #1906
- Add DependencyMissing class by @jelmer in #1907
- More typing fixes by @jelmer in #1908
- Implement GPG signing and verification support for commits and tags by @jelmer in #1909
- Add support for GIT_TRACE environment variable by @jelmer in #1910
- Fix Git filter protocol to handle two-phase response format by @jelmer in #1911
- Add git worktree repair command by @jelmer in #1912
- Add support for dulwich verify-tag command by @jelmer in #1914
- Add support for git var command by @jelmer in #1913
- Add support for dulwich verify-commit command by @jelmer in #1915
- Add support for dulwich merge-base command by @jelmer in #1916
Full Changelog: dulwich-0.24.2...dulwich-0.24.3
0.24.2
What's Changed
- Fix worktree CLI tests to properly change to repository directory by @jelmer in #1739
- Add temporary_worktree context manager by @jelmer in #1742
- Add more typing by @jelmer in #1743
- Add more typing by @jelmer in #1744
- Add more typing by @jelmer in #1745
- Add colorized diff support for show command by @jelmer in #1746
- Add more typing by @jelmer in #1747
- Fix Windows path handling regression in checkout operations by @jelmer in #1752
- Add more docstrings by @jelmer in #1753
- Fix Windows config loading to only use current Git installation by @jelmer in #1755
- Add interactive rebase support by @jelmer in #1756
- Run tests on Android by @jelmer in #1757
- Add docstrings for everything by @jelmer in #1754
- Disable android test for now by @jelmer in #1758
- Add more typing by @jelmer in #1750
- Fix merge functionality to handle missing merge3 dependency gracefully by @jelmer in #1760
- ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1763
- deps(deps): bump ruff from 0.12.4 to 0.12.8 by @dependabot[bot] in #1764
- ci(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #1762
- refs: handle per-worktree and shared refs on read and on reflog writes by @skshetry in #1749
- Revert accidental API change by @jelmer in #1766
- Add
object_store.iter_commit_contents()by @mathrick in #1761 - Add recipes to documentation by @mathrick in #1767
- deps(deps): bump ruff from 0.12.8 to 0.12.9 by @dependabot[bot] in #1772
- Factor out checks for merge3 module to a function by @mathrick in #1771
- Fix handling of CRLF line endings with core.autocrlf = input by @jelmer in #1773
- Add support for http.extraHeader configuration by @jelmer in #1774
- Add support for patiencediff by @jelmer in #1820
- Reduce test noise by @jelmer in #1818
- Add IPv6 support for git:// protocol URLs by @jelmer in #1821
- Optimize LFS performance by avoiding redundant disk writes by @jelmer in #1864
- Improve new contributor experience by @mathrick in #1768
- deps(deps): bump ruff from 0.12.9 to 0.12.10 by @dependabot[bot] in #1867
- Add porcelain.shortlog function to summarize commits by author by @UsamaQaisrani in #1865
- group items in dependabot by @jelmer in #1869
- deps(deps): bump mypy from 1.17.0 to 1.17.1 in the pip group by @dependabot[bot] in #1870
- Fix TreeEntry typing to not allow None values by @jelmer in #1871
- add --all flag to branch command by @xifOO in #1866
- add --remotes to branch command by @xifOO in #1872
- Fix subprocess filter performance issues (#1789) by @jelmer in #1868
- add --merged to branch command by @xifOO in #1873
- add --no-merged to branch command by @xifOO in #1874
- add --contains to branch command by @xifOO in #1875
- deps(deps): bump ruff from 0.12.10 to 0.12.11 in the pip group by @dependabot[bot] in #1877
- Add support for core.whitespace and core.safecrlf by @jelmer in #1879
- Add support for core.preloadIndex configuration setting by @jelmer in #1682
- add --column to branch command by @xifOO in #1876
- Fix test failures by adding missing test modules and fixing filter tests by @jelmer in #1881
- add --list to branch command by @xifOO in #1882
- Appease deps.dev by @jelmer in #1883
- Remove me from AUTHORS list by @warrd in #1884
- Support TMPDIR as example system directory in symlink test by @jelmer in #1887
- Fix ruff issues by @jelmer in #1886
New Contributors
- @mathrick made their first contribution in #1761
- @UsamaQaisrani made their first contribution in #1865
- @xifOO made their first contribution in #1866
- @warrd made their first contribution in #1884
Full Changelog: dulwich-0.24.1...dulwich-0.24.2
dulwich-0.24.1
What's Changed
Full Changelog: dulwich-0.24.0...dulwich-0.24.1