Skip to content

Releases: iterative/scmrepo

1.0.0

10 Apr 08:49
1e02955

Choose a tag to compare

What's Changed

Breaking changes

  • Git.add() no longer stages gitignored files by default. To explicitly add ignored files you must speficy Git.add(force=True) (equivalent to git add --force)

Full Changelog: 0.2.1...1.0.0

0.2.1

05 Apr 07:12

Choose a tag to compare

What's Changed

  • dulwich: preserve data from generators when retrying request by @pmrowla in #228

Full Changelog: 0.2.0...0.2.1

0.2.0

31 Mar 11:29

Choose a tag to compare

What's Changed

  • pygit2: implement libgit2/pygit2 remote callbacks by @pmrowla in #219
  • build(deps-dev): bump types-mock from 5.0.0.5 to 5.0.0.6 by @dependabot in #218
  • build(deps-dev): bump types-paramiko from 3.0.0.4 to 3.0.0.5 by @dependabot in #217
  • build(deps-dev): bump paramiko from 3.0.0 to 3.1.0 by @dependabot in #206
  • dulwich/pygit: support interactive username/pw auth by @pmrowla in #220
  • credentials: cache interactive credentials in memory by @pmrowla in #222
  • disallow cred helper to return empty output by @dberenbaum in #224
  • credentials: generalize prompt behavior by @pmrowla in #226

New Contributors

Full Changelog: 0.1.17...0.2.0

0.1.17

24 Mar 09:53

Choose a tag to compare

What's Changed

  • update template by @github-actions in #199
  • git.credentials: implement full fill/approve/reject workflow by @pmrowla in #216

Full Changelog: 0.1.16...0.1.17

0.1.16

23 Mar 10:20

Choose a tag to compare

What's Changed

  • git: continue trying other backends on GitCommandNotFound by @efiop in #209
  • deps: bump asyncssh minver by @pmrowla in #212
  • dulwich: use SubprocessSSHVendor when necessary by @pmrowla in #213
  • stash: handle clean workspace on push() by @pmrowla in #214

Full Changelog: 0.1.15...0.1.16

0.1.15

06 Mar 14:31
31b2ccd

Choose a tag to compare

What's Changed

Full Changelog: 0.1.14...0.1.15

0.1.14

03 Mar 13:11
4a8a1fa

Choose a tag to compare

What's Changed

Full Changelog: 0.1.13...0.1.14

0.1.13

27 Feb 15:40
dd2ffa9

Choose a tag to compare

What's Changed

  • build(deps-dev): bump types-mock from 5.0.0.2 to 5.0.0.4 by @dependabot in #193
  • build(deps-dev): bump types-paramiko from 3.0.0.1 to 3.0.0.4 by @dependabot in #194
  • update template by @github-actions in #195
  • fetch_refspecs: Use dulwich for ssh urls. by @daavoo in #196

Full Changelog: 0.1.12...0.1.13

0.1.12

20 Feb 08:25

Choose a tag to compare

What's Changed

Full Changelog: 0.1.11...0.1.12

0.1.11

16 Feb 09:28
a52800e

Choose a tag to compare

What's Changed

  • credentials: remove upstreamed url matching functions by @skshetry in #188
  • fetch_refspecs: drop to dulwich if cred-helper is set by @skshetry in #189

Full Changelog: 0.1.10...0.1.11