Skip to content

2.206

Compare
Choose a tag to compare
@release-drafter release-drafter released this 25 Nov 11:46
· 6621 commits to master since this release

Disclaimer: This is an automatically generated changelog draft for Jenkins weekly releases.
See https://jenkins.io/changelog/ for the official changelogs.

# Major RFE

- type: major-rfe
  message: |-
    Deprecate the macOS native installer packaging.
  references:
        - url: https://jenkins.io/blog/2019/11/25/macos-native-installer-deprecation/
          title: Announcement blog post
  authors:
    - oleg-nenashev

# RFEs

- type: todo
  message: |-
    Set the HttpOnly flag for the page auto-refresh tokens
  pull: 4363
  authors:
    - StefanSpieker
- type: todo
  message: |-
    Introduce JUnit5 as testing backend for CLI tests
  pull: 4220
  authors:
    - StefanSpieker
- type: todo
  issue: 60189
  message: |-
    Open plugin and license links on a separate tab
  pull: 4362
  authors:
    - fqueiruga

# Bug fixes

- type: todo
  issue: 60092
  message: |-
    Prevent NullPointerException in ViewGroupMixIn#getPrimaryView() if no view is defined, return null instead
  pull: 4348
  authors:
    - pilou-
- type: todo
  issue: 60167
  message: |-
    Fix AtomicFileWriter performance issue on CephFS in case of Empty File creation
  pull: 4357
  authors:
    - bulanovk

# Developer-facing changes (APIs, extensions, etc.)

- type: todo
  issue: 60092
  message: |-
    Developer: ViewGroupMixIn#getPrimaryView() may return <code>null</code>, and it needs to be checked by plugins depending on this version of weekly and beyond.
    It is an intermediate state until a default view is implemented.
  pull: 4348
  authors:
    - pilou-
- type: todo
  message: |-
    Developer: Introduce JUnit5 as testing backend for CLI tests
  pull: 4220
  authors:
    - StefanSpieker