v0.16.11
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [0.16.11] - 2026-06-XX
|
||||
## [0.16.11] - 2026-06-25
|
||||
|
||||
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ edition = "2024"
|
||||
|
||||
[features]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
#default = ["rocks", "sqlite"]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
default = ["rocks", "sqlite"]
|
||||
sqlite = ["store/sqlite", "directory/sqlite"]
|
||||
foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres", "directory/postgres"]
|
||||
|
||||
@@ -212,6 +212,7 @@ pub async fn test(test: &mut TestServer) {
|
||||
.jmap_method_call(
|
||||
"Quota/get",
|
||||
json!({
|
||||
"accountId": account.id_string(),
|
||||
"ids": null
|
||||
}),
|
||||
)
|
||||
@@ -265,6 +266,7 @@ pub async fn test(test: &mut TestServer) {
|
||||
.jmap_method_call(
|
||||
"Quota/get",
|
||||
json!({
|
||||
"accountId": account.id_string(),
|
||||
"ids": null
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user