All Versions
43
Latest Version
Avg Release Cycle
53 days
Latest Release
527 days ago

Changelog History
Page 5

  • v0.2.0 Changes

    November 11, 2016
    • โœจ Enhancements

      • Add BSON.ObjectID.encode!/1 and BSON.ObjectID.decode!/1
      • Optimize and reduce binary copying
      • Add tuple/raising versions of functions in Mongo
      • Add :inserted_count field to Mongo.InsertManyResult
      • Support NaN and infinite numbers in bson float encode/decode
      • Add Mongo.object_id/0 for generating objectids
      • Add Mongo.child_spec/2
      • Add Mongo.find_one_and_update/5
      • Add Mongo.find_one_and_replace/5
      • Add Mongo.find_one_and_delete/4
    • ๐Ÿ› Bug fixes

      • Fix float endianness
    • ๐Ÿ’ฅ Breaking changes

      • Switched to using db_connection library, see the current docs for changes
  • v0.1.1 Changes

    December 17, 2015
    • โœจ Enhancements

      • Add BSON.DateTime.from_datetime/1
    • ๐Ÿ› Bug fixes

      • Fix timestamp epoch in generated object ids
      • Fix Mongo.run_command/3 to accept errors without code
  • v0.1.0 Changes

    August 25, 2015

    ๐ŸŽ‰ Initial release