Releases: htrc/torchlite-backend
Releases · htrc/torchlite-backend
0.3.1
What's Changed
- Bump virtualenv from 20.26.1 to 20.26.6 by @dependabot in #145
 - Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #152
 - Bump cryptography from 43.0.1 to 44.0.1 by @dependabot in #147
 - Widget loading by @dkudeki in #154
 
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
Changed
- All logging to use logger instead of print statements
 - How the word cloud widget tabulates word counts, significantly reducing processing time once the EF API has responded.
 
Added
- Comparison between frontend featured workset list and backend to keep backend representation up-to-date to allow featured worksets to be swapped out by the AG user, and those changes will seemlessly propogate to TORCHLITE #148
 
Fixed
- Handling of unauthorized and invalid worksets #146
 - Handling of volumes without text in text-based widgets #146
 - Handling of widgets when trying to load worksets that have not yet been built in the database #146
 - Handling of building redis connection at startup #150
 
Full Changelog: 0.2.0...0.3.0