github.com/bgpat/reviewdog@v0.0.0-20230909064023-077e44ca1f66/CHANGELOG.md (about)

     1  # Changelog
     2  All notable changes to this project will be documented in this file.
     3  
     4  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
     5  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     6  
     7  ## [Unreleased]
     8  
     9  ### :sparkles: Release Note <!-- optional -->
    10  
    11  ### :rocket: Enhancements
    12  - ...
    13  
    14  ### :bug: Fixes
    15  - ...
    16  
    17  ### :rotating_light: Breaking changes
    18  - ...
    19  
    20  ## [v0.15.0] - 2023-09-02
    21  
    22  ### :rocket: Enhancements
    23  - [#1554](https://github.com/reviewdog/reviewdog/pull/1554) Add SARIF format input support.
    24  
    25  ---
    26  
    27  ## [v0.14.2] - 2023-06-17
    28  
    29  ### :rocket: Enhancements
    30  - [#1170](https://github.com/reviewdog/reviewdog/pull/1170) Calculate check conclusion from annotations
    31  - [#1433](https://github.com/reviewdog/reviewdog/pull/1433) Add path link support for GitHub Enterprise
    32  - [#1447](https://github.com/reviewdog/reviewdog/pull/1447) Support determining build info on more GitHub Actions events
    33  
    34  ### :bug: Fixes
    35  - [#967](https://github.com/reviewdog/reviewdog/pull/967) Fix parsing long lines in diffs #967
    36  - [#1426](https://github.com/reviewdog/reviewdog/pull/1426) Remove default error level
    37  
    38  ---
    39  
    40  ## [v0.14.1] - 2022-04-21
    41  
    42  ### :rocket: Enhancements
    43  - [#1160](https://github.com/reviewdog/reviewdog/pull/1160) Remove needless git command dependency by GitRelWorkdir func
    44  
    45  ### :bug: Fixes
    46  - [#1125](https://github.com/reviewdog/reviewdog/pull/1125) Allow BITBUCKET_SERVER_URL to have subpath
    47  
    48  ---
    49  
    50  ## [v0.14.0] - 2022-02-11
    51  
    52  ### :rocket: Enhancements
    53  - [#1118](https://github.com/reviewdog/reviewdog/pull/1118) Support end_lnum (%e) and end_col (%k) errorformat
    54  
    55  ---
    56  
    57  ## [v0.13.1] - 2021-12-28
    58  
    59  ### :rocket: Enhancements
    60  - [#1012](https://github.com/reviewdog/reviewdog/pull/1012) Use GitLab suggestions in merge request comments
    61  
    62  ### :bug: Fixes
    63  - [#1014](https://github.com/reviewdog/reviewdog/pull/1014) Fix incorrect detection of the `GITHUB_TOKEN` permissions. fixes [#1010](https://github.com/reviewdog/reviewdog/issues/1010)
    64  - [#1017](https://github.com/reviewdog/reviewdog/pull/1017) Fix suggestions that include fenced code blocks. fixes [#999](https://github.com/reviewdog/reviewdog/issues/999)
    65  - [#1084](https://github.com/reviewdog/reviewdog/pull/1084) Fix DEPRECATED to Deprecated
    66  
    67  ---
    68  
    69  ## [v0.13.0] - 2021-07-22
    70  
    71  ### :rocket: Enhancements
    72  - [#996](https://github.com/reviewdog/reviewdog/pull/996) Added support for Bitbucket Pipes executed within Pipelines.
    73  - [#997](https://github.com/reviewdog/reviewdog/pull/997) Added support for Bitbucket Server to `bitbucket-code-report` reporter
    74  
    75  ---
    76  
    77  ## [v0.12.0] - 2021-06-26
    78  
    79  ### :rocket: Enhancements
    80  - [#888](https://github.com/reviewdog/reviewdog/pull/888) Allow GitHub PR reporting for a forked repository iff it's triggered by `pull_request_target`
    81  - [#976](https://github.com/reviewdog/reviewdog/pull/976) Treat `GITHUB_API_URL` environment variable as same as `GITHUB_API`, so users can use reviewdog in GitHub Actions in Enterprise Server without setting `GITHUB_API`
    82  
    83  ---
    84  
    85  ## [v0.11.0] - 2020-10-25
    86  
    87  ### :sparkles: Release Note
    88  reviewdog v0.11 introduced [Reviewdog Diagnostic Format (RDFormat)](./README.md#reviewdog-diagnostic-format-rdformat)
    89  as generic machine-readable diagnostic format and it unlocks new rich features like code suggestions.
    90  
    91  ### :rocket: Enhancements
    92  - [#629](https://github.com/reviewdog/reviewdog/pull/629) Introduced Reviewdog Diagnostic Format.
    93   - [#674](https://github.com/reviewdog/reviewdog/pull/674) [#703](https://github.com/reviewdog/reviewdog/pull/703) Support rdjsonl/rdjson as input format
    94   - [#680](https://github.com/reviewdog/reviewdog/pull/680) github-pr-review: Support multiline comments
    95   - [#675](https://github.com/reviewdog/reviewdog/pull/675) [#698](https://github.com/reviewdog/reviewdog/pull/698) github-pr-review: Support suggested changes
    96   - [#699](https://github.com/reviewdog/reviewdog/pull/699) Support diff input format (`-f=diff`). Useful for suggested changes.
    97   - [#700](https://github.com/reviewdog/reviewdog/pull/700) Support to show code(rule), code URL and severity in GitHub and GitLab reporters.
    98  - [#678](https://github.com/reviewdog/reviewdog/issues/678) github-pr-review: Support Code Suggestions
    99    - Introduced [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) action.
   100  - Introduced [reviewdog/action-setup](https://github.com/reviewdog/action-setup) GitHub Action which installs reviewdog easily including nightly release.
   101  - [#769](https://github.com/reviewdog/reviewdog/pull/769) Integration with [Bitbucket Code Insights](https://support.atlassian.com/bitbucket-cloud/docs/code-insights/) and [Bitbucket Pipelines](https://bitbucket.org/product/ru/features/pipelines)
   102  
   103  ---
   104  
   105  ## [v0.10.2] - 2020-08-04
   106  
   107  ### :bug: Fixes
   108  - [#709](https://github.com/reviewdog/reviewdog/pull/709) Check for GITHUB_ACTIONS instead of GITHUB_ACTION
   109  
   110  ---
   111  
   112  ## [v0.10.1] - 2020-06-30
   113  
   114  ### :rocket: Enhancements
   115  - [#563](https://github.com/reviewdog/reviewdog/issues/563) Use `CI_API_V4_URL` environment variable when present.
   116  
   117  ### :bug: Fixes
   118  - [#609](https://github.com/reviewdog/reviewdog/issues/609) reviewdog command will fail with unexpected tool's error for github-check/github-pr-check reporters as well. ([@haya14busa])
   119  - [#603](https://github.com/reviewdog/reviewdog/issues/603) Fixed detection of Pull Requests from forked repo. ([@haya14busa])
   120  
   121  ---
   122  
   123  ## [v0.10.0] - 2020-05-07
   124  
   125  ### :sparkles: Release Note
   126  
   127  With v0.10.0 release, now reviewdog can find issues outside diff by controlling
   128  filtering behavior with `-filter-mode`. Also, you can ensure to check reported
   129  results by exit 1 with `-fail-on-error`.
   130  
   131  Example
   132  ```shell
   133  $ cd subdir/ && reviewdog -filter-mode=file -fail-on-error -reporter=github-pr-review
   134  ```
   135  
   136  ### :rocket: Enhancements
   137  - [#446](https://github.com/reviewdog/reviewdog/issues/446)
   138    Added `-fail-on-error` flag
   139    ([document](https://github.com/reviewdog/reviewdog/tree/e359505275143ec85e9b114fc1ab4a4e91d04fb5#exit-codes))
   140    and improved exit code handling. ([@DmitryLanda](https://github.com/DmitryLanda), [@haya14busa])
   141  - [#187](https://github.com/reviewdog/reviewdog/issues/187)
   142    Added `-filter-mode` flag [`added`, `diff_context`, `file`, `nofilter`]
   143    ([document](https://github.com/reviewdog/reviewdog/tree/e359505275143ec85e9b114fc1ab4a4e91d04fb5#filter-mode))
   144    which controls how reviewdog filter results. ([@Le6ow5k1](https://github.com/Le6ow5k1), [@haya14busa])
   145  - [#69](https://github.com/reviewdog/reviewdog/issues/69) Support gerrit! ([@staticmukesh](https://github.com/staticmukesh))
   146  - [#548](https://github.com/reviewdog/reviewdog/issues/548) Introduced nightly release ([reviewdog/nightly](https://github.com/reviewdog/nightly)). ([@haya14busa])
   147  
   148  ### :bug: Fixes
   149  - [#461](https://github.com/reviewdog/reviewdog/issues/461) All reporters now supports sub-directory run. ([@haya14busa])
   150  
   151  ### :rotating_light: Breaking changes
   152  - `github-check` reporter won't report results outside diff by default now. You
   153    need to use `-filter-mode=nofilter` to keep the same behavior.
   154  
   155  ---
   156  
   157  See https://github.com/reviewdog/reviewdog/releases for older release note.
   158  
   159  [Unreleased]: https://github.com/reviewdog/reviewdog/compare/v0.15.0...HEAD
   160  [v0.10.0]: https://github.com/reviewdog/reviewdog/compare/v0.9.17...v0.10.0
   161  [v0.10.1]: https://github.com/reviewdog/reviewdog/compare/v0.10.0...v0.10.1
   162  [v0.10.2]: https://github.com/reviewdog/reviewdog/compare/v0.10.1...v0.10.2
   163  [v0.11.0]: https://github.com/reviewdog/reviewdog/compare/v0.10.2...v0.11.0
   164  [v0.12.0]: https://github.com/reviewdog/reviewdog/compare/v0.11.0...v0.12.0
   165  [v0.13.0]: https://github.com/reviewdog/reviewdog/compare/v0.12.0...v0.13.0
   166  [v0.13.1]: https://github.com/reviewdog/reviewdog/compare/v0.13.0...v0.13.1
   167  [v0.14.0]: https://github.com/reviewdog/reviewdog/compare/v0.13.1...v0.14.0
   168  [v0.14.1]: https://github.com/reviewdog/reviewdog/compare/v0.14.0...v0.14.1
   169  [v0.14.2]: https://github.com/reviewdog/reviewdog/compare/v0.14.1...v0.14.2
   170  [v0.15.0]: https://github.com/reviewdog/reviewdog/compare/v0.14.2...v0.15.0
   171  [@haya14busa]: https://github.com/haya14busa