Skip to content

Releases: michaelosthege/gittrail

v0.1.1

29 Dec 21:46
Compare
Choose a tag to compare
  • Improves compatibility with multiple concurrency of sessions.
  • The filelock package is used to obtain a lock on the gittrail directory when entering/exiting a session. Only one session at a time can be entering/exiting. If there are many, or huge files that take a long time to hash, this can cause parallel processes to temporarily block each other.
  • The test suite was enhanced to cover high-concurrency session starts from multiple processes.
  • Warnings and exceptions were made more specific.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Dec 09:24
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Trigger the first PyPI upload.

This version is still undergoing testing and the API is not stable.