Release Notes

Stay up to date with the latest changes, improvements, and bug fixes for Markdown Importer for Confluence.

v6.4.0

Date: October 8, 2025

We're excited to introduce a powerful REST API that enables you to import markdown content into Confluence programmatically from external applications and CI/CD pipelines.

  • Secure Token Management: Create, manage, and revoke API tokens directly from the global settings page with fine-grained control over expiration periods (1-30 days)
  • REST API Endpoint: Import markdown content via HTTPS requests with Bearer token authentication
  • Conflict Handling: Built-in support for overwrite mode to update existing pages or prevent duplicates
  • JWT-based Authentication: Secure token verification and validation
  • Comprehensive Documentation: Full API documentation with examples in multiple languages

Perfect for automation workflows, integrations, and bulk imports!

📖 View API Documentation

v6.0.0

Date: Sep 15, 2025

  • UI Updates
  • Conflict detection
  • Folder support for destination import
  • Better import stats view

v5.0.0

Date: Jun 20, 2025

  • ZIP upload: import markdown, folder structure, and attachments from a single archive
  • File hierarchy: preserve folders as Confluence page trees
  • Unlimited bulk import (no fixed 50-file limit)
  • Global access: run imports from the global Apps menu
  • Space-wide import: target one, many, or all spaces (admin)
  • Improved media handling for local images and attachments

v2.4.0

Date: Aug 30, 2023

  • Initial release
  • Import single and multiple markdown files (up to 10)
  • Full markdown syntax support
  • Image and media file handling
  • Table and code block support
  • Task list conversion