55- Add ` RemoteCallbacks.push_transfer_progress(...) ` callback
66 [ #1345 ] ( https://github.com/libgit2/pygit2/pull/1345 )
77
8- - New ` bool(oid) ` and some doc/typing fixes
8+ - New ` bool(oid) `
99 [ #1347 ] ( https://github.com/libgit2/pygit2/pull/1347 )
1010
1111- Now ` Repository.merge(...) ` accepts a commit or reference object
1212 [ #1348 ] ( https://github.com/libgit2/pygit2/pull/1348 )
1313
14+ - New ` threads ` optional argument in ` Remote.push(...) `
15+ [ #1352 ] ( https://github.com/libgit2/pygit2/pull/1352 )
16+
17+ - New ` proxy ` optional argument in ` clone_repository(...) `
18+ [ #1354 ] ( https://github.com/libgit2/pygit2/pull/1354 )
19+
1420- Fix when a reference name has non UTF-8 chars
1521 [ #1329 ] ( https://github.com/libgit2/pygit2/pull/1329 )
1622
2026- Add codespell workflow, fix a number of typos
2127 [ #1344 ] ( https://github.com/libgit2/pygit2/pull/1344 )
2228
23- - More typing
29+ - Documentation and typing
2430 [ #1343 ] ( https://github.com/libgit2/pygit2/pull/1343 )
31+ [ #1347 ] ( https://github.com/libgit2/pygit2/pull/1347 )
32+ [ #1356 ] ( https://github.com/libgit2/pygit2/pull/1356 )
2533
2634- CI: Use ARM runner for tests and wheels
2735 [ #1346 ] ( https://github.com/libgit2/pygit2/pull/1346 )
@@ -30,6 +38,7 @@ Deprecations:
3038
3139- Passing str to ` Repository.merge(...) ` is deprecated,
3240 instead pass an oid object (or a commit, or a reference)
41+ [ #1349 ] ( https://github.com/libgit2/pygit2/pull/1349 )
3342
3443
3544# 1.17.0 (2025-01-08)
0 commit comments