github AkashRajpurohit/git-sync v0.14.1

12 hours ago

This release fixes a bug introduced in the previous 0.14.0 release. Please use this version instead of 0.14.0.

Release notes from previous release for convenience.

What's New!

This release majorly helps the users who have a large number of repositories to sync and often run into rate limiting issues.

git-sync now supports passing multiple personal access tokens to avoid this issue. The new option is named tokens in the config file, more details can be found in the Wiki.

For simplicity, the token option is deprecated and will be removed in the future during v1.0 release. You can still use it for now but it's recommended to use the tokens option instead.

Apart from this, you will also start seeing warning logs in the console for any invalid configurations that might cause issue after the release of v1.0, so it is advised to fix them as soon as possible.

Changelog

  • df5deda chore: 🔧 updating log priority for few messages
  • f529232 fix: 🐛 use token manager for sync operations
  • 5438eb2 chore: ♻️ go mod tidy
  • e17435b chore(deps): update module github.com/xanzy/go-gitlab to v0.115.0 (#74)

Don't miss a new git-sync release

NewReleases is sending notifications on new releases.