Skip to content

Commit

Permalink
init release/v0-10-9
Browse files Browse the repository at this point in the history
  • Loading branch information
dncsvr committed Aug 23, 2024
1 parent 013edd7 commit 1c4ce1b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
25 changes: 25 additions & 0 deletions docs/release-notes/v0-10.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# v0.10

## v0.10.9

### 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 |


## v0.10.8

### Library Upgrades
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<Product>Baked (Objects)</Product>
<Version>0.10.8</Version>
<Version>0.10.9</Version>
<Authors>Mouseless</Authors>
<Company>Mouseless</Company>
<Copyright>Copyright (c) 2024 Mouseless</Copyright>
Expand Down
22 changes: 0 additions & 22 deletions unreleased.md
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 |

0 comments on commit 1c4ce1b

Please sign in to comment.