Skip to content

v7.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 22:52
· 1423 commits to main since this release
3caae35

Highlights

For Users

  • [Client] Introduced pelican object get and pelican object put to specify a get or put rather than just running pelican object copy. #259
  • [Client] Fixed issue where the stash_plugin file-transfer plugin was not reporting proper upload bytes. #510
  • [Client] Fixed issue with progress bars not outputting properly with debug logs for recursive uploads/downloads #402
  • [Client] Fixed issue where stash_plugin was not working with environment variable-based configuration #508
  • [Client] pelican object copy now doesn’t rely on topology for PUTs, it gets the endpoint by querying the director #504

For Admins

  • [Director] Introduced GeoIP Overrides that allow a director to pin IP ranges to a particular lat/long. #496
  • [Registry] Introduced web-ui for registry that allows users to register their namespace through web interface. #264
  • [Director] Added federation discovery endpoint to director. #417
  • [General] Added topology components to Prometheus health metrics. #494
  • [Cache] Added Admin approval to caches before they can advertise to director #439
  • [Registry] Added support to use CILogon to login to registry UI #355
  • [Registry] Deprecated Federation.NamespaceUrl which will be removed in the next major release #388
  • [General] Web-ui now outputs more detailed error messages if login fails #424
  • [Origin] Basic S3 origin functionality has been restored #592
  • [Cache] Fixed issue where caches were logging sensitive information #604
  • [Origin] Boolean flag added to starting origins indicating if they are writable or not (default is true) #507