[Community] Caching Strategies in ABP Framework
Community article from ABP.io AI Post Generator.
**Folder:** `2026-06-25-caching-strategies-in-abp-framework`
**Author:** admin
[Community] Implementing Domain Events in ABP Microservices
Community article from ABP.io AI Post Generator.
**Folder:** `2026-06-25-implementing-domain-events-in-abp-microservices`
**Author:** admin
[Community] AI Isn’t Replacing Developers — It’s Changing What Good Developers Spend Time On
Community article from ABP.io AI Post Generator.
**Folder:** `2026-06-25-ai-isnt-replacing-developers-its-changing-what-good`
**Author:** alper
Add a new community article index for the ABP AI Agent deep-dive series (docs/en/Community-Articles/2026-06-23-deep-dive-index/Post.md) that summarizes the nine-part series and links to each detailed article. Includes two image assets used by the post (abp-studio-new-design.png, cover.png). This commit adds the overview page and required images to the documentation site.
[Community] Implementing Background Jobs with ABP and Hangfire
Community article from ABP.io AI Post Generator.
**Folder:** `2026-06-22-implementing-background-jobs-with-abp-and-hangfire`
**Author:** admin
[Community] How to Implement Multi-Tenancy with ABP Framework
Community article from ABP.io AI Post Generator.
**Folder:** `2026-06-22-how-to-implement-multitenancy-with-abp-framework`
**Author:** admin
Refine article copy and image: replace cover image and adjust several headings for clarity. Explain parallel session semantics more precisely—scope and workflow are locked for a session once it starts, while model/mode/active tools are snapshotted per run. Describe subagents as parallel, read-only research helpers (with the browser subagent as an exception) and note that research subagents can use a separate, cheaper model. Minor wording and structural edits to improve readability and avoid confusion about how Studio coordinates parallel work.
Add a new Community Article explaining ABP Studio's parallel agent sessions and subagents. Adds docs/en/Community-Articles/2026-06-18-deep-dive-8-parallel-agent-execution/post.md with details on concurrency limits, session-scoped settings, prompt queuing, file-change coordination, and subagent research models, plus an accompanying image model-settings.png.
Sync the form layout examples in docs/en/low-code/model-json.md to the
flat fields[]/row/colSpan shape introduced in this PR. Switch the form
descriptor schema description from "layout cell" to "layout placement"
to match the new vocabulary. Soften the AbpDynamicSortingGuard XML doc
and inline comment so they no longer claim the allowed constant-string
indexer carries no side effects — the guard cannot enforce that on
user-defined indexers, so the doc now states it assumes the matching
getter behaves like a property getter.
Add several MCP/SEO-related images (cover, server, tools, walkthrough) and remove an outdated connected image. Substantially rewrite docs/en/Community-Articles/2026-06-18-deep-dive-5-mcp/post.md to clarify and expand the explanation of MCP (Model Context Protocol), including why it matters, setup (stdio/HTTP), tool access and permissions, safety considerations, a practical walkthrough with SEO and Prometheus examples, and how MCP fits with ABP Studio tools and workflows.
* docs(studio): update documentation for release 3.0.4
- Updated release notes for 3.0.4
- Updated version mapping with ABP 10.4.1
Release: 3.0.4
* Revise release notes for version 3.0.4
Updated release date for version 3.0.4 and added new features and enhancements.
* Fix formatting in version mapping documentation
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: selman koc <64414348+skoc10@users.noreply.github.com>