File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.1 2010-5-7
2
+
3
+ * set Encoding.default_internal
4
+ * DEPRECATE JavaScript string on Collection#find. You now must specify $where explicitly.
5
+ * Added Grid#exist? and GridFileSystem#exist?
6
+ * Support for replication acknowledgment
7
+ * Support for $slice
8
+ * Namespaced OrderedHash under BSON (sleverbor)
9
+
1
10
1.0 2010-4-29
2
11
Note: if upgrading from versions prior to 0.20, be sure to upgrade
3
12
to 0.20 before upgrading to 1.0.
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #define VERSION "1.0"
17
+ #define VERSION "1.0.1 "
Original file line number Diff line number Diff line change 3
3
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
4
4
5
5
module BSON
6
- VERSION = "1.0"
6
+ VERSION = "1.0.1 "
7
7
def self . serialize ( obj , check_keys = false , move_id = false )
8
8
BSON_CODER . serialize ( obj , check_keys , move_id )
9
9
end
Original file line number Diff line number Diff line change 3
3
$:. unshift ( File . join ( File . dirname ( __FILE__ ) , '..' , 'lib' ) )
4
4
5
5
module Mongo
6
- VERSION = "1.0"
6
+ VERSION = "1.0.1 "
7
7
end
8
8
9
9
module Mongo
You can’t perform that action at this time.
0 commit comments