#149
[platform/upstream/ejdb.git] / Changelog
1 ejdb (1.2.9) UNRELEASED; urgency=low
2
3   * Fix: Builds shared lib when -DBUILD_SHARED_LIBS:BOOL=OFF #143
4   * Fix: Not able to store data above 2GB on windows #149
5
6  -- Anton Adamansky <adamansky@gmail.com>  Tue, 09 Jun 2015 12:04:51 +0600
7
8 ejdb (1.2.8) testing; urgency=low
9
10   * Fix: Problem with the bson2json conversion dealing with doubles #135
11   *     $push and $pushAll operations are implemented. #130
12   * Fix: $rename can operate on nested json objects #107
13   * Fix: $inc doesn't create key if it doesn't exist #120
14   * Source code style fixes
15   * A data format version info now stored in the database meta header #139
16
17  -- Anton Adamansky <adamansky@gmail.com>  Mon, 01 Jun 2015 13:07:17 +0600
18
19 ejdb (1.2.7) testing; urgency=low
20
21   * EJDB nodejs modules now published as precompiled binaries for Windows
22   * Project build improvements #131
23   * Fix of Nodejs module windows build fail #12
24   * Added support of querying BSON symbols #129
25
26  -- Anton Adamansky <adamansky@gmail.com>  Thu, 23 Apr 2015 12:20:34 +0600
27
28 ejdb (1.2.6) testing; urgency=low
29
30   * Fix: $addToSet works improperly for non existent nested keys #123
31   * Fix: Queries of int64_t (longs) on Windows is returning invalid results #127
32   * Fix: Cross compile EJDB for MIPS fails #125
33
34  -- Anton Adamansky <adamansky@gmail.com>  Wed, 15 Apr 2015 10:24:43 +0600
35
36 ejdb (1.2.5) testing; urgency=low
37
38   * Build fixes for OSX #121 #122
39
40  -- Anton Adamansky <adamansky@gmail.com>  Fri, 27 Mar 2015 10:21:41 +0600
41
42 ejdb (1.2.4) testing; urgency=low
43
44   * rt lib depenedency on MacOS
45   * fixed incorrect static libejdb linkage options
46   * minor fixes in project build scripts
47  
48  -- Anton Adamansky <adamansky@gmail.com>  Sun, 22 Mar 2015 22:45:31 +0600
49
50 ejdb (1.2.3) testing; urgency=low
51
52   * Project moved to CMake build system #115
53   * Added negation support for the $elemMatch #109
54   * Set `TCETHREAD` when pthread mutex or lock allocation fails.
55     - This change been cherry picked from  #4 https://github.com/Incubaid/tokyocabinet/pull/4
56   * Added $rename query operators.
57   * Fixed #104 #114
58   * Implemented $slice operator #14
59   * Added ability to do mongo like queries with the distinct operation #93
60   * EJDB shared library changed its name from `tcejdb` to `ejdb`
61
62  -- Anton Adamansky <adamansky@gmail.com>  Tue, 10 Mar 2015 23:15:01 +0700
63
64 ejdb (1.1.25) testing; urgency=low
65
66   * Mongodb $unset operation implemented #101
67   * json2bson segfaults for arrays of simple types #102
68  
69  -- Anton Adamansky <adamansky@gmail.com>  Sun, 27 Oct 2013 23:32:14 +0700
70
71 ejdb (1.1.24) testing; urgency=low
72
73   * Fixed incorrect $set behaviour #99
74
75  -- Anton Adamansky <adamansky@gmail.com>  Tue, 10 Sep 2013 22:30:49 +0700
76
77 ejdb (1.1.23) testing; urgency=low
78
79   * Fixed crash with $elemMatch inside $and #96
80   * Memleak #97
81
82  -- Anton Adamansky <adamansky@gmail.com>  Tue, 03 Sep 2013 23:47:39 +0700
83
84 ejdb (1.1.22) testing; urgency=low
85
86   * Testing new package build script
87
88  -- Anton Adamansky <adamansky@gmail.com>  Tue, 20 Aug 2013 02:36:48 +0700
89
90 ejdb (1.1.21) testing; urgency=low
91
92   * Testing new package build script
93
94  -- Anton Adamansky <adamansky@gmail.com>  Tue, 20 Aug 2013 01:06:38 +0700
95
96 ejdb (1.1.20) testing; urgency=low
97
98   * Fixed minor bug with update positional operator.
99
100  -- Anton Adamansky <adamansky@gmail.com>  Tue, 20 Aug 2013 01:01:51 +0700
101
102 ejdb (1.1.19-4) testing; urgency=low
103
104   * Added support for MongoDB $(query) update operator #91
105
106  -- Anton Adamansky <adamansky@gmail.com>  Mon, 19 Aug 2013 16:07:29 +0700
107
108 ejdb (1.1.18) testing; urgency=low
109
110   * Added support MongoDB $(projection) operator #15
111
112   * Fixed incorrect behavior of field inclusion in $fields #15
113  
114   * Fixed wrong checking of $ in collection names #90
115  
116  -- Anton Adamansky <adamansky@gmail.com>  Sun, 11 Aug 2013 23:32:26 +0700
117
118 ejdb (1.1.17) testing; urgency=low
119
120   * Supports nested `$and` and `$or` clauses. #81
121
122  -- Anton Adamansky <adamansky@gmail.com>  Thu, 08 Aug 2013 18:03:11 +0700
123
124 ejdb (1.1.16) testing; urgency=low
125
126   * Fixed incorrect $set and $addToSet behaviour. #88 #89
127
128  -- Anton Adamansky <adamansky@gmail.com>  Wed, 07 Aug 2013 10:07:12 +0700
129
130 ejdb (1.1.15) testing; urgency=low
131
132   * Fixed segfault when passing NULL for cnames #84
133
134  -- Anton Adamansky <adamansky@gmail.com>  Sat, 20 Jul 2013 17:26:41 +0700
135
136 ejdb (1.1.14-2) testing; urgency=low
137
138   * Fix of arrays exporting in json export mode
139
140  -- Anton Adamansky <adamansky@gmail.com>  Fri, 19 Jul 2013 10:43:45 +0700
141
142 ejdb (1.1.14) testing; urgency=low
143
144   * Supports generic ejdb commands interface
145   * Export/Import database data implemented
146
147  -- Anton Adamansky <adamansky@gmail.com>  Thu, 18 Jul 2013 15:44:31 +0700
148
149 ejdb (1.1.13) testing; urgency=low
150
151   * .Net binding
152   * BSON processing fixes 
153
154  -- Anton Adamansky <adamansky@gmail.com>  Fri, 21 Jun 2013 12:40:28 +0700
155
156 ejdb (1.1.12) testing; urgency=low
157
158   * Threading consistency improvements
159
160  -- Anton Adamansky <adamansky@gmail.com>  Mon, 03 Jun 2013 11:32:15 +0700
161
162 ejdb (1.1.10) testing; urgency=low
163
164   * Threading consistency improvements 
165
166  -- Anton Adamansky <adamansky@gmail.com>  Thu, 30 May 2013 20:43:15 +0700
167
168 ejdb (1.1.8) testing; urgency=low
169
170   * Fullscan selects stability improvements
171
172  -- Anton Adamansky <adamansky@gmail.com>  Thu, 30 May 2013 17:45:00 +0700
173
174 ejdb (1.1.7) testing; urgency=low
175
176   * Fixed memleak #65
177
178  -- Anton Adamansky <adamansky@gmail.com>  Tue, 28 May 2013 12:35:56 +0700
179
180 ejdb (1.1.6) testing; urgency=low
181
182   * Better error reporting in the case of lack pthread resources. 
183
184  -- Anton Adamansky <adamansky@gmail.com>  Sat, 25 May 2013 18:22:07 +0700
185
186 ejdb (1.1.5-0) testing; urgency=low
187
188   * TCHDB locking optimization 
189   * Out of memory crash fixed (#64)
190
191  -- Anton Adamansky <adamansky@gmail.com>  Fri, 24 May 2013 01:12:16 +0700
192
193 ejdb (1.1.4-0) testing; urgency=low
194
195   * Array token index can be used for number eq matching
196
197  -- Anton Adamansky <adamansky@gmail.com>  Sun, 05 May 2013 22:11:14 +0700
198
199 ejdb (1.1.3-0) testing; urgency=low
200
201   * Minor optimizations in the header files
202
203  -- Anton Adamansky <adamansky@gmail.com>  Tue, 30 Apr 2013 13:02:48 +0700
204
205 ejdb (1.1.1-1) testing; urgency=low
206
207   * Various bugfixes
208   * EJDB & TokyoCabinet ported to windows
209
210  -- Anton Adamansky <adamansky@gmail.com>  Thu, 25 Apr 2013 13:22:39 +0700
211
212 ejdb (1.0.68-2) unstable; urgency=low
213
214   * Fixed number index crash #54
215
216  -- Anton Adamansky <adamansky@gmail.com>  Fri, 22 Mar 2013 18:01:39 +0700
217
218 ejdb (1.0.66) stable; urgency=low
219
220   * Better BSON error reporting
221
222  -- Anton Adamansky <adamansky@gmail.com>  Mon, 11 Mar 2013 00:16:58 +0700
223
224 ejdb (1.0.65) unstable; urgency=low
225
226   * Fix include directives to relative paths
227
228  -- Anton Adamansky <adamansky@gmail.com>  Wed, 13 Feb 2013 23:17:33 +0700
229
230 ejdb (1.0.64) unstable; urgency=low
231
232   * Build flags fix
233
234  -- Anton Adamansky <adamansky@gmail.com>  Tue, 12 Feb 2013 00:50:00 +0700
235
236 ejdb (1.0.63) unstable; urgency=low
237
238   * Fixed version number in tcutil.h
239
240  -- Anton Adamansky <adamansky@gmail.com>  Sun, 10 Feb 2013 15:34:29 +0700
241
242 ejdb (1.0.59) unstable; urgency=low
243
244   * Initial Release.
245
246  -- Anton Adamansky <adamansky@gmail.com>  Sat, 02 Feb 2013 23:42:28 +0700
247