|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/47degrees/github4s/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/47degrees/github4s/compare/v0.26.0...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Default value for optional field [\#549](https://github.com/47degrees/github4s/issues/549) |
| 10 | +- Include "permissions" in domain objects [\#526](https://github.com/47degrees/github4s/issues/526) |
| 11 | + |
| 12 | +## [v0.26.0](https://github.com/47degrees/github4s/tree/v0.26.0) (2020-09-23) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/47degrees/github4s/compare/v0.25.0...v0.26.0) |
| 15 | + |
| 16 | +⚠️ **Breaking changes** |
| 17 | + |
| 18 | +- Added default value [\#553](https://github.com/47degrees/github4s/pull/553) ([loonydev](https://github.com/loonydev)) |
| 19 | + |
| 20 | +🚀 **Features** |
| 21 | + |
| 22 | +- Added issue label api [\#547](https://github.com/47degrees/github4s/pull/547) ([loonydev](https://github.com/loonydev)) |
| 23 | + |
| 24 | +🐛 **Bug Fixes** |
| 25 | + |
| 26 | +- Fixes CreateLabel integration test [\#550](https://github.com/47degrees/github4s/pull/550) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
| 27 | + |
| 28 | +📈 **Dependency updates** |
| 29 | + |
| 30 | +- Update scalafmt-core to 2.7.2 [\#552](https://github.com/47degrees/github4s/pull/552) ([47erbot](https://github.com/47erbot)) |
| 31 | +- Update sbt-mdoc to 2.2.9 [\#551](https://github.com/47degrees/github4s/pull/551) ([47erbot](https://github.com/47erbot)) |
| 32 | +- Update scalafmt-core to 2.7.1 [\#548](https://github.com/47degrees/github4s/pull/548) ([47erbot](https://github.com/47erbot)) |
| 33 | +- Update sbt-mdoc to 2.2.8 [\#546](https://github.com/47degrees/github4s/pull/546) ([47erbot](https://github.com/47erbot)) |
| 34 | +- Update sbt-mdoc to 2.2.7 [\#545](https://github.com/47degrees/github4s/pull/545) ([47erbot](https://github.com/47erbot)) |
| 35 | +- Update base64 to 0.2.10 [\#544](https://github.com/47degrees/github4s/pull/544) ([47erbot](https://github.com/47erbot)) |
| 36 | +- Update scalafmt-core to 2.7.0 [\#543](https://github.com/47degrees/github4s/pull/543) ([47erbot](https://github.com/47erbot)) |
| 37 | +- Update cats-core to 2.2.0 [\#542](https://github.com/47degrees/github4s/pull/542) ([47erbot](https://github.com/47erbot)) |
| 38 | +- Update sbt-mdoc to 2.2.6 [\#541](https://github.com/47degrees/github4s/pull/541) ([47erbot](https://github.com/47erbot)) |
| 39 | +- Update scalatest to 3.2.2 [\#540](https://github.com/47degrees/github4s/pull/540) ([47erbot](https://github.com/47erbot)) |
| 40 | +- Update sbt-mdoc to 2.2.5 [\#539](https://github.com/47degrees/github4s/pull/539) ([47erbot](https://github.com/47erbot)) |
| 41 | +- Update sbt-mdoc to 2.2.4 [\#538](https://github.com/47degrees/github4s/pull/538) ([47erbot](https://github.com/47erbot)) |
| 42 | +- Update http4s-blaze-client, http4s-circe, ... to 0.21.7 [\#537](https://github.com/47degrees/github4s/pull/537) ([47erbot](https://github.com/47erbot)) |
| 43 | +- Update scalatest to 3.2.1 [\#536](https://github.com/47degrees/github4s/pull/536) ([47erbot](https://github.com/47erbot)) |
| 44 | +- Update sbt-scalafmt to 2.4.2 [\#535](https://github.com/47degrees/github4s/pull/535) ([47erbot](https://github.com/47erbot)) |
| 45 | +- Update scalamock to 5.0.0 [\#534](https://github.com/47degrees/github4s/pull/534) ([47erbot](https://github.com/47erbot)) |
| 46 | +- Update scalafmt-core to 2.6.4 [\#533](https://github.com/47degrees/github4s/pull/533) ([47erbot](https://github.com/47erbot)) |
| 47 | +- Update silencer-lib, silencer-plugin to 1.7.1 [\#532](https://github.com/47degrees/github4s/pull/532) ([47erbot](https://github.com/47erbot)) |
| 48 | + |
| 49 | +**Closed issues:** |
| 50 | + |
| 51 | +- Label id is Long, not Int [\#529](https://github.com/47degrees/github4s/issues/529) |
| 52 | + |
| 53 | +**Merged pull requests:** |
| 54 | + |
| 55 | +- Apply scalafmt [\#531](https://github.com/47degrees/github4s/pull/531) ([BenFradet](https://github.com/BenFradet)) |
| 56 | +- Add check if user is a collaborator [\#530](https://github.com/47degrees/github4s/pull/530) ([zachkirlew](https://github.com/zachkirlew)) |
| 57 | + |
| 58 | +## [v0.25.0](https://github.com/47degrees/github4s/tree/v0.25.0) (2020-07-16) |
| 59 | + |
| 60 | +[Full Changelog](https://github.com/47degrees/github4s/compare/v0.24.1...v0.25.0) |
| 61 | + |
| 62 | +⚠️ **Breaking changes** |
| 63 | + |
| 64 | +- Turn id fields into longs [\#523](https://github.com/47degrees/github4s/pull/523) ([chalenge](https://github.com/chalenge)) |
| 65 | + |
| 66 | +📈 **Dependency updates** |
| 67 | + |
| 68 | +- Update scalafmt-core to 2.6.3 [\#527](https://github.com/47degrees/github4s/pull/527) ([scala-steward](https://github.com/scala-steward)) |
| 69 | +- Update scalafmt-core to 2.6.2 [\#525](https://github.com/47degrees/github4s/pull/525) ([scala-steward](https://github.com/scala-steward)) |
| 70 | +- Update http4s-blaze-client, http4s-circe, ... to 0.21.6 [\#522](https://github.com/47degrees/github4s/pull/522) ([scala-steward](https://github.com/scala-steward)) |
| 71 | +- Update sbt to 1.3.13 [\#521](https://github.com/47degrees/github4s/pull/521) ([scala-steward](https://github.com/scala-steward)) |
| 72 | +- Update sbt-tpolecat to 0.1.13 [\#520](https://github.com/47degrees/github4s/pull/520) ([scala-steward](https://github.com/scala-steward)) |
| 73 | +- Update sbt-mdoc to 2.2.3 [\#519](https://github.com/47degrees/github4s/pull/519) ([scala-steward](https://github.com/scala-steward)) |
| 74 | +- Update scalatest to 3.2.0 [\#514](https://github.com/47degrees/github4s/pull/514) ([scala-steward](https://github.com/scala-steward)) |
| 75 | +- Update sbt-mdoc to 2.2.2 [\#511](https://github.com/47degrees/github4s/pull/511) ([scala-steward](https://github.com/scala-steward)) |
| 76 | + |
| 77 | +**Closed issues:** |
| 78 | + |
| 79 | +- Getting NotFound error when using repos.createRelease api [\#524](https://github.com/47degrees/github4s/issues/524) |
| 80 | + |
| 81 | +**Merged pull requests:** |
| 82 | + |
| 83 | +- Get repository permissions for a user [\#528](https://github.com/47degrees/github4s/pull/528) ([zachkirlew](https://github.com/zachkirlew)) |
| 84 | +- Update http4s-blaze-client, http4s-circe, ... to 0.21.5 [\#518](https://github.com/47degrees/github4s/pull/518) ([BenFradet](https://github.com/BenFradet)) |
| 85 | +- Update scalafmt-core to 2.6.1 [\#516](https://github.com/47degrees/github4s/pull/516) ([BenFradet](https://github.com/BenFradet)) |
| 86 | +- Update scalafmt-core to 2.6.0 [\#513](https://github.com/47degrees/github4s/pull/513) ([BenFradet](https://github.com/BenFradet)) |
| 87 | + |
3 | 88 | ## [v0.24.1](https://github.com/47degrees/github4s/tree/v0.24.1) (2020-06-08) |
4 | 89 |
|
5 | 90 | [Full Changelog](https://github.com/47degrees/github4s/compare/v0.24.0...v0.24.1) |
|
12 | 97 | - List of releases [\#492](https://github.com/47degrees/github4s/pull/492) ([georgeorfanidi](https://github.com/georgeorfanidi)) |
13 | 98 | - Do not depend on the http4s blaze client [\#480](https://github.com/47degrees/github4s/pull/480) ([BenFradet](https://github.com/BenFradet)) |
14 | 99 |
|
15 | | -🐛 **Bug Fixes** |
16 | | - |
17 | | -- Fixes oauth/access\_token Interpreter [\#509](https://github.com/47degrees/github4s/pull/509) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
18 | | -- Make some Release fields optional [\#495](https://github.com/47degrees/github4s/pull/495) ([BenFradet](https://github.com/BenFradet)) |
19 | | -- Adds micrositeGithubToken settings [\#478](https://github.com/47degrees/github4s/pull/478) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
20 | | - |
21 | 100 | 📈 **Dependency updates** |
22 | 101 |
|
23 | 102 | - Update scalafmt-core to 2.5.3 [\#506](https://github.com/47degrees/github4s/pull/506) ([scala-steward](https://github.com/scala-steward)) |
|
36 | 115 |
|
37 | 116 | **Merged pull requests:** |
38 | 117 |
|
| 118 | +- Fixes oauth/access\_token Interpreter [\#509](https://github.com/47degrees/github4s/pull/509) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
39 | 119 | - Remove code coverage threshold [\#508](https://github.com/47degrees/github4s/pull/508) ([BenFradet](https://github.com/BenFradet)) |
40 | 120 | - Prepare repository for next `.github` release and SBT build improvements [\#501](https://github.com/47degrees/github4s/pull/501) ([alejandrohdezma](https://github.com/alejandrohdezma)) |
| 121 | +- Make some Release fields optional [\#495](https://github.com/47degrees/github4s/pull/495) ([BenFradet](https://github.com/BenFradet)) |
41 | 122 | - Update scalafmt-core to 2.5.1 [\#488](https://github.com/47degrees/github4s/pull/488) ([BenFradet](https://github.com/BenFradet)) |
42 | 123 | - Perform scalafmt checks for the test code [\#484](https://github.com/47degrees/github4s/pull/484) ([BenFradet](https://github.com/BenFradet)) |
| 124 | +- Adds micrositeGithubToken settings [\#478](https://github.com/47degrees/github4s/pull/478) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
43 | 125 |
|
44 | 126 | ## [v0.24.0](https://github.com/47degrees/github4s/tree/v0.24.0) (2020-04-16) |
45 | 127 |
|
|
314 | 396 | **Merged pull requests:** |
315 | 397 |
|
316 | 398 | - Release 0.18.8 [\#221](https://github.com/47degrees/github4s/pull/221) ([BenFradet](https://github.com/BenFradet)) |
317 | | -- Add cla-bot to the Github4s in the wild section [\#220](https://github.com/47degrees/github4s/pull/220) ([BenFradet](https://github.com/BenFradet)) |
318 | 399 |
|
319 | 400 | ## [v0.18.7](https://github.com/47degrees/github4s/tree/v0.18.7) (2018-08-20) |
320 | 401 |
|
321 | 402 | [Full Changelog](https://github.com/47degrees/github4s/compare/v0.18.6...v0.18.7) |
322 | 403 |
|
323 | 404 | **Merged pull requests:** |
324 | 405 |
|
| 406 | +- Add cla-bot to the Github4s in the wild section [\#220](https://github.com/47degrees/github4s/pull/220) ([BenFradet](https://github.com/BenFradet)) |
325 | 407 | - Release 0.18.7 [\#219](https://github.com/47degrees/github4s/pull/219) ([BenFradet](https://github.com/BenFradet)) |
326 | 408 | - Add listCollaborators method [\#218](https://github.com/47degrees/github4s/pull/218) ([asoltysik](https://github.com/asoltysik)) |
327 | 409 | - add get tree api implementation [\#217](https://github.com/47degrees/github4s/pull/217) ([aberey](https://github.com/aberey)) |
|
532 | 614 |
|
533 | 615 | [Full Changelog](https://github.com/47degrees/github4s/compare/v0.14.4...v0.14.5) |
534 | 616 |
|
535 | | -🐛 **Bug Fixes** |
536 | | - |
537 | | -- Random issues on Travis [\#84](https://github.com/47degrees/github4s/issues/84) |
538 | | - |
539 | 617 | **Closed issues:** |
540 | 618 |
|
541 | 619 | - Github4s [\#96](https://github.com/47degrees/github4s/issues/96) |
542 | 620 | - Github4s [\#94](https://github.com/47degrees/github4s/issues/94) |
| 621 | +- Random issues on Travis [\#84](https://github.com/47degrees/github4s/issues/84) |
543 | 622 |
|
544 | 623 | **Merged pull requests:** |
545 | 624 |
|
|
620 | 699 | - Updates the headers and formatting [\#72](https://github.com/47degrees/github4s/pull/72) ([fedefernandez](https://github.com/fedefernandez)) |
621 | 700 | - Git tag feature [\#71](https://github.com/47degrees/github4s/pull/71) ([fedefernandez](https://github.com/fedefernandez)) |
622 | 701 | - 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)) |
623 | 703 | - Update License [\#64](https://github.com/47degrees/github4s/pull/64) ([anamariamv](https://github.com/anamariamv)) |
624 | 704 |
|
625 | 705 | ## [v0.12.1](https://github.com/47degrees/github4s/tree/v0.12.1) (2017-03-28) |
|
630 | 710 |
|
631 | 711 | - Adds some git methods [\#67](https://github.com/47degrees/github4s/pull/67) ([fedefernandez](https://github.com/fedefernandez)) |
632 | 712 | - Bumps sbt-org-policies plugin version [\#66](https://github.com/47degrees/github4s/pull/66) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
633 | | -- Excludes BuildInfo class from packaging [\#65](https://github.com/47degrees/github4s/pull/65) ([juanpedromoreno](https://github.com/juanpedromoreno)) |
634 | 713 |
|
635 | 714 | ## [v0.12.0](https://github.com/47degrees/github4s/tree/v0.12.0) (2017-03-22) |
636 | 715 |
|
|
746 | 825 | - Add Scalariform plugin and reformat entire project [\#8](https://github.com/47degrees/github4s/pull/8) ([rafaparadela](https://github.com/rafaparadela)) |
747 | 826 | - Test coverage reports [\#7](https://github.com/47degrees/github4s/pull/7) ([rafaparadela](https://github.com/rafaparadela)) |
748 | 827 | - Version 0.2-SNAPSHOT [\#6](https://github.com/47degrees/github4s/pull/6) ([rafaparadela](https://github.com/rafaparadela)) |
749 | | -- Remove unused implementation [\#3](https://github.com/47degrees/github4s/pull/3) ([rafaparadela](https://github.com/rafaparadela)) |
750 | 828 |
|
751 | 829 | ## [v0.1](https://github.com/47degrees/github4s/tree/v0.1) (2016-05-12) |
752 | 830 |
|
|
755 | 833 | **Merged pull requests:** |
756 | 834 |
|
757 | 835 | - Fixes test [\#5](https://github.com/47degrees/github4s/pull/5) ([rafaparadela](https://github.com/rafaparadela)) |
| 836 | +- Remove unused implementation [\#3](https://github.com/47degrees/github4s/pull/3) ([rafaparadela](https://github.com/rafaparadela)) |
758 | 837 | - Add setting for publishing on Sonatype [\#2](https://github.com/47degrees/github4s/pull/2) ([rafaparadela](https://github.com/rafaparadela)) |
759 | 838 | - Adds Travis status image [\#1](https://github.com/47degrees/github4s/pull/1) ([rafaparadela](https://github.com/rafaparadela)) |
760 | 839 |
|
|
0 commit comments