Skip to content

release: search, mail (inbound/SMTP/queue), dotnet-new templates, and DocFX tutorials#9

Merged
tgiachi merged 52 commits into
mainfrom
develop
Jun 24, 2026
Merged

release: search, mail (inbound/SMTP/queue), dotnet-new templates, and DocFX tutorials#9
tgiachi merged 52 commits into
mainfrom
develop

Conversation

@tgiachi

@tgiachi tgiachi commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Summary

Release of the modules accumulated on develop since v0.4.0.

New packages

  • SquidStd.Search.Abstractions / SquidStd.Search.Elasticsearch — tag entities with IIndexableEntity + [SearchIndex] (env-expanded index names), index via ISearchService, and query with a constrained LINQ IQueryable<T> translated to the Elasticsearch DSL.
  • SquidStd.Mail.Abstractions / SquidStd.Mail.MailKit — IMAP/POP3 polling that publishes MailReceivedEvent, plus an SMTP IMailSender (OutgoingMailMessage, MailSentEvent/MailSendFailedEvent).
  • SquidStd.Mail.Queue — outbound send queue over IMessageQueue: IMailQueue.EnqueueAsync + a background consumer, with retry/backoff/dead-letter from the messaging layer.
  • SquidStd.Templatesdotnet new template pack (squidstd-host, squidstd-aspnetcore, squidstd-worker, squidstd-manager) with pack-time version injection.

Docs

  • New Tutorials section in DocFX: 15 scenario guides covering all 28 packages, with code embedded from 14 compilable samples/ projects (built in CI).
  • READMEs, DocFX articles and root index rows for every new package; repository-wide code formatting.

Test Plan

  • dotnet build SquidStd.slnx — solution + all samples compile clean
  • dotnet test SquidStd.slnx — 620/620 green
  • Testcontainers integration tests pass (Elasticsearch, GreenMail IMAP/POP3/SMTP, RabbitMQ workers e2e, Redis, MinIO)
  • DocFX build: 0 warnings, 0 errors (tutorials + snippet includes resolve)

tgiachi added 30 commits June 23, 2026 15:07
tgiachi added 22 commits June 24, 2026 15:25
…re, worker-system, search, email, templating, lua, networking, plugins and scaffolding tutorials with samples
@github-advanced-security

Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@github-advanced-security github-advanced-security AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@tgiachi
tgiachi merged commit 186e039 into main Jun 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants