Skip to content

Releases: devconcept/multer-gridfs-storage

v5.0.2

01 Oct 06:23
Compare
Choose a tag to compare
  • Fixed: Solved bug when not using the client parameter and the topology is not present in the db object #377
  • Update: Updated dependencies

v5.0.1

11 Aug 07:11
Compare
Choose a tag to compare
  • Fixed: Updated ObjectID reference to ObjectId to allow compatibility with mongodb4.

v5.0.0

15 Jun 06:01
Compare
Choose a tag to compare
  • Feature: Module rewritten in Typescript. Separate definition files are no longer required.
  • Fixed: If using the fromStream method the readable source emits an error the promise is rejected. #205
  • Fixed: Attached events to MongoClient or Db object depending on the installed mongo version.
  • Fixed: Replaced mongoose reference with mongoose like object to avoid version conflicts.
  • Update: Updated dependencies.

v4.1.0

10 May 16:07
Compare
Choose a tag to compare
  • Breaking change: Removed Node 8 support
  • Update: Updated dependencies

v4.0.3

10 May 16:06
Compare
Choose a tag to compare
  • Update: Updated dependencies

v4.0.2

28 Jan 15:16
Compare
Choose a tag to compare
  • Update: Updated dependencies

v4.0.1

13 Nov 14:56
Compare
Choose a tag to compare
  • Fix: Moved multer from dependencies to peerDependencies
  • Fix: Removed xo from dependencies
  • Update: Updated pump dependency

v4.0.0

30 Oct 14:28
Compare
Choose a tag to compare
  • Feature: Added the client option to the constructor
  • Feature: Supported client as a promise
  • Update: Removed the connectionOpts setting
  • Breaking change: Removed Node 6 support
  • Breaking change: The ready method and the connection event now produces an object with the db and the client

v3.3.0

16 Oct 13:25
Compare
Choose a tag to compare
  • Update: Removed compatibility with Node 4

v3.2.3

25 Sep 00:32
Compare
Choose a tag to compare
  • Fix: Solved bug in mongodb@2 and mongoose compatibility