Skip to content

WMCore 1.4.5 services and WMAgent production release

Compare
Choose a tag to compare
@amaltaro amaltaro released this 02 Feb 07:27
· 1918 commits to master since this release

This release is built on top of the SLC7 OpenSSL library, thus no longer shipping our own CMS COMP OpenSSL package. The cx-Oracle library went through an upgrade from version 5.2.1 to 7.3.0 as well.
In addition to that, it comes with many python3 modernization changes.

Changes since release: 1.4.4.
Release date: 12 Jan 2021.

Central services

Features and/or feature changes

Bug Fixes

  • Catch UnboundLocalError exception when EmailAlert fails connecting to the SMTP server #10244
  • MSTransferor: Convert Campaign pileup data location to PSNs to match against the SiteWhitelist #10243

Enhancements

WMAgent

Features and/or feature changes

  • add option for preloader for xrdcp stageout #10226

Bug Fixes

Enhancements

  • Add 2021 validation campaigns. #10210

Python3 related changes

  • [py2py3] src/python/A/B/C slice 1 - issue 10055 - src #10057
  • [py2py3] src/python/A/B/C slice 3 - issue 10114 - src #10117
  • [py2py3] issue #10173, PR #10187 - src #10187
  • [py2py3] WMCore/WMSpec/ConfigSectionTree.py - issue #10218 - src #10221
  • [py2py3] src/python/A/B/C slice 4 - issue 10115 - src #10165
  • [py2py3] fix pre-py2.6: type() == -> isinstance #10172
  • [py2py3] Database/DBFormatter.py - src - fix #10235 #10238