-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
84 lines (57 loc) · 1.7 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Revision history for Catmandu-Store-MongoDB
{{$NEXT}}
0.0806 2021-04-27 09:22:37 CEST
- honor estimate_count where possible
0.0805 2021-04-22 17:36:06 CEST
- fix search(limit => 0) corner case
0.0804 2021-04-22 17:11:31 CEST
- support estimated_document_count with store estimate_count option
0.0803 2019-06-18 09:54:21 CEST
- support json encoded sort specification
0.0802 2019-02-08 16:16:42 CET
- transaction method is now list/scalar context aware
0.0801 2019-02-08 14:01:49 CET
- fix bug in get method
0.08 2019-02-05 15:44:53 CET
- support for MongoDB 4.0 transactions
0.0701 2019-01-18 15:04:24 CET
- use count_documents instead of deprecated count method
0.07 2017-03-23 14:38:15 CET
- use the new Catmandu::CQLSearchable role
0.06 2017-01-13 14:02:30 CET
- remove deprecated options
- replace deprecated driver method calls
0.0501 2016-12-21 08:23:49 CET
- add missing dependency
0.05 2016-12-20 11:03:10 CET
- CQL support
- new fields option
0.0403 2016-01-12 10:36:31 CET
- drop support
0.0402 2015-09-30 10:08:35 CEST
- fix MongoDBTest
0.0401 2015-09-29 10:04:42 CEST
- require JSON::MaybeXS
0.04 2015-09-22 11:05:30 CEST
- MongoDB 1.0.0 driver support
0.0303 2014-10-17 14:20:13 CEST
- use Dist::Milla
- retry reconnect option
0.0302 2014-04-25
- more pod
- more tests
0.0301 2013-04-22
- fix Bag delete_by_query
0.03 2013-04-19
- Searcher support
0.0202 2013-02-26
- import confess
0.0201 2013-02-07
- fix manifest
0.02 2013-02-07
- many optimized versions of the Iterable methods
- basic search support (no CQL support, no Searcher)
0.0101 2012-05-29
- safe save and delete
0.01 2012-05-04
- initial release