-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1 @@ | ||
# Unreleased | ||
|
||
## Improvements | ||
|
||
- `InMemory` and `Sqlite` data base features were not working under ARM | ||
processors, fixed | ||
- Automatic schema update is removed from `Sqlite` database because | ||
`Microsoft.Data.Sqlite.Core` does not support `SchemaUpdate` | ||
- `autoExportSchema` parameter is introduced to `Sqlite` database with default | ||
value `true` to use automatic schema for development databases which clears | ||
data each time your application runs. You may set it to false if you want your | ||
data to retain. | ||
- `Client.Send` now has option to disable ensure success status code check to | ||
return error response data | ||
|
||
## Library Upgrades | ||
|
||
| Package | Old Version | New Version | | ||
| ----------------------------- | ----------- | ----------- | | ||
| Microsoft.Data.Sqlite.Core | new | 8.0.7 | | ||
| NHibernate.Extensions.Sqlite | new | 8.0.8 | | ||
| SQLitePCLRaw.bundle_e_sqlite3 | new | 2.1.8 | | ||
| System.Data.SQLite | 1.0.118 | removed | |