No Hardfork required
A new database migration will be applied... this may take a few minutes - be patient.
New Features
- SSL Support for Webocket
- Db Folder for Sqlite auto creation (Fixes #816)
Bugfixes
- Database Query Statement Length Issue Fixed - Should solve various Sqlite Issues (especially syncing), but also valid for other dbs.
What's Changed - (Complete Changelog)
- Tooling quality of life by @damccull in #831
- feat: SSL support or Websockets by @ohager in #835
- Update Dockerfile for Better Compatibility by @gittrekt in #838
- Devcontainer update by @damccull in #837
- Add a config property for the max number of rows to insert in SQL statements by @flop01 in #840
- Silence SQLITE_BUSY and SQLITE_BUSY_SNAPSHOT exceptions and stack traces by @flop01 in #841
- Feat/improve get account transactions by @ohager in #843
New Contributors
Full Changelog: v3.8.2...v3.8.3