From e7134cde982918451280c25de20bdd00751d1c5c Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 18 Aug 2025 19:21:24 +0800 Subject: [PATCH 1/2] Update migration guide for EF Core MySQL provider change --- docs/en/release-info/migration-guides/abp-9-3.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/en/release-info/migration-guides/abp-9-3.md b/docs/en/release-info/migration-guides/abp-9-3.md index 0de650501e..e320bc72fa 100644 --- a/docs/en/release-info/migration-guides/abp-9-3.md +++ b/docs/en/release-info/migration-guides/abp-9-3.md @@ -2,7 +2,13 @@ This document is a guide for upgrading ABP v9.2 solutions to ABP v9.3. There are some changes in this version that may affect your applications, please read it carefully and apply the necessary changes to your application. -## Updated `RabbitMQ.Client` to `7.x` +## EF Core MySQL provider is switched to `MySql.EntityFrameworkCore` + +In this version, we switched the EF Core MySQL provider from `Pomelo.EntityFrameworkCore.MySql` to `MySql.EntityFrameworkCore`. + +If you want to use the `Pomelo.EntityFrameworkCore.MySql` provider, You can follow the [Use Pomelo provider documentation](https://abp.io/docs/latest/framework/data/entity-framework-core/mysql#use-pomelo-provider) to migrate your application. + +See the internal changes we made in [#23392](https://github.com/abpframework/abp/pull/23392) In this version, we updated `RabbitMQ.Client` to `7.1.2`. [This is a major version update](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/v7-MIGRATION.md) that brings significant improvements to the library: From 61c983b104b486bd054a9fb6cea386f5f38eb7b1 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 19 Aug 2025 06:36:58 +0000 Subject: [PATCH 2/2] Update abp-9-3.md --- docs/en/release-info/migration-guides/abp-9-3.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/en/release-info/migration-guides/abp-9-3.md b/docs/en/release-info/migration-guides/abp-9-3.md index e320bc72fa..7da446beee 100644 --- a/docs/en/release-info/migration-guides/abp-9-3.md +++ b/docs/en/release-info/migration-guides/abp-9-3.md @@ -2,13 +2,15 @@ This document is a guide for upgrading ABP v9.2 solutions to ABP v9.3. There are some changes in this version that may affect your applications, please read it carefully and apply the necessary changes to your application. -## EF Core MySQL provider is switched to `MySql.EntityFrameworkCore` +## Switched to `MySql.EntityFrameworkCore` for EF Core MySQL Provider In this version, we switched the EF Core MySQL provider from `Pomelo.EntityFrameworkCore.MySql` to `MySql.EntityFrameworkCore`. -If you want to use the `Pomelo.EntityFrameworkCore.MySql` provider, You can follow the [Use Pomelo provider documentation](https://abp.io/docs/latest/framework/data/entity-framework-core/mysql#use-pomelo-provider) to migrate your application. +If you want to use the `Pomelo.EntityFrameworkCore.MySql` provider, then you can follow the [Use Pomelo provider documentation](https://abp.io/docs/latest/framework/data/entity-framework-core/mysql#use-pomelo-provider) to migrate your application. -See the internal changes we made in [#23392](https://github.com/abpframework/abp/pull/23392) +> See the internal changes we made in [#23392](https://github.com/abpframework/abp/pull/23392), for implementation details. + +## Updated `RabbitMQ.Client` to `7.x` In this version, we updated `RabbitMQ.Client` to `7.1.2`. [This is a major version update](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/v7-MIGRATION.md) that brings significant improvements to the library: