Releases: rwynn/gtm
Releases · rwynn/gtm
gtm v2.0.8
- Fix broken go modules
- Ensure pause, resume, and seek messages are sent to all listening go routines
gtm v2.0.7
- Additional error handling and recovery for change streams
gtm v2.0.6
- Change stream error handling
- Don't force batch sizes
gtm v2.0.5
- Add ability to resume streams from tokens
gtm v2.0.4
- Improved performance of direct reads on views
gtm v2.0.3
- allow configuring change stream MaxAwaitTime
gtm v2.0.2
- Fix query in setMin and setMax
gtm v2.0.1
- add option for bounded direct reads
gtm v2.0.0
- This is the current release of gtm designed to work with the latest golang driver from MongoDB.
gtm v1.0.0
- This release works with the community maintained
mgo
driver. New users of gtm should usev2.0.0
which is based on the new golang driver from MongoDB.