Getting Started
Changelog
Learn how to write and customize your documentation.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 - 2025-06-09
Added
- Initial Workflow Management Administration
Changed
- Switched to using Valkey as Cache Server
0.5.20 - 2025-06-09
Changed
- Improved publish relationships activity
0.5.19 - 2025-06-09
Changed
- Refined publishing and editing experience in the administration interface
0.5.16 - 2025-06-04
Added
- Added locking functionality for collections & metadata
Changed
- You can now edit published content without unpublishing it
- Workflow publishing activities are now more specific
Fixed
- Improvements to guide and document editors
0.5.15 - 2025-06-02
Changed
- Updated administration interface
0.5.14 - 2025-06-02
Fixed
- Fixed null pointer exception
0.5.13 - 2025-06-02
Added
- Added improved logging
- Added better handling for missing plans
0.5.12 - 2025-06-02
Added
- Added additional logging
0.5.11 - 2025-06-02
Changed
- Switched from cache server to Redis for delayed storage updates
0.5.10 - 2024-05-14
Added
- Added OAuth2 Support
- Targeting Google first, others to follow
- Improved signup flows
- Enhanced media playback support
- Integrated vidstack media player library
- Added support for YouTube videos via ID
- Image processing capabilities
- Added image resizers and relationship resizers
- Added support for image cropping
- Moved image resizers from enterprise to open source
- Profile management functionality
- Added support for managing user profiles
- Added functionality for non-admin users
- Bible integration
- Added Bible-related functionality and improvements
- Email capabilities
- Added support for sending verification token emails
- Updated email activity
- Authentication enhancements
- Added ability to validate tokens
- Added support for managing security for non-admin users
- Monitoring and tracing
- Added OpenTelemetry integration
- Added configurable tracing and logging
- Added health endpoints
- Media support
- Added YouTube integration via ID
- Added FFmpeg support
- Added support for Mermaid diagrams (in docs)
- Added ability to mark jobs as full failures to prevent retries
- Added support for enqueuing for profiles
- Added initial Document & Guide Support
- Added ability to generate workflow execution plans that aren't associated with Collections or Metadata
- Started normalizing certain workflows to enable customizations of things like what gets indexed in the search indexes
- Added support for JQ & JSONata workflow activities
- Added initial Administration UI
- Added support for generating tokens, refresh tokens, and more
- Improved Bosca Runner Infrastructure
- Added Kotlin Community Runner
- Added Kotlin Enterprise Runner
- Added example Blog configurations
- Migrated documentation to Writerside
- Restructured project to support a monorepo
- Improved IDEA run configurations
- Initial Changelog
Changed
- Improvements to Editor
- Added more editing options (links, etc)
- Caching improvements
- Implemented memory-only cache
- Added cache eviction capabilities
- Improved how caches are watched and updated
- Docker and deployment enhancements
- Added Docker image to install blog templates
- Updated Docker Compose files with new environment variables
- Starting building out infra management via Flux & Pulumi
- Build system updates
- Switched between GitHub and Gitea runners
- Updated CI/CD workflows
- Improved dependency management
- Admin UI improvements
- Updated sorting and filtering capabilities
- Enhanced attribute merging
- Improved connection handling
- Made max connections configurable
- Switched to tracing pool for better monitoring
- Tweaked how the runner pulls data from the server for efficiency
- Updated Quickstart guide
- Improvements to docker-compose.yaml
Fixed
- Fixed issue of constant workflow loading indicator
- Fixed Redis connection issues
- Fixed GraalVM build issues
- Fixed authentication with both token and SSH key
- Various bug fixes and dependency updates