From 0ffc9001773c759d00d1eb483c3a7d2537bbacd9 Mon Sep 17 00:00:00 2001 From: Roman Heinrich Date: Sun, 12 Nov 2023 17:52:06 +0100 Subject: [PATCH] Chore: prepare 0.1.5 release --- CHANGELOG.md | 5 +++-- mix.exs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca81269..e13fa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## v0.1.5 (2023-11-12) -- graceful reconnection handing -- ability to register on-connect callbacks +- graceful re-connection handing +- ability to register on_auth callbacks (run connection / re-connection) +- ability to re-establish live queries subscriptions on re-connections - ability to configure max backoff / step duration for connection retries ## v0.1.4 (2023-11-11) diff --git a/mix.exs b/mix.exs index caac536..8c37312 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Surrealix.MixProject do use Mix.Project @source_url "https://github.com/maxohq/surrealix" - @version "0.1.4" + @version "0.1.5" def project do [