Skip to content

Releases: utopia-php/vcs

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

3.2.1

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 08 May 10:17
03ccd12

What's Changed

  • Update utopia-php/fetch to ^1.1 in #97.

3.1.1

Choose a tag to compare

@Meldiron Meldiron released this 08 Apr 16:01
44a84ab

What's Changed

  • Eliminate duplication in Forgejo adapter and tests by @Copilot in #77
  • fix: use pre-written app.ini mount for Gogs webhook support by @jaysomani in #82
  • fix: resolve testGetPullRequestFiles failures for Forgejo and Gogs by @jaysomani in #83
  • Supporting Gogs integration with existing tools by @Copilot in #80
  • fix: adjust expiration time for token generation by @docimin in #87

New Contributors

  • @Copilot made their first contribution in #77
  • @docimin made their first contribution in #87

Full Changelog: 3.1.0...3.2.0