Release and Version History¶
x.y.z (Backlog)¶
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
0.1.6 (2025-10-21)¶
Bugfixes
Remove mkdir logic that creates parent directories in
DiskCacheclass, leave it to users to handle.
0.1.5 (2025-10-21)¶
Bugfixes
We should not use a singleton cache for diskcache. User should have the option to specify their own cache path.
0.1.4 (2025-09-16)¶
Minor Improvements
Introduces
GitHubFileFieldEnumandConfluencePageFieldEnumenums to allow selective field export in XML serialization for both GitHub and Confluence pipelines. Addswanted_fieldsparameter to pipelines and export methods, enabling users to specify which fields to include in the output. Updates related tests and manual scripts to utilize the new functionality.
0.1.3 (2025-05-28)¶
Minor Improvements
ConfluencePipeline.space_idnow accept both space id or space key.
Miscellaneous
Upgrade pyatlassian dependencies to
>=0.3.2.
0.1.2 (2025-04-02)¶
Minor Improvements
Use pathpick to replace the old
find_matching_filesimplementation.
Miscellaneous
Improve document.
Migrate to cookiecutter-pywf_open_source 0.1.1 code structure.
0.1.1 (2025-03-03)¶
First release
- Add the following public APIs:
docpack.api.find_matching_filesdocpack.api.GitHubFiledocpack.api.GitHubPipelinedocpack.api.ConfluencePagedocpack.api.ConfluencePipeline