Skip to content

feecc-workbench-daemon 1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 May 21:26
· 310 commits to main since this release
87f0015
Development (#21)

* longer wait time

* speed up unit retrieval with serverside stage aggregation

* added execution timing for frequently used db methods

* implemented exec timer for async functions

* increased units pending revision fetching speed 3x

* access collections with properties

* removed unused mount

* Reworked unit upload and update for x3 speed increase. Removed unused methods.

* Version bump

* Add WS endpoint for workbench status streaming

* Add optional dotenv parsing

* Implement SSE stream instead of WS

* Fixed type annotation

* update black version

* reworked connection close pipeline

* improved logging

* Implement background printing tasks

* Update docker-compose.yml

* remove .gitignore

* mark endpoint as deprecated

* optimize txn hash pushing to db

* removed polling and optimized state push using async event

* bugfix: thread wouldn't unblock until txn posted. implemented async wrapper

* implemented single field updates

* async short url generator. up to 4s faster passport saving

* updated packages

* version bump

* cached files auto remove

* added some docker volumes

* added db connection close on quit

* update .gitignore