John D'Emic's blog about programming, integration, system administration, etc...

Wednesday, February 9, 2011

MongoDB Transport 3.1.0.1 Released

This blog is quickly becoming a release log for the MongoDB transport - I hope to have some content up soon. Until then I just released version 3.1.0.1 of the transport. Special thanks to Craig Skinfill and Steve Surowiec at OpenSky for suggesting and helping me test the fixed / new features. Here's some of what's new and improved:


  • Query support on outbound-endpoints

  • Misc upsert fixes

  • Support for queries on updates

  • Expression support added for queries



I don't like and didn't anticipate how complex behavior would become with the outbound-endpoints. As such I'm working on having the outbound-endpoints mirror the JDBC transport more closely, with nested configuration elements, rather then message properties, dictating the behavior of the endpoint.