Releases: GabrielHCataldo/go-mongo-template
Releases · GabrielHCataldo/go-mongo-template
v1.1.2
- Added and refactored conditions to use go-helper.
- Added to FullDocument when watching, the ParseToStruct function to make the document easier to read.
- Updated the go-logger lib.
- Refactored and added go-errors lib for better understanding when returning an error with file, line and message information.
v1.1.1
Updated dependencies.
v1.1.0
Refactor every part of options to be pointers and have more dynamics when instantiating an option parameter.
v1.0.9
Rename event listener variables and functions for better understanding.
v1.0.8
Renamed watch functions with handler.
v1.0.7
Exposed the mongo client used in the template.
v1.0.6
Adjust the way of obtaining the database and collection through the annotations of a structure.
v1.0.5
Removed disable auto rollback on delete and update many
v1.0.4
Added Simple Disconnect to use on defer call
v1.0.3
Added manipulation session and transaction