Skip to content

Releases: dselivanov/rmongodb

rmongodb 1.8.0

01 Nov 12:30
Compare
Choose a tag to compare

PLEASE TEST THIS VERSION BEFORE USING IN PRODUCTION. IT HAS MANY INTERNAL CHANGES

This release brings a lot of improvements to rmongodb:

  1. Now rmongodb correctly handles arrays. This issue was very annoying for many users (including me :-). Many thanks to Jeroen Ooms (@jeroenooms). I heavily tested new behaviour and all works very smooth. Still it's quite big internal change, please test it, your feedback is very wellcome.
    • mongo.bson.to.list() rewritten from scratch. R's unnamed lists are treated as arrays, named lists as objects. Also it has an option - whether to try to simplify vanilla lists to arrays or not.
    • mongo.bson.from.list updated.
  2. mongo.cursor.to.list rewritten and has slightly changed behavior - it doesn't produce any type coercions while fetching data from cursor.
  3. mongo.aggregation has new options to match MongoDB 2.6+ features. Also we renamed second argument to pipeline.
  4. new function mongo.index.TTLcreate - creating indexes with "time to live" property. Thanks to @stanstrup.
  5. R's NA values now converted into MongoDB null values.
  6. many bug fixes (including troubles with installation on Windows) - see full list
  7. New package maintainer - Dmitriy Selivanov (@dselivanov)

submission to CRAN with version 1.6.5

06 Mar 10:19
Compare
Choose a tag to compare
v1.6.5

fixing package build issues in case of missing mongoDB

submission to CRAN with version 1.5.3

20 Feb 11:42
Compare
Choose a tag to compare
v1.5.3

Rd files updated with Roxygen

submission to CRAN with version 1.4.2

29 Jan 12:36
Compare
Choose a tag to compare
v1.4.2

switching to jsonlite to solve some conversion bugs

submission to CRAN with version 1.3.3

12 Dec 19:52
Compare
Choose a tag to compare
v1.3.3

version dump to 1.3.3.

submission to CRAN with version 1.2.6

26 Nov 08:28
Compare
Choose a tag to compare
v1.2.6

important notes for CRAN submission

submission to CRAN with version 1.1.3

31 Oct 13:33
Compare
Choose a tag to compare