Releases: ssl-hep/ServiceX_Code_Generator_lib
Releases · ssl-hep/ServiceX_Code_Generator_lib
Allow a codegen to return a science image name
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
1.1.7 Update libraries as per dependabot suggestions:
Sidecar Capabilites
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
1.1.5-post.3 restore sidecar capabilities
Test science image from env var
1.1.5-post.2 Obtain the science image from env var
Version 1.1.5
Upgrade to Flask 1.3.2
1.1.5-post.1
Attempt to fix the science image from env var
Add language and science command to response
1.1.4-alpha.14 Code generators return language and science command
1.1.4-alpha.13
Fix test
1.1.4-alpha.10
directly read from env var