File: Changes

package info (click to toggle)
libcatmandu-store-mongodb-perl 0.0803-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 184 kB
  • sloc: perl: 705; sh: 4; makefile: 2
file content (73 lines) | stat: -rw-r--r-- 1,479 bytes parent folder | download
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
Revision history for Catmandu-Store-MongoDB

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