All Versions
17
Latest Version
Avg Release Cycle
102 days
Latest Release
1603 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.1 Changes
August 09, 2017- ๐ Bug fixes
- Monitors no longer use a pool
- Can now connect to a Mongo instance using a CNAME
- Pass options through Mongo.aggregate/4
- ๐ Bug fixes
-
v0.4.0 Changes
June 07, 2017- ๐ Replica Set Support
-
v0.3.0 Changes
May 11, 2017- ๐ฅ Breaking changes
- Remove
BSON.DateTime
and replace it with native ElixirDateTime
- Remove
- ๐ฅ Breaking changes
-
v0.2.1 Changes
May 08, 2017โจ Enhancements
- SSL support
- Add functions
BSON.DateTime.to_elixir_datetime/1
andBSON.DateTime.from_elixir_datetime/1
๐ Changes
- Requires Elixir ~> 1.3
-
v0.2.0 Changes
November 11, 2016โจ Enhancements
- Add
BSON.ObjectID.encode!/1
andBSON.ObjectID.decode!/1
- Optimize and reduce binary copying
- Add tuple/raising versions of functions in
Mongo
- Add
:inserted_count
field toMongo.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
- Add
๐ Bug fixes
- Fix float endianness
๐ฅ Breaking changes
- Switched to using
db_connection
library, see the current docs for changes
- Switched to using
-
v0.1.1 Changes
December 17, 2015โจ Enhancements
- Add
BSON.DateTime.from_datetime/1
- Add
๐ 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