Skip to content

Releases: jpagh/docassemblecli3

v0.3.3

05 Feb 21:53
Compare
Choose a tag to compare

Fixed slow startup time on watch due to scanning directories that weren't going to be monitored or installed. The following directories are always ignored by watch: .git, __pycache__, .mypy_cache, .venv, .history, build.

Added an advanced feature that doesn't have any built-in creation/modification support (yet), but if you want to try it early then you can manually add a path key to a server in your .docassemblecli config file, it will cause that server to be used if no server is provided and the path matches the directory that watch was given [default: current directory]. Additionally, if you manually add a playground key to that server, it will be used when using watch.

Full Changelog: v0.2.2...v0.3.3

v0.2.2

21 Jan 23:07
Compare
Choose a tag to compare

Fixed a crash when attempting to get the docassemble server version due to updated package names.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Dec 02:54
Compare
Choose a tag to compare

watch: Fixed a missing file error when a temp file is removed/deleted during processing.

config: Added test for checking URLs and API keys.

v0.2.0

30 Sep 22:49
Compare
Choose a tag to compare

watch now uses file hashing in the watched directory in order to ignore file system on-modified events where a file's content didn't actually change, thereby reducing unnecessary installs.

v0.1.0

11 Sep 12:46
Compare
Choose a tag to compare

Full Changelog: v0.0.5...v0.1.0

watch now uses the package's .gitignore file and ignores the same files that it does, reducing package installs to only relevant file changes.

v0.0.5

21 Aug 19:35
Compare
Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

v0.0.4

19 Aug 19:31
Compare
Choose a tag to compare

Fixed bug introduced in v0.0.3 with the change to server restart waiting, which caused an Exception if the docassemble server wasn't going to restart.

v0.0.3

19 Aug 16:47
Compare
Choose a tag to compare

fix: disabled manually waiting for background processes to restart on docassemble servers >= 1.5.3

First published release on GitHub

18 Aug 04:47
Compare
Choose a tag to compare

Added --version flag. Fixed a bunch of build stuff that I just learned about and moved away from Poetry, which I thought would be good to use, but I don't like that it doesn't support the pyproject.toml file properly and I wanted something that built with build and GitHub Actions more easily. Also, fixed direct execution of the package by adding main.py.