From de5042b926fbcaf02e68241eeaf063be8b6416cb1666ed14d7c256719ee88301 Mon Sep 17 00:00:00 2001 From: aslan Date: Tue, 13 Jan 2026 17:32:06 -0500 Subject: [PATCH 1/2] Add initialization vectors --- docs/api/channel.md | 1 + docs/api/message.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/api/channel.md b/docs/api/channel.md index a9111ae..59e7c87 100644 --- a/docs/api/channel.md +++ b/docs/api/channel.md @@ -100,6 +100,7 @@ Returns messages for a channel with id = {id} { "id": "string", "text": "string", + "iv": "string", "edited": "boolean", "ownerId": "string", "creationDate": "number" diff --git a/docs/api/message.md b/docs/api/message.md index 23f9ffe..a4482b9 100644 --- a/docs/api/message.md +++ b/docs/api/message.md @@ -10,6 +10,7 @@ Returns a message with id = {id} { "id": "string", "text": "string", + "iv": "string", "editHistory": "string[]", "edited": "boolean", "ownerId": "string", @@ -27,6 +28,7 @@ _Requires an authorization header_ ```json { "text": "string", + "iv": "string", "channelId": "string" } ``` @@ -39,6 +41,7 @@ Creates a new message and returns it { "id": "string", "text": "string", + "iv": "string", "editHistory": "string[]", "edited": "boolean", "ownerId": "string", @@ -67,6 +70,7 @@ Updates a message with id = {id} { "id": "string", "text": "string", + "iv": "string", "editHistory": "string[]", "edited": "boolean", "ownerId": "string", From f9c789a7e5af10b656ec8341ecf390533b021d72588929f5d2e12272963f73e8 Mon Sep 17 00:00:00 2001 From: aslan Date: Tue, 13 Jan 2026 17:32:17 -0500 Subject: [PATCH 2/2] v0.5.2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8e49a7a..7f7adc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2