Skip to content

Releases: utopia-php/vcs

4.4.3

Choose a tag to compare

@HarshMN2345 HarshMN2345 released this 17 Jul 10:39
15f6cd4

What's Changed

  • Fix GitLab::getEvent() field/action parity with Gitea's shape by @HarshMN2345 in #120

Full Changelog: 4.4.2...4.4.3

4.4.2

Choose a tag to compare

@HarshMN2345 HarshMN2345 released this 14 Jul 06:24
ea62317

What's Changed

  • feat: add provider capability methods for URL building and webhook config by @HarshMN2345 in #118

Full Changelog: 4.4.1...4.4.2

4.4.1

Choose a tag to compare

@loks0n loks0n released this 08 Jul 18:15
75f36b9

What's Changed

  • fix: omit Authorization header in listTags when no access token by @loks0n in #117

Full Changelog: 4.4.0...4.4.1

4.4.0

Choose a tag to compare

@loks0n loks0n released this 08 Jul 16:48
5f2299e

What's Changed

  • feat: list tags with glob filtering across all adapters by @loks0n in #116

Full Changelog: 4.3.0...4.4.0

4.3.0

Choose a tag to compare

@loks0n loks0n released this 08 Jul 15:18
5892cfe

What's Changed

  • feat: presigned URL to download repository archive by @loks0n in #115

Full Changelog: 4.2.4...4.3.0

4.2.3

Choose a tag to compare

@HarshMN2345 HarshMN2345 released this 16 Jun 12:15
598cbd2

What's Changed

  • fix: include status code and response body in GitHub token error by @HarshMN2345 in #113

Full Changelog: 4.2.2...4.2.3

4.2.1

Choose a tag to compare

@HarshMN2345 HarshMN2345 released this 29 May 10:48
59b6483

What's Changed

  • feat(gitlab): add getPullRequest, getPullRequestFiles, getPullRequestFromBranch, createComment, getComment, updateComment and getUser by @jaysomani in #94
  • initial normalization for pushed_at by @jaysomani in #105
  • feat: add createCheckRun for Check Runs API by @HarshMN2345 in #107

Full Changelog: 4.2.0...4.2.1

4.2.0

Choose a tag to compare

@loks0n loks0n released this 17 May 15:59
49d7751

What's Changed

  • chore: bump utopia-php/cache to ^3.0 by @loks0n in #104

Full Changelog: 4.1.0...4.2.0

4.1.0

Choose a tag to compare

@HarshMN2345 HarshMN2345 released this 14 May 10:05
2850dbe

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 13 May 04:34
c14ec4d

What is Changed

  • Upgrade utopia-php/cache requirement from 1.0.* to ^2.0.
  • Raise the PHP requirement from >=8.0 to >=8.2.
  • Improve GitHub adapter error handling for missing or inaccessible repositories, commits, and branches.

Breaking Changes

  • Consumers must now run PHP 8.2 or newer.
  • Consumers using VCS adapters must now install utopia-php/cache 2.x. The adapters expose Utopia\Cache\Cache in public constructor types, so this changes the supported public dependency contract.

Full Changelog: 3.2.1...4.0.0