Releases: Spenhouet/confluence-markdown-exporter
Releases · Spenhouet/confluence-markdown-exporter
Release 3.1.0
Release 3.0.5
What's Changed
- Refactor configuration handling to use Pydantic's model_dump_json for JSON output and remove unused imports and functions by @Spenhouet in #92
Full Changelog: 3.0.4...3.0.5
Release 3.0.4
What's Changed
- Fix AttributeError when processing Jira macros without valid links. … by @Rakurai in #84
- Refactor authentication handling and update configuration output format to JSON by @Spenhouet in #89
New Contributors
Full Changelog: 3.0.3...3.0.4
Release 3.0.3
What's Changed
- Fix descendants pagination fetching by @Taadas in #50
- added setting to export all files regardless of reference in page by @andren in #83
- Bump the actions group across 1 directory with 2 updates by @dependabot[bot] in #75
- Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 in the actions group by @dependabot[bot] in #85
- #71 Switch to uv by @Spenhouet in #87
Full Changelog: 3.0.2...3.0.3
3.0.2
3.0.1
3.0.0
What's Changed
- Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 in the actions group by @dependabot[bot] in #41
- Refactored DEBUG var to consider more intuitive boolean values by @andren in #48
- Add "pages" CLI command to export multiple pages by @andren in #44
- Support Confluence only usage (no Jira login) by @Spenhouet in #56
- Add configuration for custom filename encoding @hputman-icrossing in #34
- Improve support for attachment.file_id on Confluence Server by @finchy in #55
- Ignore pages without access permission by @andren in #52
- Fix user mention username formatting for deleted users by @Taadas in #49
- Add verify_ssl setting by @twolfvb in #54
Breaking Changes
- The commands changed from singular to plural, as they now support lists
- The RetryConfig was renamed to ConnectionConfig
New Contributors
- @andren made their first contribution in #48
- @finchy made their first contribution in #55
- @Taadas made their first contribution in #49
- @twolfvb made their first contribution in #54
Full Changelog: 2.1.0...3.0.0
2.1.0
What's Changed
- Fix expand container formatting - Add proper line breaks after and tags by @ktaroabobon in #30
- Optionally generate absolute path to attachements by @hputman-icrossing in #36
- Optionally suppress breadcrumbs from generated page by @hputman-icrossing in #35
New Contributors
- @hputman-icrossing made their first contribution in #36
Full Changelog: 2.0.1...2.1.0
2.0.1
Fix for version 2.0.0, which was missing required dependencies.
2.0.0 - Interactive Configuration
The 2.0.0 release reimplements configuration management by replacing environment variable–based configuration with a centralized JSON-based config system, including interactive configuration and reworked authentication flows.
This also introduces some new configuration options with respect to retries, timeouts and limits.
This is a breaking change with respect to old env vars.
It is possible to set a custom path for the config file via a env var. See README.
What's Changed
- Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 in the actions group by @dependabot in #33
- Reimplement configuration by @Spenhouet in #40
Full Changelog: 1.0.24...2.0.0