9.6 KiB
9.6 KiB
Changelog
3.5.1
Fixed
3.5.0
Added
- added support for psr\cache 3.0 (rconfig) #1046
- Symfony: allow deprecation-contracts version 3 (glaubinix) #1049
Changed
- Fix internal doc link (staudenmeir) #1044
Fixed
- Fix Client URL Prepending For GraphQL Endpoint on Enterprise (asher-goldberg, acrobat) #1048
3.4.0
Added
- Add create a repository using a template endpoint (martinbean) #994
- Allow fetching repo readme for a specific ref (bery) #1019
- allow assigning role to organisation members (luceos) #1018
- Branch lists . ( ? query per_page) (pitonic) #1020
- Php8.1 support (acrobat) #1025
- Allow psr/cache 2.0 as well as 1.0 (johnnoel) #1029
- adding code_with_match (#1024) (QuentinRa) #1031
- Added dir parameter for Repo readme (AlexandrePavy) #1032
- refs #955: deprecate Client::AUTH_* constants and replace them with AuthMethod::AUTH_* const (ipalo) #1036
- feat: Add
visibility
option to repo create (gerdemann) #1038 - Feature get authenticated app (kdaniel95) #1041
Changed
- Fix up typos (dereuromark) #1011
- Update integration authentication documentation for usage with lcobucci/jwt ^4 (glaubinix) #1017
- Update result_pager.md (tomsowerby) #1023
- fix(doc): links to doc in CurrentUser class (Nek-) #1026
- Fix incorrect phpdoc (gemal) #1034
Fixed
- Add accept header for creating repo from template (davidpeach) #1030
3.3.0
Added
- Allow costume accept headers for GraphQL Endpoint. (Necmttn) #1001
- Add endpoint for approve workflow run (Nyholm) #1006
Changed
- Update readme and add example for different http client usage (acrobat) #1002
- Bumped branch alias after new feature merged (GrahamCampbell) #1004
- Add comment on AbstractApi::$perPage() (Nyholm) #1007
Fixed
3.2.0
Added
- Deprecate ResultPager::postFetch method (acrobat) #986
- Add deprecations to the PR review methods to allow cleanup (acrobat) #984
- Allow binary content downloads of assets (acrobat) #990
- Deployments: added missing 'delete deployment' endpoint (clxmstaab) #991
- Events list per authenticated user for all repos (richard015ar) #1000
Changed
- Fixed branch alias (GrahamCampbell) #975
- fix typo (staabm) #977
- Improved bc check (acrobat) #982
- Correctly link to github actions docs and fix backlinks (acrobat) #983
- Add missing repo hooks documentation (acrobat) #987
- Fix incorrect public key documentation (acrobat) #988
- Fixed incorrect parameters in apps docs (acrobat) #989
- phpdoc: fix typo (clxmstaab) #993
- Fix upmerged usage of deprecated phpunit assert (acrobat) #995
- Fix typo (romainneutron) #997
Fixed
- Deployments: use proper media-type for in_progress/queued, inactive state (staabm) #979
- [952] doc - Specify lcobucci/jwt version, fix deprecation (amacrobert-meq, acrobat) #953
- Replace deprecated organization team repository add/remove urls (acrobat) #985
- fixed php warning in GithubExceptionThrower (clxmstaab, acrobat) #992
3.1.0
Added
Changed
- Re-enable roave bc check for 3.x (acrobat) #958
- Cleanup 3.0.0 changelog (acrobat) #957
- Update new GitHub doc links in repo. (fodinabor) #974
Fixed
- Add accept header for the checks API (Agares) #968
- ExceptionThrower: adjust rate limit detection (glaubinix) #959
3.0.0
Added
- Switch to PSR18 client implementation and bump httplug minimum version to ^2.0 (GrahamCampbell) #885
- Switch to PSR-17 and remove deprecated code (GrahamCampbell) #888
- Allow PHP8 (acrobat) #934
- [3.x] Make PHP 7.2.5 the minimum version (GrahamCampbell) #942
- [3.x] Re-worked pagination to not mutate the api classes (GrahamCampbell) #907 & (acrobat) #956
- Prepare 3.0 release and remove remaining deprecated code (acrobat) #948
Changed
- Remove BC check on 3.x (GrahamCampbell) #900
- [3.x] Fix the HTTP methods client (GrahamCampbell) #910
- fix typo (michielkempen) #920
- [3.x] Added some additional scalar types and return types (GrahamCampbell) #949