Skip to content

Releases: ssl-hep/ServiceX_Code_Generator_lib

Allow a codegen to return a science image name

05 Mar 04:32
d5db4be
Compare
Choose a tag to compare

It is now possible for codegen's to specify which science image they would like the payload run on. There are also a number of smaller changes.

What's Changed

  • Update python versions in tests by @ponyisi in #13
  • Remove poetry.lock from this library package by @ponyisi in #14
  • Update werkzeug to avoid vulnerability by @BenGalewsky in #12
  • Unpin urllib3 as needed to fix security issue by @ponyisi in #16
  • Allow codegens to return a science image to be used for a request by @ponyisi in #15

New Contributors

Full Changelog: 1.1.7...1.2

Update Libraries

11 Jan 02:12
Compare
Choose a tag to compare
1.1.7

Update libraries as per dependabot suggestions:

Sidecar Capabilites

30 May 21:46
3ddcfb2
Compare
Choose a tag to compare
Changes made for Multiple Codegen  (#8)

* Update __init__.py

* read variable from environ

* Update post_operation.py

* app config file removal in codegen - xAOD

* Update post_operation.py

* os environ changes

* directly read from env var

* Final changes for multiple codegen

* Remove unused imports

* added back config transformer image

* deleted .DS_Store

* revert to current_app.config at post_operation and DS Store gitignore

* Update post_operation.py

* Pick up science image from app config

* Code generators return language and science command

---------

Co-authored-by: Prajwal  Kiran Kumar <[email protected]>
Co-authored-by: Ben Galewsky <[email protected]>

Restore sidecar capabilities

30 May 21:22
Compare
Choose a tag to compare
1.1.5-post.3

restore sidecar capabilities

Test science image from env var

30 May 20:37
Compare
Choose a tag to compare
Pre-release
1.1.5-post.2

Obtain the science image from env var

Version 1.1.5

18 May 18:00
b395605
Compare
Choose a tag to compare

Upgrade to Flask 1.3.2

1.1.5-post.1

30 May 20:22
b395605
Compare
Choose a tag to compare
1.1.5-post.1 Pre-release
Pre-release

Attempt to fix the science image from env var

Add language and science command to response

14 Feb 22:32
Compare
Choose a tag to compare
1.1.4-alpha.14

Code generators return language and science command

1.1.4-alpha.13

13 Feb 18:00
Compare
Choose a tag to compare
1.1.4-alpha.13 Pre-release
Pre-release
Fix test

1.1.4-alpha.10

05 Feb 01:00
Compare
Choose a tag to compare
directly read from env var