changelog for 0.2.1

update python schema
This commit is contained in:
John Smith 2023-09-03 17:29:11 -04:00
parent 7ac1261893
commit c3cb4198e3
2 changed files with 10 additions and 5 deletions

View File

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

View File

@ -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"