Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [8.1.0](https://github.com/TimoBechtel/socketdb/compare/v8.0.2...v8.1.0) (2023-07-13)


### Features

* **client:** allow unsubscribing the "once" call ([0fca516](https://github.com/TimoBechtel/socketdb/commit/0fca516cf7a52424fe97ca070a19aa726a1c9d6a))


### Bug Fixes

* **client:** issues with reconnecting after a disconnect ([de37704](https://github.com/TimoBechtel/socketdb/commit/de377043cbac7387deae1c56dcab52e2450f17f3))
* **client:** websocket reconnection issues ([339d190](https://github.com/TimoBechtel/socketdb/commit/339d190af3e9dd83c71ddb1c3e7b8ec37cd85509))

## [8.0.2](https://github.com/TimoBechtel/socketdb/compare/v8.0.1...v8.0.2) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socketdb",
"version": "8.0.2",
"version": "8.1.0",
"description": "Real-time synchronized data storage",
"homepage": "https://socketdb.com",
"license": "MIT",
Expand Down