Skip to content

Releases: pkosiec/mongo-seeding

2.1.0

26 Jun 18:17
Compare
Choose a tag to compare

📝 Documentation

  • #12 Add documentation with contribution rules (@pkosiec)

🏠 Internal

  • #11 Consolidate Mongo Seeding repositories (@pkosiec)
  • Streamline packages versioning
  • Update dependencies

Committers: 1

2.0.5

20 Jun 21:21
Compare
Choose a tag to compare
  • Fix getting DB name from connection URL
  • Fix vulnerabilities
  • Update dependencies

2.0.4

27 Apr 13:13
Compare
Choose a tag to compare
  • Upgrade dependencies

2.0.3

06 Mar 10:03
Compare
Choose a tag to compare
  • Update dependencies
  • Update partial configuration object example in Readme

2.0.2

17 Feb 20:30
Compare
Choose a tag to compare
  • Do not connect to database when there are no collections to import
  • Fix throwing error on connection timeout

2.0.1

17 Feb 14:28
Compare
Choose a tag to compare
  • Move codacy-coverage package to devDependencies
  • Upgrade dependencies

2.0.0

17 Feb 14:07
Compare
Choose a tag to compare
  • Breaking change: Change reconnect timeout behavior and rename reconnectTimeout to reconnectTimeoutInSeconds. From now all errors (not only connection refused one) will be ignored until the timeout exceeds. The error output is still printed with logger.
  • Breaking change: Rename dataPath to inputPath
  • Add ability to connect via Connection String URI (databaseConnectionUri) instead of database object
  • Support more separators in collection directory name: -, _, . or space
  • Make general refactoring (simplify code & tests)

1.1.0

03 Feb 21:34
Compare
Choose a tag to compare
  • Add ability to specify username and password while connecting to DB
  • Upgrade dependencies

1.0.2

27 Jan 12:46
Compare
Choose a tag to compare
  • Fixed throwing errors with MongoSeedingError name
  • Clarified usage in Readme

1.0.1

26 Jan 22:54
Compare
Choose a tag to compare
  • Introducted skipping hidden directories during collection import
  • Fixed handling errors during DB connection
  • Updated dependencies
  • Simplified readme section about importing data