Skip to content

Releases: ssl-hep/ServiceX_frontend

Bug Fix

04 Feb 01:06
1ddbf03

Choose a tag to compare

Bug Fix Pre-release
Pre-release

This is a bug-fix release and a technical-debt fix release!

What's Changed

New Contributors

Full Changelog: 2.5.4...2.6.1b1

Synchronous retrieval of URIs

24 Nov 14:34
47e9616

Choose a tag to compare

Include synchronous functionality to retrieve URIs from queried files.
When requesting ROOT files, make sure to use in combination with the latest ServiceX endpoint at https://servicex-release-int-uproot.servicex.ssl-hep.org/.

Bug Fix

24 May 13:36
10db3fa

Choose a tag to compare

  • If the ServiceX instance has cleared out its cache, but not removed a request from a file, auto-resbumit the request to re-populate the ServiceX cache.

What's Changed

Full Changelog: 2.5.3...2.5.4

Provide S3 URIs to Transformed Files

14 May 17:30

Choose a tag to compare

Allow remote clients to obtain S3:// URIs to the transformed file results. Still support the pre-signed URLs.

Protect against negative files remaining return from ServiceX

29 Apr 08:52
79b8e88

Choose a tag to compare

Bug-fix release. For reasons not yet understood, ServiceX sometimes returns negative files remaining in the transform despite a successful run. This patch release will mark the transform as failed so that it can be re-run.

What's Changed

Full Changelog: 2.5.1...2.5.2

Fix compatibility with new version of `backoff`

27 Apr 23:10
8fb5070

Choose a tag to compare

Make sure our dependence on backoff is working correctly

What's Changed

Full Changelog: 2.5...2.5.1

Cache Updates and Memory Fixes

24 Mar 22:44
85c8ef3

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: 2.4.4...2.5.0

Titles, Cache Fixes

19 Apr 02:44
85c8ef3

Choose a tag to compare

This is mostly a maintanance release.

  • Caching improvements. A bug was found where multiple, different, queries generated the seme cache key. That has been fixed. However, this could cause your queries to re-trigger. This condition was rare.
  • A title argument is now possible in the calls to render a query (thanks @kyungeonchoi !)
  • Code clean up should reduce the number of spurious warnings (thanks @talvandaalen !)

What's Changed

New Contributors

Full Changelog: 2.4.4...2.5

Release 2.4.4

07 Mar 18:43

Choose a tag to compare

Allow python functions as selects

V 2.4.4-Alpha.1

14 Feb 18:35

Choose a tag to compare

V 2.4.4-Alpha.1 Pre-release
Pre-release

Adds python function selects