Releases: xakep666/mongo-migrate
Releases · xakep666/mongo-migrate
v0.4.0
v0.3.2
What's Changed
- chore: downgrade go version from 1.22 to 1.20 by @henrybarreto in #26
New Contributors
- @henrybarreto made their first contribution in #26
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- BREAKING CHANGE: migration functions and migrator methods communicating with database are now expecting
context.Context
as 1st argument. - Added logger (thx @tucocsa)
- Fixed AWS DocumentDB support (thx @dooman87)
- Upgrade all dependencies by @xakep666 in #24
Full Changelog: v0.2.1...v0.3.1
Fix `mongo: no documents in result` on first run
Merge pull request #6 from Yoone/master Fixed issue related to "no documents in result" on first run
Official mongo driver
Merge pull request #4 from nangsan/feat-official-mongo-driver official mongo driver