Release ruma-identifiers-validation 0.2.0 and ruma-identifiers 0.18.0-alpha.1
This commit is contained in:
parent
2ebd827355
commit
6d468b88a3
@ -19,7 +19,7 @@ edition = "2018"
|
|||||||
http = "0.2.2"
|
http = "0.2.2"
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
ruma-api-macros = { version = "=0.17.0-alpha.1", path = "../ruma-api-macros" }
|
ruma-api-macros = { version = "=0.17.0-alpha.1", path = "../ruma-api-macros" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
|
@ -15,7 +15,7 @@ edition = "2018"
|
|||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.57"
|
serde_json = "1.0.57"
|
||||||
|
@ -25,7 +25,7 @@ percent-encoding = "2.1.0"
|
|||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
|
@ -27,7 +27,7 @@ ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
|||||||
ruma-client-api = { version = "0.10.0-alpha.1", path = "../ruma-client-api" }
|
ruma-client-api = { version = "0.10.0-alpha.1", path = "../ruma-client-api" }
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
@ -13,7 +13,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
||||||
|
@ -26,7 +26,7 @@ proc-macro-crate = "0.1.5"
|
|||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
@ -17,7 +17,7 @@ criterion = { version = "0.3.3", optional = true }
|
|||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" }
|
ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
||||||
@ -25,7 +25,7 @@ serde_json = { version = "1.0.60", features = ["raw_value"] }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
matches = "0.1.8"
|
matches = "0.1.8"
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers", features = ["rand"] }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers", features = ["rand"] }
|
||||||
trybuild = "1.0.38"
|
trybuild = "1.0.38"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -20,7 +20,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
|||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
|
@ -6,11 +6,11 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-identifiers-macros"
|
name = "ruma-identifiers-macros"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.17.4"
|
version = "0.18.0-alpha.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-identifiers-validation = { version = "0.1.1", path = "../ruma-identifiers-validation", default-features = false }
|
ruma-identifiers-validation = { version = "0.2.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||||
quote = "1.0.8"
|
quote = "1.0.8"
|
||||||
proc-macro2 = "1.0.24"
|
proc-macro2 = "1.0.24"
|
||||||
syn = "1.0.55"
|
syn = "1.0.55"
|
||||||
|
5
ruma-identifiers-validation/CHANGELOG.md
Normal file
5
ruma-identifiers-validation/CHANGELOG.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 0.2.0
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
|
||||||
|
* Remove `key_algorithms` module (moved to ruma-identifers as `crypto_algorithms`)
|
@ -9,7 +9,7 @@ authors = [
|
|||||||
"Jonas Platte <jplatte@posteo.de>",
|
"Jonas Platte <jplatte@posteo.de>",
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
@ -20,4 +20,4 @@ serde = { version = "1.0.118", optional = true, features = ["derive"] }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.61"
|
||||||
|
@ -1,20 +1,22 @@
|
|||||||
# [unreleased]
|
# 0.18.0 (unreleased)
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Update strum dependency to 0.19
|
|
||||||
* Remove deprecated constructors
|
* Remove deprecated constructors
|
||||||
* Remove deprecated `is_` methods
|
* Remove deprecated `is_` methods
|
||||||
* Rename `ServerKeyAlgorithm` to `SigningKeyAlgorithm`
|
* Rename `ServerKeyAlgorithm` to `SigningKeyAlgorithm`
|
||||||
* Rename `ServerKeyId` to `ServerSigningKeyId`
|
* Rename `ServerKeyId` to `ServerSigningKeyId`
|
||||||
* Rename `Error::MissingSigil` to `Error::MissingLeadingSigil`
|
* Rename `Error::MissingSigil` to `Error::MissingLeadingSigil`
|
||||||
* Merge all missing delimiter error variants
|
* Merge all missing delimiter error variants
|
||||||
|
* Update the set of conversion trait implementations for crypto algorithms
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
* Add `DeviceKeyId::from_parts` and `SigningKeyId::from_parts`
|
* Add `DeviceKeyId::from_parts` and `SigningKeyId::from_parts`
|
||||||
* Add `DeviceIdBox` and `ServerNameBox` type aliases
|
* Add `DeviceIdBox` and `ServerNameBox` type aliases
|
||||||
* Clean up debug logs for identifiers
|
* Clean up debug logs for identifiers
|
||||||
|
* Allow crypto algorithm enums to contain any string, for forwards compatibility
|
||||||
|
and to allow experimentation with non-specified ones
|
||||||
|
|
||||||
# 0.17.4
|
# 0.17.4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ license = "MIT"
|
|||||||
name = "ruma-identifiers"
|
name = "ruma-identifiers"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.17.4"
|
version = "0.18.0-alpha.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
@ -27,8 +27,8 @@ serde = ["ruma-serde", "serde1", "ruma-identifiers-validation/serde"]
|
|||||||
either = { version = "1.6.1", optional = true }
|
either = { version = "1.6.1", optional = true }
|
||||||
paste = "1.0.4"
|
paste = "1.0.4"
|
||||||
rand = { version = "0.8.0", optional = true }
|
rand = { version = "0.8.0", optional = true }
|
||||||
ruma-identifiers-macros = { version = "=0.17.4", path = "../ruma-identifiers-macros" }
|
ruma-identifiers-macros = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers-macros" }
|
||||||
ruma-identifiers-validation = { version = "0.1.1", path = "../ruma-identifiers-validation", default-features = false }
|
ruma-identifiers-validation = { version = "0.2.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde", optional = true }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde", optional = true }
|
||||||
ruma-serde-macros = { version = "0.3.0", path = "../ruma-serde-macros" }
|
ruma-serde-macros = { version = "0.3.0", path = "../ruma-serde-macros" }
|
||||||
# Renamed so we can have a serde feature.
|
# Renamed so we can have a serde feature.
|
||||||
|
@ -13,7 +13,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
serde = { version = "1.0.114", features = ["derive"] }
|
||||||
serde_json = "1.0.57"
|
serde_json = "1.0.57"
|
||||||
|
@ -15,7 +15,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
|||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
|
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
|
@ -15,7 +15,7 @@ version = "0.6.0-dev.1"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
ring = "0.16.19"
|
ring = "0.16.19"
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
untrusted = "0.7.1"
|
untrusted = "0.7.1"
|
||||||
|
@ -17,7 +17,7 @@ assign = "1.1.0"
|
|||||||
js_int = "0.2.0"
|
js_int = "0.2.0"
|
||||||
|
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers", features = ["serde"] }
|
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers", features = ["serde"] }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
|
|
||||||
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events", optional = true }
|
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user