Skip to content

Releases: th2-net/th2-json-stream-provider-py

0.0.5-dev

08 Jul 09:57
e8def23
Compare
Choose a tag to compare
0.0.5-dev Pre-release
Pre-release

What's Changed

  • [TH2-5212] added endpoint to request file by path by @molotgor in #5
    • added endpoint to request file by path
    • update description of request functions
    • update replacePathServerToLocal to raise Exception and remove unused endpoint
    • changed use data access from ro to rw
    • Corrected log configuration
    • added /files/all request and parsing for file path parameter
    • added umask 0007 to ~/.bashrc file

Full Changelog: 0.0.4-dev...0.0.5-dev

0.0.4-dev

26 Jun 13:38
Compare
Choose a tag to compare
0.0.4-dev Pre-release
Pre-release

What's Changed

  • [Th2-5208] Provided ability to use library from folder by @molotgor in #3
    • added ${HOME}/python/lib into PYTHONPATH environment variable
    • update local run with jupyter-notebook:
      • updated jupyter-notebook Dockerfile:
        • used jupyter/datascience-notebook:python-3.9
        • defined PYTHONPATH, PIP_TARGET environment variables
      • updated compose:
        • added python_lib volume
    • added saving of current tasks
      • task contains status(success, failed, in progress) and id using which task can be stopped
    • added end-point /stop for stopping requested task
    • updated end-point /result it now requests task by id and returns file, reason for failed run or informs that task is 'in progress' depending on task status

New Contributors

Full Changelog: 0.0.3-dev...0.0.4-dev

0.0.3-dev

21 Jun 14:34
e37c376
Compare
Choose a tag to compare
0.0.3-dev Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/th2-net/th2-json-stream-provider-py/commits/0.0.3-dev