Skip to content

v1.2.5

Latest
Compare
Choose a tag to compare
@kefahi kefahi released this 17 Oct 13:28
· 51 commits to master since this release
de987e0

Maintenance release

  • [backend] Added sql database to file/json migration script
  • [backend] Fixes to search query
  • [backend] Skip .git folder from migration
  • [backend] Full support for python 3.13
  • [frontend] User Authorization header for cases when the browser does not preserve the cookies
  • [backend] Expand automated tests
  • [frontend] Fix and improve attachments
  • [frontend] Add support for folder_rendering to define resource_types / schema
  • [backend] Do not produce SQL debug statements
  • [backend] Remove unnecessary calls to redis while in sql mode
  • [backend] Fix error/warnings/linting that was uncovered using the updated versions of those tools
  • [backend] Upgrade to psycoppg v3 for postgres
  • [CI/CD] Switch to sql mode
  • [backend] Fix reload.sh to work in sql mode as well
  • [frontend] Implement csv upload
  • [backend] Fix single-session mode issues in sql mode
  • [backend] several cli.py fixes