Skip to content

Latest commit

 

History

History
369 lines (232 loc) · 24.2 KB

CHANGELOG.md

File metadata and controls

369 lines (232 loc) · 24.2 KB

Changelog

Full Changelog

Merged pull requests:

  • fix: Make sure all tests run #189 (daffl)
  • fix: check context before context.toJSON #187 (palmtown)
  • fix: Call context.toJSON if available #185 (daffl)

v3.0.3 (2023-04-07)

Full Changelog

Closed issues:

  • describe.only causing tests to be skipped #188
  • TypeError: Cannot read properties of undefined (reading 'toJSON') #186

v3.0.2 (2023-02-22)

Full Changelog

Closed issues:

  • On V5 Dove, service details missing in calls #184
  • Feathers-sync Redis Adapter with an existing Redis Sentinel client and Feathers-Socket.io #182
  • High RAM usage when large files are uploaded #181
  • startup errors after update to 3.0.0 with redis adapter #178
  • bson - cyclic dependency detected #168

v3.0.1 (2022-03-15)

Full Changelog

Merged pull requests:

  • Subscribe to Redis messages after Redis client connects. Subscribing … #180 (babysealclubber)
  • chore(dependencies): Update all dependencies #177 (daffl)

v3.0.0 (2022-01-27)

Full Changelog

Closed issues:

  • Custom events do not get broadcasted to other servers #173
  • [Help Wanted] Events are not sent to all instances always #165
  • Update nats major version #163

Merged pull requests:

v2.4.0 (2021-07-05)

Full Changelog

Closed issues:

  • Needs update for Feathers v5 #166
  • Issue with Google oAuth #164

Merged pull requests:

  • Add compatibility for v5 and update dependencies #167 (daffl)

v2.3.0 (2021-03-19)

Full Changelog

Implemented enhancements:

  • [Feature Request] Add retry mechanism #143

Merged pull requests:

  • chore: Migrate to async/await and require Node 12 or later #161 (daffl)
  • [#143] amqp retry mechanism #160 (fragilehm)

v2.2.0 (2021-01-24)

Full Changelog

Implemented enhancements:

  • Add adapter for MongoDB #136

Closed issues:

  • Infinite Loop with Alias Services #153
  • Only send sync events but not receive from other apps #148
  • Feather Context not updated on Horizontal scaling. #147

Merged pull requests:

  • Add TypeScript typings #159 (daffl)
  • Duplicate redisClient (bug fix) * Customize subscriber event #158 (dubiousdavid)
  • Update all dependencies and fix AQMP test timeout #157 (daffl)
  • Finalize NATS support #156 (daffl)
  • Fix loop when initializing twice #154 (mrfrase3)
  • chore(ci): Move CI to Github actions #152 (daffl)
  • chore(release): Initial setup for semantic-release #151 (daffl)

v2.1.0 (2020-04-09)

Full Changelog

Closed issues:

  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #145
  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #141
  • custom adapters app.sync.serialize is not a function #137
  • TypeError: app.service(...).publish is not a function #131

Merged pull requests:

v2.0.0 (2019-11-15)

Full Changelog

Implemented enhancements:

  • Is serialization of the complete context required in event ? #87

Fixed bugs:

  • Multiple notifications while using amqp #120
  • Error: The field 'strict' is not a valid collection option #119
  • getting error collection.find(...).sort(...).limit(...).nextObject is not a function #110
  • Memory leak #94
  • Mubsub: broken cursor #92
  • Remove mubsub (MongoDB) adapter #135 (daffl)

Closed issues:

  • mubsub nested dependency security issue #134
  • Async MongoClient.connect and app mixins #125

v1.2.0 (2019-11-12)

Full Changelog

Closed issues:

  • # #133
  • Using channels with feathers-sync #132
  • Unable to use feathers-sync with sentinel setup #126

Merged pull requests:

  • Custom serializer / deserializer support #130 (deskoh)

v1.1.3 (2019-10-22)

Full Changelog

Closed issues:

  • An in-range update of mocha is breaking the build 🚨 #123
  • An in-range update of amqplib is breaking the build 🚨 #118
  • An in-range update of lodash is breaking the build 🚨 #116
  • An in-range update of mocha is breaking the build 🚨 #115

Merged pull requests:

v1.1.2 (2019-07-16)

Full Changelog

Closed issues:

  • feathers-sync couldnt understand mongodb+srv #112
  • An in-range update of lodash is breaking the build 🚨 #111

Merged pull requests:

  • Update all dependencies to latest #114 (daffl)
  • identify adaptor name by search in protocol name of uri #113 (msudgh)

v1.1.1 (2019-01-31)

Full Changelog

Closed issues:

  • Disabling synchronization on authentication doesn't work #106
  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #102
  • An in-range update of debug is breaking the build 🚨 #101
  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #100
  • An in-range update of amqplib is breaking the build 🚨 #99
  • Bulk patching a service from within another service returns null values #96

Merged pull requests:

v1.1.0 (2018-10-18)

Full Changelog

Closed issues:

  • Question: Disable Sync for specific service or Method #95
  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #91
  • An in-range update of lodash is breaking the build 🚨 #90
  • An in-range update of debug is breaking the build 🚨 #88

Merged pull requests:

v1.0.3 (2018-08-05)

Full Changelog

Closed issues:

  • [MongoDB] Writing event fails when the hook context contains a query with a key starting with $ #83
  • Can't get it to work #80

Merged pull requests:

  • Send safely stringified data to MongoDB #85 (daffl)

v1.0.2 (2018-06-11)

Full Changelog

Closed issues:

  • Does not send service events to client if service is connected to moongoose #50

Merged pull requests:

  • Update insecure dependencies #81 (daffl)

v1.0.1 (2018-03-09)

Full Changelog

Closed issues:

  • Server crashes when failing to connect to mongo or when connection is closed #43

v1.0.0 (2018-03-06)

Full Changelog

Closed issues:

  • Pass a mongoDb Object as config.db #74
  • Multiple services using the same Redis #73
  • Add support for DynamoDB (AmazonAWS) #67
  • Hook is not being emitted #32
  • Add support for WebRTC #19
  • Add support for Kafka #18
  • Add support for SQS #17
  • Solidify default options #16
  • Add tests for RabbitMQ #15

Merged pull requests:

  • Add unified top level usage #78 (daffl)
  • Refactor into extensible common event system #77 (daffl)
  • Add tests for AMQP #76 (daffl)
  • Update to Feathers v3 and new plugin infrastructure #75 (daffl)
  • Update dependencies to enable Greenkeeper 🌴 #70 (greenkeeper[bot])

v0.1.4 (2017-11-11)

Full Changelog

Closed issues:

  • Little question i am Missing Something? #68
  • An in-range update of redis is breaking the build 🚨 #65
  • Node Crashes on user service patch or put requests #63
  • Feathers-sync breaks when trying to authenticate #62
  • An in-range update of feathers is breaking the build 🚨 #61
  • <delete me> #60

Merged pull requests:

v0.1.3 (2017-06-07)

Full Changelog

Fixed bugs:

Closed issues:

  • An in-range update of mocha is breaking the build 🚨 #58
  • Scale server on kubernetes #55
  • Mongo events don't get emitted on serverX #45

Merged pull requests:

v0.1.2 (2016-12-08)

Full Changelog

Closed issues:

  • Real-time events doesn't fire when using Mongodb database adapter #26
  • Add support for Redis #14
  • Add support for RabbitMQ #13
  • Event not fired in socket on client #11
  • Link to sync in README is broken #8
  • TypeError: Cannot read property 'split' of undefined #6

v0.1.1 (2016-01-30)

Full Changelog

Closed issues:

  • Error: Cannot find module 'feathers-sync' #5
  • Plugin not published on Npm? #1

v0.1.0 (2016-01-29)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator