File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010### Features
1111
12+ - Discussion Post Threads - Users can collaborate by replying to existing discussion posts in a discussion thread in
13+ order to capture insights and have relevant conversations with other experts to make more robust decisions on an
14+ analysis in Rosalution. Also includes support to edit and delete replies a user has authored.
1215- Caching calls to HTTP datasources configured as a dataset, and forge annotation tasks can be enabled to read value
1316 from the cached call dataset.
1417- Caching versions in-memory temporarily when processing annotations. A version is cached used its datasource &
1922
2023- Updated Python Backend to not use ` datetime.utcnow() ` which is being deprecated.
2124- Revised invalid HTML DOM that mixed ` <table> ` HTML DOM elements within ` <div> ` s and ` <span> ` s.
25+ - Upgrading jq Python module to 1.8.0 to be to support building the backend for Python 3.13+
2226
2327## 0.8.4
2428
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uvicorn[standard]==0.23.2
33python-cas == 1.6.0
44itsdangerous == 2.1.2
55pymongo == 4.6.3
6- jq == 1.6 .0
6+ jq == 1.8 .0
77
88python-multipart == 0.0.20
99PyJWT [crypto ]== 2.8.0
You canβt perform that action at this time.
0 commit comments