All Versions
25
Latest Version
Avg Release Cycle
104 days
Latest Release
414 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0 Changes
January 07, 2024๐ฅ Breaking Changes
- Core library: Configuration now uses
bulkWriteOptionsinstead of ofcollectionInsertManyOptions:
| Before | After | |
exportinterfaceSeederConfig{database:SeederDatabaseConfig;// (...)mongoClientOptions?:MongoClientOptions;// CollectionInsertManyOptions was a type from the "mongodb" packagecollectionInsertManyOptions?:CollectionInsertManyOptions;}|
exportinterfaceSeederConfig{database:SeederDatabaseConfig;// (...)mongoClientOptions?:MongoClientOptions;// BulkWriteOptions is a type from the "mongodb" packagebulkWriteOptions?:BulkWriteOptions;|
- Core library: Errors from underlying Mongo Seeding dependencies are no longer wrapped with the
MongoSeedingErrorone. ๐ณ 2. Docker image: All previous images has been migrated to theghcr.iorepository. Upcoming ones won't be pushed to the docker.io repository anymore. From now one, useghcr.io/pkosiec/mongo-seeding:{versionNumber}!
๐ Enhancements
- ๐ #214 Rework merging DB connection configuration (@pkosiec)
- ๐ #213 Get rid of error wrapping (@pkosiec)
- ๐ #206 Build multi-arch Docker image (@pkosiec)
- ๐ #214 Ability to provide partialConfig object when using DB URI in constructor (@pkosiec)
๐ ๐ Bug Fixes
- ๐ #214 Fix encoding password in MongoDB connection URI (@pkosiec)
- ๐ง #218 Remove
linux/arm/v7from multi-arch Docker image (@pkosiec)
๐ง ๐จ Maintenance
- ๐ #205 Migrate Docker images to ghcr.io (@pkosiec)
- ๐ #204 Migrate to ESLint and run linter on CI (@pkosiec)
- โก๏ธ #210 Update MongoDB driver to v6 and other dependencies (@pkosiec)
- โก๏ธ #203 Update MongoDB driver to v5 and all other dependencies (@pkosiec)
- โก๏ธ #207 #197 Update dependencies (@pkosiec)
- ๐ #198 Update packages and images metadata (@pkosiec)
- โก๏ธ #216 Introduce Volta for Node version management and update dependencies (@pkosiec)
Committers: 1
- Pawel Kosiec (@pkosiec)
- Core library: Configuration now uses
-
v4.0.0-alpha.0 Changes
December 09, 2023๐ฅ Breaking Changes
- Core library: Configuration now uses
bulkWriteOptionsinstead of ofcollectionInsertManyOptions:
| Before | After | |
exportinterfaceSeederConfig{database:SeederDatabaseConfig;// (...)mongoClientOptions?:MongoClientOptions;// CollectionInsertManyOptions was a type from the "mongodb" packagecollectionInsertManyOptions?:CollectionInsertManyOptions;}|
exportinterfaceSeederConfig{database:SeederDatabaseConfig;// (...)mongoClientOptions?:MongoClientOptions;// BulkWriteOptions is a type from the "mongodb" packagebulkWriteOptions?:BulkWriteOptions;|
- Core library: Errors from underlying Mongo Seeding dependencies are no longer wrapped with the
MongoSeedingErrorone. ๐ณ 2. Docker image: All previous images has been migrated to theghcr.iorepository. Upcoming ones won't be pushed to the docker.io repository anymore. From now one, useghcr.io/pkosiec/mongo-seeding:{versionNumber}!
๐ Enhancements
- ๐ #214 Rework merging DB connection configuration (@pkosiec)
- ๐ #213 Get rid of error wrapping (@pkosiec)
- ๐ #206 Build multi-arch Docker image (@pkosiec)
- ๐ #214 Ability to provide partialConfig object when using DB URI in constructor (@pkosiec)
๐ ๐ Bug Fixes
๐ง ๐จ Maintenance
- ๐ #205 Migrate Docker images to ghcr.io (@pkosiec)
- ๐ #204 Migrate to ESLint and run linter on CI (@pkosiec)
- โก๏ธ #210 Update MongoDB driver to v6 and other dependencies (@pkosiec)
- โก๏ธ #203 Update MongoDB driver to v5 and all other dependencies (@pkosiec)
- โก๏ธ #207 #197 Update dependencies (@pkosiec)
- ๐ #198 Update packages and images metadata (@pkosiec)
Committers: 1
- Pawel Kosiec (@pkosiec)
- Core library: Configuration now uses
-
v3.8.0-alpha.0 Changes
October 02, 2023๐ฅ Breaking Changes
- Core library: Configuration now uses
bulkWriteOptionsinstead of ofcollectionInsertManyOptions:
| Before | After | |
exportinterfaceSeederConfig{database:SeederDatabaseConfig;// (...)mongoClientOptions?:MongoClientOptions;// CollectionInsertManyOptions was a type from the "mongodb" packagecollectionInsertManyOptions?:CollectionInsertManyOptions;}|
exportinterfaceSeederConfig{database:SeederDatabaseConfig;// (...)mongoClientOptions?:MongoClientOptions;// BulkWriteOptions is a type from the "mongodb" packagebulkWriteOptions?:BulkWriteOptions;|
๐ Enhancements
- ๐ #206 Build multi-arch Docker image (@pkosiec)
- ๐ #205 Migrate Docker images to ghcr.io (@pkosiec)
๐ง ๐จ Maintenance
- โก๏ธ #210 Update MongoDB driver to v6 and other dependencies (@pkosiec)
- ๐ #207 Bump all dependencies (@pkosiec)
- ๐ #205 Migrate Docker images to ghcr.io (@pkosiec)
- ๐ #204 Migrate to ESLint and run linter on CI (@pkosiec)
- โก๏ธ #203 Update MongoDB driver to v5 and all other dependencies (@pkosiec)
- โก๏ธ #201 Update dependencies (@pkosiec)
- ๐ #198 Update packages and images metadata (@pkosiec)
- โก๏ธ #197 Update dependencies (@pkosiec)
Committers: 1
- Pawel Kosiec (@pkosiec)
- Core library: Configuration now uses
-
v3.7.2 Changes
May 25, 2022 -
v3.7.1 Changes
December 12, 2021 -
v3.7.0 Changes
June 12, 2021๐ Enhancements
- ๐ #149 Add option to remove all documents from collections being seeding (@EltonGarcia)
๐ง ๐จ Maintenance
- โก๏ธ #151, #167, #174 Update dependencies (@pkosiec)
- ๐ #178 Remove development dependencies for managing git pre-commit hooks (@pkosiec)
- ๐ #177 Fix unstable integration test (@pkosiec)
- โก๏ธ #176 Update changelog configuration (@pkosiec)
- ๐ #175 Rename
masterbranch tomain(@pkosiec)
Committers: 2
- Elton Santana (@EltonGarcia)
- Paweล Kosiec (@pkosiec)
-
v3.7.0-alpha.1 Changes
May 08, 2021 -
v3.7.0-alpha.0 Changes
March 13, 2021๐ Enhancements
- โก๏ธ #151 Update dependencies (@pkosiec)
- ๐ #149 Add option to remove all documents from collections being seeding (@EltonGarcia)
Committers: 2
- Elton Santana (@EltonGarcia)
- Paweล Kosiec (@pkosiec)