From b80c9bb1c95e5c03147a43729180ee0a28f8aca9 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Tue, 23 Jan 2024 16:40:42 +0100 Subject: [PATCH] chore(release): 0.3.2 Diff: https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.1...0.3.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b741f9..580d8bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # History +- [0.3.2](#032-2024-01-23) (Jan 2024) - [0.3.1](#031-2024-01-10) (Jan 2024) - [0.3.0](#030-2023-02-23) (Feb 2023) - [0.2.1](#021-2022-05-03) (May 2022) @@ -8,6 +9,17 @@ # Release notes +## [0.3.2](https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.1...0.3.2) (2024-01-23) + + +### Bug Fixes + +* add support for AWS DocumentDB ([#21](https://github.com/socketio/socket.io-mongo-adapter/issues/21)) ([0c80f7f](https://github.com/socketio/socket.io-mongo-adapter/commit/0c80f7fd1da772cc54971fd93a1fa93f0c5e47d0)) +* ensure CSR works with a capped collection ([d3fa038](https://github.com/socketio/socket.io-mongo-adapter/commit/d3fa03874038ed9ec011d8795ac7dc6d840f4abe)) +* exclude offline nodes when calling serverCount() ([e2fb8c2](https://github.com/socketio/socket.io-mongo-adapter/commit/e2fb8c2f9d126e763e4f0c0ffba158f2d0c5c17a)) + + + ## [0.3.1](https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.0...0.3.1) (2024-01-10) diff --git a/package.json b/package.json index e6e4a99..470b908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@socket.io/mongo-adapter", - "version": "0.3.1", + "version": "0.3.2", "description": "The Socket.IO MongoDB adapter, allowing to broadcast events between several Socket.IO servers", "license": "MIT", "repository": {