Releases: netcorepal/netcorepal-cloud-template
Releases · netcorepal/netcorepal-cloud-template
v3.2.0
What's Changed
- feat:添加Admin后台管理 by @zhouda1fu in #178
- chore: 更新版本号至3.2.0,并调整相关依赖版本 by @witskeeper in #181
New Contributors
- @zhouda1fu made their first contribution in #178
Full Changelog: v3.1.4...v3.2.0
v3.1.4
What's Changed
- Add IncludeCopilotInstructions parameter and bump version to 3.1.4 by @Copilot in #177
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Add default password 'guest' for RabbitMQ in Aspire AppHost by @Copilot in #173
- Add Aspire environment setup documentation, clarify .NET SDK requirements, and add alternative Docker tools by @Copilot in #171
- Add RedisInsight to Redis configuration by @witskeeper in #174
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- fix:修复当项目名称包含“.” 时 AppHostTests 中的命名空间问题 by @witskeeper in #169
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Set CAP consumer thread count to processor count by default by @Copilot in #156
- enhance aspire integration by @jzwo in #159
- Add GaussDB and DMDB database support with Aspire resource integration by @Copilot in #161
- template/.github/instructions/query.instructions.md 添加数据分页指令的描述详情 by @ximenchuifeng in #164
- Use DistributedApplicationTestingBuilder for service startup in Aspire tests by @Copilot in #163
- Update NetCorePalVersion to 3.1.0 by @witskeeper
- Add MongoDB database provider with CAP distributed transactions support by @Copilot in #167
- Refactor namespaces from TestProject to ABC.Template in migration fil… by @witskeeper in #168
New Contributors
- @ximenchuifeng made their first contribution in #164
Full Changelog: v3.0.3...v3.1.1
v3.0.3
What's Changed
- 迁移测试项目至xunit.v3并集成fastendpoint.testing by @Zzzzjle in #153
New Contributors
- @Zzzzjle made their first contribution in #153
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Update NetCorePalVersion to 3.0.3 by @witskeeper in #152
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Suppress CS9107 warning for primary constructor parameter capturing by @Copilot in #139
- Fix repository.instructions.md: correct inheritance, DbContext property, and remove obsolete methods by @Copilot in #141
- Update command.instructions.md: use plural module names and improve structure by @Copilot in #143
- Refactor development guidelines across multiple instruction files for… by @witskeeper in #144
- Refactor source code to use primary constructors and file-scoped namespaces per instructions by @Copilot in #146
- Update versions.props by @witskeeper in #147
- Fix file directory structure and domain event naming conventions by @Copilot in #149
- Use NetCorePal v3.0.1 by @witskeeper in #150
- Update NetCorePalVersion to 3.0.2 by @witskeeper in #151
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Add template parameters for framework version, database providers, and MQ middleware options with modern project structure, centralized package management, .NET 10 support, and intelligent testing strategies by @Copilot in #62
- fix: 更新版本前缀至 3.0.0 by @witskeeper in #65
- Clean up template code: remove commented blocks and empty classes (preserving original API design) by @Copilot in #64
- Replace Controllers with FastEndpoints by @Copilot in #67
- refactor: Move endpoint types to their corresponding files and organize commands properly by @Copilot in #69
- Fix async method warning and refactor TestContainerFixture to use IAsyncLifetime by @Copilot in #71
- Add locking mechanism in LockEndpoint by @witskeeper in #73
- Add entity configuration templates and migrate to IGuidStronglyTypedId by @Copilot in #72
- Suppress NU1507 warning for Central Package Management with multiple sources by @Copilot in #75
- Add comprehensive infrastructure initialization scripts for development environment setup by @Copilot in #76
- feat: add code-analysis endpoint by @Copilot in #78
- preview.1 by @witskeeper in #79
- Add comprehensive command parameters documentation to README.md by @Copilot in #82
- Fix code-analysis endpoint to specify assemblies explicitly by @Copilot in #87
- Enable IncludeAbstractValidators for FastEndpoints to support FluentValidation.AbstractValidator by @Copilot in #89
- Clean Program.cs: Remove redundant registrations by @Copilot in #91
- Remove redundant UseEntityFramework from CAP configuration by @Copilot in #93
- Update NetCorePal package version and SDK to latest versions by @Copilot in #95
- Update .NET 10.0 SDK version to RC2 (10.0.100-rc.2.25502.107) by @Copilot in #97
- Add Aspire Dashboard support for enhanced observability and orchestration by @Copilot in #99
- 消除 Aspire 模板中的 SonarQube 告警 by @Copilot in #101
- Fix Aspire Dashboard structured logging support by integrating Serilog with OpenTelemetry by @Copilot in #103
- Add Aspire infrastructure resource management for Database, MessageQueue, and Redis by @Copilot in #105
- Make .sln/.slnx file filter condition explicit and add verification tests by @Copilot in #107
- Fix ExecutionStrategy conflict with user-initiated transactions when using Aspire by @Copilot in #109
- Add local development instructions for installing template directly from source by @Copilot in #111
- Update version suffix from rc.1 to rc.2 by @witskeeper in #112
- Update versions.props by @witskeeper in #113
- Update NetCorePalVersion to 3.0.0-rc.2 by @witskeeper in #116
- Add WaitFor calls for infrastructure dependencies in Aspire AppHost by @Copilot in #115
- Add OpenTelemetry database tracing for MySQL, SqlServer, and PostgreSQL by @Copilot in #118
- Use Aspire 9.5.2 by @witskeeper in #119
- Add NetCorePal OpenTelemetry instrumentation support by @Copilot in #121
- Refactor Order Demo: Rename commands and update integration flow by @Copilot in #123
- Add DotNetCore.CAP.OpenTelemetry instrumentation by @Copilot in #125
- Update badge links in README.md by @witskeeper in #126
- Update badge links in README.md by @witskeeper in #127
- Update installation instructions for template versions by @witskeeper in #128
- Update command handling best practices in instructions by @witskeeper in #129
- 修正文档中的格式和措辞,确保一致性和清晰度 by @witskeeper in #130
- Update GlobalUsings.cs by @witskeeper in #131
- Update DeliverRecordConfiguration.cs by @witskeeper in #132
- Add SQLite database support, upgrade NetCorePal to 3.0.0-rc.3, and improve configuration by @Copilot in #135
- Upgrade to .NET 10.0 and release version 3.0.0 by @Copilot in #137
New Contributors
- @Copilot made their first contribution in #62
Full Changelog: v2.9.4...v3.0.0
v3.0.0-rc.2
What's Changed
- Make .sln/.slnx file filter condition explicit and add verification tests by @Copilot in #107
- Fix ExecutionStrategy conflict with user-initiated transactions when using Aspire by @Copilot in #109
- Add local development instructions for installing template directly from source by @Copilot in #111
- Update version suffix from rc.1 to rc.2 by @witskeeper in #112
- Update versions.props by @witskeeper in #113
- Update NetCorePalVersion to 3.0.0-rc.2 by @witskeeper in #116
- Add WaitFor calls for infrastructure dependencies in Aspire AppHost by @Copilot in #115
- Add OpenTelemetry database tracing for MySQL, SqlServer, and PostgreSQL by @Copilot in #118
- Use Aspire 9.5.2 by @witskeeper in #119
- Add NetCorePal OpenTelemetry instrumentation support by @Copilot in #121
- Refactor Order Demo: Rename commands and update integration flow by @Copilot in #123
- Add DotNetCore.CAP.OpenTelemetry instrumentation by @Copilot in #125
Full Changelog: v3.0.0-rc.1...v3.0.0-rc.2