|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-sync/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v3.0.1...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v3.0.2...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:** |
8 | 8 |
|
9 | | -- Subscribe to Redis messages after Redis client connects. Subscribing … [\#180](https://github.com/feathersjs-ecosystem/feathers-sync/pull/180) ([babysealclubber](https://github.com/babysealclubber)) |
10 | | -- chore\(dependencies\): Update all dependencies [\#177](https://github.com/feathersjs-ecosystem/feathers-sync/pull/177) ([daffl](https://github.com/daffl)) |
| 9 | +- fix: Call context.toJSON if available [\#185](https://github.com/feathersjs-ecosystem/feathers-sync/pull/185) ([daffl](https://github.com/daffl)) |
| 10 | + |
| 11 | +## [v3.0.2](https://github.com/feathersjs-ecosystem/feathers-sync/tree/v3.0.2) (2023-02-22) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v3.0.1...v3.0.2) |
| 14 | + |
| 15 | +**Closed issues:** |
| 16 | + |
| 17 | +- On V5 Dove, service details missing in calls [\#184](https://github.com/feathersjs-ecosystem/feathers-sync/issues/184) |
| 18 | +- Feathers-sync Redis Adapter with an existing Redis Sentinel client and Feathers-Socket.io [\#182](https://github.com/feathersjs-ecosystem/feathers-sync/issues/182) |
| 19 | +- High RAM usage when large files are uploaded [\#181](https://github.com/feathersjs-ecosystem/feathers-sync/issues/181) |
| 20 | +- startup errors after update to 3.0.0 with redis adapter [\#178](https://github.com/feathersjs-ecosystem/feathers-sync/issues/178) |
| 21 | +- bson - cyclic dependency detected [\#168](https://github.com/feathersjs-ecosystem/feathers-sync/issues/168) |
11 | 22 |
|
12 | 23 | ## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-sync/tree/v3.0.1) (2022-03-15) |
13 | 24 |
|
14 | 25 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v3.0.0...v3.0.1) |
15 | 26 |
|
| 27 | +**Merged pull requests:** |
| 28 | + |
| 29 | +- Subscribe to Redis messages after Redis client connects. Subscribing … [\#180](https://github.com/feathersjs-ecosystem/feathers-sync/pull/180) ([babysealclubber](https://github.com/babysealclubber)) |
| 30 | +- chore\(dependencies\): Update all dependencies [\#177](https://github.com/feathersjs-ecosystem/feathers-sync/pull/177) ([daffl](https://github.com/daffl)) |
| 31 | + |
16 | 32 | ## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-sync/tree/v3.0.0) (2022-01-27) |
17 | 33 |
|
18 | 34 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v2.4.0...v3.0.0) |
|
0 commit comments