Releases: pkosiec/mongo-seeding
Releases · pkosiec/mongo-seeding
2.1.0
📝 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
- Fix getting DB name from connection URL
- Fix vulnerabilities
- Update dependencies
2.0.3
- Update dependencies
- Update partial configuration object example in Readme
2.0.2
- Do not connect to database when there are no collections to import
- Fix throwing error on connection timeout
2.0.1
- Move
codacy-coverage
package to devDependencies
- Upgrade dependencies
2.0.0
- 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
- Add ability to specify username and password while connecting to DB
- Upgrade dependencies
1.0.2
- Fixed throwing errors with
MongoSeedingError
name
- Clarified usage in Readme
1.0.1
- Introducted skipping hidden directories during collection import
- Fixed handling errors during DB connection
- Updated dependencies
- Simplified readme section about importing data