|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/47degrees/github4s/tree/HEAD) |
| 3 | +## [v0.27.0](https://github.com/47degrees/github4s/tree/v0.27.0) (2020-11-17) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/47degrees/github4s/compare/v0.26.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/47degrees/github4s/compare/v0.26.0...v0.27.0) |
| 6 | + |
| 7 | +⚠️ **Breaking changes** |
| 8 | + |
| 9 | +- make accessToken an io to use gh app's expiring tokens [\#567](https://github.com/47degrees/github4s/pull/567) ([reimai](https://github.com/reimai)) |
| 10 | + |
| 11 | +📈 **Dependency updates** |
| 12 | + |
| 13 | +- Update sbt to 1.4.3 [\#570](https://github.com/47degrees/github4s/pull/570) ([47erbot](https://github.com/47erbot)) |
| 14 | +- Update sbt to 1.4.2 [\#566](https://github.com/47degrees/github4s/pull/566) ([47erbot](https://github.com/47erbot)) |
| 15 | +- Update sbt to 1.4.1 [\#562](https://github.com/47degrees/github4s/pull/562) ([47erbot](https://github.com/47erbot)) |
| 16 | +- Update scalafmt-core to 2.7.5 [\#561](https://github.com/47degrees/github4s/pull/561) ([47erbot](https://github.com/47erbot)) |
| 17 | +- Update sbt-mdoc to 2.2.10 [\#560](https://github.com/47degrees/github4s/pull/560) ([47erbot](https://github.com/47erbot)) |
| 18 | +- Update http4s-blaze-client, http4s-circe, ... to 0.21.8 [\#559](https://github.com/47degrees/github4s/pull/559) ([47erbot](https://github.com/47erbot)) |
| 19 | +- Update sbt-tpolecat to 0.1.14 [\#558](https://github.com/47degrees/github4s/pull/558) ([47erbot](https://github.com/47erbot)) |
| 20 | +- Update scalafmt-core to 2.7.4 [\#557](https://github.com/47degrees/github4s/pull/557) ([47erbot](https://github.com/47erbot)) |
| 21 | +- Update sbt to 1.4.0 [\#556](https://github.com/47degrees/github4s/pull/556) ([47erbot](https://github.com/47erbot)) |
| 22 | +- Update scalafmt-core to 2.7.3 [\#555](https://github.com/47degrees/github4s/pull/555) ([47erbot](https://github.com/47erbot)) |
6 | 23 |
|
7 | 24 | **Closed issues:** |
8 | 25 |
|
| 26 | +- Support creation of pull request reviews [\#563](https://github.com/47degrees/github4s/issues/563) |
9 | 27 | - Default value for optional field [\#549](https://github.com/47degrees/github4s/issues/549) |
10 | 28 | - Include "permissions" in domain objects [\#526](https://github.com/47degrees/github4s/issues/526) |
11 | 29 |
|
| 30 | +**Merged pull requests:** |
| 31 | + |
| 32 | +- Repository model enriched: Archived status available now [\#565](https://github.com/47degrees/github4s/pull/565) ([nihirash](https://github.com/nihirash)) |
| 33 | +- Support a creation of pull request reviews [\#564](https://github.com/47degrees/github4s/pull/564) ([kusaeva](https://github.com/kusaeva)) |
| 34 | + |
12 | 35 | ## [v0.26.0](https://github.com/47degrees/github4s/tree/v0.26.0) (2020-09-23) |
13 | 36 |
|
14 | 37 | [Full Changelog](https://github.com/47degrees/github4s/compare/v0.25.0...v0.26.0) |
|
396 | 419 | **Merged pull requests:** |
397 | 420 |
|
398 | 421 | - Release 0.18.8 [\#221](https://github.com/47degrees/github4s/pull/221) ([BenFradet](https://github.com/BenFradet)) |
| 422 | +- Add cla-bot to the Github4s in the wild section [\#220](https://github.com/47degrees/github4s/pull/220) ([BenFradet](https://github.com/BenFradet)) |
399 | 423 |
|
400 | 424 | ## [v0.18.7](https://github.com/47degrees/github4s/tree/v0.18.7) (2018-08-20) |
401 | 425 |
|
402 | 426 | [Full Changelog](https://github.com/47degrees/github4s/compare/v0.18.6...v0.18.7) |
403 | 427 |
|
404 | 428 | **Merged pull requests:** |
405 | 429 |
|
406 | | -- Add cla-bot to the Github4s in the wild section [\#220](https://github.com/47degrees/github4s/pull/220) ([BenFradet](https://github.com/BenFradet)) |
407 | 430 | - Release 0.18.7 [\#219](https://github.com/47degrees/github4s/pull/219) ([BenFradet](https://github.com/BenFradet)) |
408 | 431 | - Add listCollaborators method [\#218](https://github.com/47degrees/github4s/pull/218) ([asoltysik](https://github.com/asoltysik)) |
409 | 432 | - add get tree api implementation [\#217](https://github.com/47degrees/github4s/pull/217) ([aberey](https://github.com/aberey)) |
|
449 | 472 | - Release 0.18.4 [\#205](https://github.com/47degrees/github4s/pull/205) ([BenFradet](https://github.com/BenFradet)) |
450 | 473 | - Change param so we are filtering by label [\#204](https://github.com/47degrees/github4s/pull/204) ([drwlrsn](https://github.com/drwlrsn)) |
451 | 474 | - Keep circe decoders dry [\#202](https://github.com/47degrees/github4s/pull/202) ([BenFradet](https://github.com/BenFradet)) |
| 475 | +- \# Make `body: Option\[String\]` [\#200](https://github.com/47degrees/github4s/pull/200) ([lloydmeta](https://github.com/lloydmeta)) |
452 | 476 |
|
453 | 477 | ## [v0.18.3](https://github.com/47degrees/github4s/tree/v0.18.3) (2018-03-11) |
454 | 478 |
|
|
457 | 481 | **Merged pull requests:** |
458 | 482 |
|
459 | 483 | - Release 0.18.3 [\#201](https://github.com/47degrees/github4s/pull/201) ([BenFradet](https://github.com/BenFradet)) |
460 | | -- \# Make `body: Option\[String\]` [\#200](https://github.com/47degrees/github4s/pull/200) ([lloydmeta](https://github.com/lloydmeta)) |
461 | 484 |
|
462 | 485 | ## [v0.18.2](https://github.com/47degrees/github4s/tree/v0.18.2) (2018-03-07) |
463 | 486 |
|
|
470 | 493 | **Merged pull requests:** |
471 | 494 |
|
472 | 495 | - Releases 0.18.2 [\#199](https://github.com/47degrees/github4s/pull/199) ([fedefernandez](https://github.com/fedefernandez)) |
473 | | -- Add pagination support for PullRequest ops [\#198](https://github.com/47degrees/github4s/pull/198) ([lloydmeta](https://github.com/lloydmeta)) |
474 | 496 |
|
475 | 497 | ## [v0.18.1](https://github.com/47degrees/github4s/tree/v0.18.1) (2018-02-14) |
476 | 498 |
|
|
495 | 517 |
|
496 | 518 | **Merged pull requests:** |
497 | 519 |
|
| 520 | +- Add pagination support for PullRequest ops [\#198](https://github.com/47degrees/github4s/pull/198) ([lloydmeta](https://github.com/lloydmeta)) |
498 | 521 | - Release version 0.18.0 [\#193](https://github.com/47degrees/github4s/pull/193) ([BenFradet](https://github.com/BenFradet)) |
499 | 522 | - Bump sbt-org-policies to 0.8.22 to benefit from cats 1.0.1 and circe 0.9.1 [\#192](https://github.com/47degrees/github4s/pull/192) ([BenFradet](https://github.com/BenFradet)) |
500 | 523 | - Get a single issue [\#191](https://github.com/47degrees/github4s/pull/191) ([GRBurst](https://github.com/GRBurst)) |
|
670 | 693 |
|
671 | 694 | **Merged pull requests:** |
672 | 695 |
|
| 696 | +- Fixes BuildInfo Code Dependency [\#82](https://github.com/47degrees/github4s/pull/82) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
673 | 697 | - Adds the get contents operation [\#80](https://github.com/47degrees/github4s/pull/80) ([fedefernandez](https://github.com/fedefernandez)) |
674 | 698 | - Upgrades sbt-org-policies plugin [\#78](https://github.com/47degrees/github4s/pull/78) ([fedefernandez](https://github.com/fedefernandez)) |
675 | 699 | - Fixes Github token through env var [\#77](https://github.com/47degrees/github4s/pull/77) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
|
699 | 723 | - Updates the headers and formatting [\#72](https://github.com/47degrees/github4s/pull/72) ([fedefernandez](https://github.com/fedefernandez)) |
700 | 724 | - Git tag feature [\#71](https://github.com/47degrees/github4s/pull/71) ([fedefernandez](https://github.com/fedefernandez)) |
701 | 725 | - Pull request list [\#70](https://github.com/47degrees/github4s/pull/70) ([fedefernandez](https://github.com/fedefernandez)) |
702 | | -- Excludes BuildInfo class from packaging [\#65](https://github.com/47degrees/github4s/pull/65) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
703 | 726 | - Update License [\#64](https://github.com/47degrees/github4s/pull/64) ([anamariamv](https://github.com/anamariamv)) |
704 | 727 |
|
705 | 728 | ## [v0.12.1](https://github.com/47degrees/github4s/tree/v0.12.1) (2017-03-28) |
|
710 | 733 |
|
711 | 734 | - Adds some git methods [\#67](https://github.com/47degrees/github4s/pull/67) ([fedefernandez](https://github.com/fedefernandez)) |
712 | 735 | - Bumps sbt-org-policies plugin version [\#66](https://github.com/47degrees/github4s/pull/66) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
| 736 | +- Excludes BuildInfo class from packaging [\#65](https://github.com/47degrees/github4s/pull/65) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
713 | 737 |
|
714 | 738 | ## [v0.12.0](https://github.com/47degrees/github4s/tree/v0.12.0) (2017-03-22) |
715 | 739 |
|
|
765 | 789 |
|
766 | 790 | - Makes mandatory some fields when creating issues [\#51](https://github.com/47degrees/github4s/pull/51) ([fedefernandez](https://github.com/fedefernandez)) |
767 | 791 | - Adds a new root project to set Scala version [\#50](https://github.com/47degrees/github4s/pull/50) ([fedefernandez](https://github.com/fedefernandez)) |
768 | | -- Adds create and edit methods for issues [\#49](https://github.com/47degrees/github4s/pull/49) ([fedefernandez](https://github.com/fedefernandez)) |
769 | 792 | - Adds list and search methods for issues [\#47](https://github.com/47degrees/github4s/pull/47) ([fedefernandez](https://github.com/fedefernandez)) |
770 | 793 | - Adds crossover for Scala 2.10 and upgrades libraries [\#46](https://github.com/47degrees/github4s/pull/46) ([fedefernandez](https://github.com/fedefernandez)) |
771 | 794 | - Fix forced user agent in js side [\#43](https://github.com/47degrees/github4s/pull/43) ([jdesiloniz](https://github.com/jdesiloniz)) |
|
790 | 813 |
|
791 | 814 | **Merged pull requests:** |
792 | 815 |
|
| 816 | +- Adds create and edit methods for issues [\#49](https://github.com/47degrees/github4s/pull/49) ([fedefernandez](https://github.com/fedefernandez)) |
793 | 817 | - Upgrades sbt catalyst extras plugin [\#37](https://github.com/47degrees/github4s/pull/37) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
794 | 818 | - Integrates sbt-catalysts-extras and sbt-microsites plugins [\#35](https://github.com/47degrees/github4s/pull/35) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
795 | 819 | - Add method to create gists [\#34](https://github.com/47degrees/github4s/pull/34) ([jdesiloniz](https://github.com/jdesiloniz)) |
|
0 commit comments