TeamCity On-Premises Releases

Released: May 26, 2023

Updates in 2023.05

Features

  • Added a new dark theme - The dark theme can help reduce eye strain and eliminate visual distractions. TeamCity's dark theme is available for both the Classic and Sakura UIs. In addition to the Light and Dark options, you can also choose System theme which will automatically match your OS settings.
  • Agent terminal - In this release, you can now open remote terminals to agent machines directly from the TeamCity UI in order to easily view agent logs, check installed software, and debug...

Released: Oct 27, 2022

Updates in 2022.10.x

2022.10.3

Updated Mar 21, 2023

Fixes

  • Improved the log message when a port for the HTTPS connection is busy.
  • .NET custom step exiting with 1 doesn't fail the build.
  • NuGet feed cleared after upgrading from 2022.10.1 to 2022.10.2.
  • Update Git version within TeamCity Docker Images: 2.39.1 -> 2.39.2.
  • Kotlin DSL generates excessive UI Patch for 'branchFilter' VCS option parameter.
  • Build can fail with "Unable to collect changes" error if VCS generic executor pool queue is full.
  • Set focus on first...

Released: Apr 28, 2022

Updates in 2022.04.x

2022.04.4

Updated Sep 19, 2022

Features

  • Referencing parameters as variables is now supported for Approval rules in the Build Approval feature.

Fixes

  • Non-optimal reporting of build statuses in the Commit Status Publisher feature has been fixed.

2022.04.3

Updated Aug 10, 2022

Fixes

  • Previously finished successful test batches are now reused when rerunning a build with the Parallel Tests build feature enabled.
  • Fixed the issue with Commit Status Publisher sending excessive status updates for builds...

Released: Oct 25, 2021

Updates in 2021.2.x

2021.2.3

Updated Feb 16, 2022

Features

  • Add compatibility with BitBucket's checks for merging pull requests.

Fixes

  • Changes from unknown VCS users are not shown among avatars.
  • Insecure Tomcat connector attributes: missing secure attributes.
  • Jacoco report service message with reportDir parameter does not generate report.
  • Suite name does not appear in the tests report sometimes.
  • Build with two VCS roots fails with "Builds in default branch are disabled in build configuration" even though one VCS...

Released: May 20, 2021

Updates in 2021.1.x

2021.1.4

Updated Oct 8, 2021

Features

  • Added support for OpenSSH keys. You can now upload a key to TeamCity and reuse it when configuring VCS roots or running an SSH agent during a build.
  • Added the ability to run Python step on any version (AnyPython agent parameter support).

Fixes

  • Fixed a recent problem with sending email notifications that was observed on some TeamCity servers.
  • Removed the obsolete Let’s Encrypt root certificate from the TeamCity Docker images. Its presence was causing problems...

Released: Nov 23, 2020

Updates in 2020.2.x

2020.2.4

Updated Apr 15, 2021

Features

  • Added the ability to show statuses and counters of non favorite build types and projects in sidebar.

Fixes

  • "Managing Projects and Build Configurations" page is not about managing projects.
  • Create from URL fails for GitHub with Not Found (404) in case of password authentication.
  • Don't show the artifacts isolation health report if artifacts URL isn't configured.
  • Unable to re-run a build if there is no CUSTOMIZE_BUILD_REVISIONS permission for its dependency...

Released: May 18, 2020

Updates in 2020.1.x

2020.1.5

Updated Oct 8, 2020

Features

  • Added the ability to explicitly specify SameSite=None attribute for session cookies.

Fixes

  • Corrupted custom data storage produces endless stream of warnings like "storage is corrupted and will be re-created" in the teamcity-server log.
  • TeamCity failed to terminate an AWS instance.
  • Node trigger responsibilities may get stale if node has been unexpectedly terminated.
  • [IDEA Runner] jetbrains/buildServer/agent/ideaRunner...

Released: May 8, 2020

Updates in 2019.2.4

Features

  • Added warning when changing a trigger that triggers many builds.
  • Added links to test history on the Compare Builds page.
  • Added Docker images for Windows 1903.

Fixes

  • "Unexpected error during Ajax request processing:" if ** or () was set in branch filter in schedule trigger.
  • "First failed in" shown in personal build when test actually succeeded.
  • Correct warning about triggering many builds is displayed only after saving schedule trigger (when magic wand for choosing branches was used...

Released: Apr 20, 2020

Updates in 2019.2.3

Features

  • The main improvement of this release is the reworked .NET runner functionality. All supported .NET commands have been put together in one runner. This universal .NET runner offers the following features:
    • Support of cross-platform .NET commands and Windows-only versions of MSBuild and VSTest.
    • Support of the Visual Studio command-line interface.
    • Structured build log with highlighting directly in TeamCity, identical to the Visual Studio experience.
    • Real-time test reporting.
    • Ability to run...

Released: Feb 24, 2020

Updates in 2019.2.2

Features

  • Added support for multiple Docker connections.
  • Added the ability to distinguish between a regular and project agent pool in "/app/rest/ui/agentPools".
  • UI is now updated when a build problem investigation has been updated.

Fixes

  • Provide a compact presentation for a build configuration based on multiple templates in React based Clean-up settings page.
  • Don't shorten names if there is space on the right.
  • Information about build results is not updated automatically after finishing the build...