Skip to content

Releases: jelmer/dulwich

1.0.0

17 Jan 23:21
dulwich-1.0.0

Choose a tag to compare

What's Changed

Full Changelog: dulwich-0.25.2...dulwich-1.0.0

dulwich-0.25.1

12 Jan 01:56
dulwich-0.25.2

Choose a tag to compare

What's Changed

  • Fix GPG signature test to handle InvalidSigners exception by @jelmer in #2064
  • Make object store close() idempotent and warn on unclosed resources by @jelmer in #2065

Full Changelog: dulwich-0.25.1...dulwich-0.25.2

dulwich-0.25.1

12 Jan 01:55
dulwich-0.25.1

Choose a tag to compare

v0.25.0

17 Dec 21:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dulwich-0.24.10...dulwich-0.25.0

dulwich-0.24.9

10 Nov 13:57

Choose a tag to compare

  • 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

20 Nov 02:18

Choose a tag to compare

Full Changelog: dulwich-0.24.9...dulwich-0.24.10

dulwich-0.24.8

01 Nov 19:38

Choose a tag to compare

What's Changed

Full Changelog: dulwich-0.24.7...dulwich-0.24.8

0.24.7

23 Oct 10:28

Choose a tag to compare

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

19 Oct 12:07

Choose a tag to compare

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

16 Oct 09:44

Choose a tag to compare

What's Changed

  • Fix LFS status tests cleanup issue on Windows Python 3.14 by @jelmer in #1924
  • Fix HTTP authentication with credentials in URLs by @jelmer in #1926

Full Changelog: dulwich-0.24.4...dulwich-0.24.5