From c3cb4198e39c132dbf359a1a0853699d5c72bdc7 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 3 Sep 2023 17:29:11 -0400 Subject: [PATCH] changelog for 0.2.1 update python schema --- CHANGELOG.md | 10 ++++++++++ veilid-python/veilid/schema/RecvMessage.json | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8691f60..d8b493c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +**Changes in Veilid 0.2.1** +- Crates are separated and publishable +- First publication of veilid-core with docs to crates.io and docs.rs +- Avoid large logs of 127.0.0.1:5959 attack payloads +- Use getrandom in WASM for RNG +- Increase privacy for WASM builds by rewriting internal paths +- Translations +- Fix python update schema script +- Earthfile cleanup + **Changes in Veilid 0.2.0** - Rustdoc builds now - API visibility changes diff --git a/veilid-python/veilid/schema/RecvMessage.json b/veilid-python/veilid/schema/RecvMessage.json index 0dd5791a..a0dbbd3a 100644 --- a/veilid-python/veilid/schema/RecvMessage.json +++ b/veilid-python/veilid/schema/RecvMessage.json @@ -2379,11 +2379,9 @@ ] }, "message": { - "description": "The content of the message to deliver to the application", "type": "string" }, "sender": { - "description": "Some(sender) if the message was sent directly, None if received via a private/safety route", "type": [ "string", "null" @@ -2401,7 +2399,6 @@ ], "properties": { "call_id": { - "description": "The id to reply to", "type": "string" }, "kind": { @@ -2411,11 +2408,9 @@ ] }, "message": { - "description": "The content of the request to deliver to the application", "type": "string" }, "sender": { - "description": "Some(sender) if the request was sent directly, None if received via a private/safety route", "type": [ "string", "null"