1- CHANGELOG
2- =========
1+ ## Changelog
32
4- 2.0.11:
5- -------
3+ ### 2.0.11
64
75Merged from 2.0.10_fixes branch:
86
@@ -12,17 +10,15 @@ Merged from 2.0.10_fixes branch:
1210- [ bug] Prevent race during pool initialization (JAVA-768)
1311
1412
15- 2.0.10.1:
16- ---------
13+ ### 2.0.10.1
1714
1815- [ improvement] Use Netty's pooled ByteBufAllocator by default (JAVA-756)
1916- [ improvement] Expose "unsafe" paging state API (JAVA-759)
2017- [ bug] Fix getObject by name (JAVA-767)
2118- [ bug] Prevent race during pool initialization (JAVA-768)
2219
2320
24- 2.0.10:
25- -------
21+ ### 2.0.10
2622
2723- [ new feature] Add AddressTranslater for EC2 multi-region deployment (JAVA-518)
2824- [ improvement] Add connection heartbeat (JAVA-533)
@@ -81,15 +77,13 @@ Merged from 2.0.9_fixes branch:
8177- [ bug] Fix edge cases in query cancellation (JAVA-653).
8278
8379
84- 2.0.9.2:
85- --------
80+ ### 2.0.9.2
8681
8782- [ bug] Fix edge cases where a connection was released twice (JAVA-651).
8883- [ bug] Fix edge cases in query cancellation (JAVA-653).
8984
9085
91- 2.0.9.1:
92- --------
86+ ### 2.0.9.1
9387
9488- [ bug] Prevent race between cancellation and query completion (JAVA-614)
9589- [ bug] Prevent cancel and timeout from cancelling unrelated ResponseHandler if
@@ -99,8 +93,7 @@ Merged from 2.0.9_fixes branch:
9993- [ bug] Fix unwanted LBP notifications when a contact host is down (JAVA-613)
10094
10195
102- 2.0.9:
103- ------
96+ ### 2.0.9
10497
10598- [ improvement] Shade Netty dependency (JAVA-538)
10699- [ improvement] Target schema refreshes more precisely (JAVA-543)
@@ -123,8 +116,7 @@ Merged from 2.0.9_fixes branch:
123116 (JAVA-597)
124117
125118
126- 2.0.8:
127- ------
119+ ### 2.0.8
128120
129121- [ bug] Fix token awareness for case-sensitive keyspaces and tables (JAVA-526)
130122- [ bug] Check maximum number of values passed to SimpleStatement (JAVA-515)
@@ -133,8 +125,7 @@ Merged from 2.0.9_fixes branch:
133125 responsive (JAVA-522)
134126
135127
136- 2.0.7:
137- ------
128+ ### 2.0.7
138129
139130- [ bug] Handle null pool in PooledConnection.release (JAVA-449)
140131- [ improvement] Defunct connection on request timeout (JAVA-425)
@@ -161,8 +152,7 @@ Merged from 2.0.9_fixes branch:
161152- [ improvement] Downgrade Guava to 14.0.1 (JAVA-521)
162153
163154
164- 2.0.6:
165- ------
155+ ### 2.0.6
166156
167157- [ bug] Check cluster name when connecting to a new node (JAVA-397)
168158- [ bug] Add missing CAS delete support in QueryBuilder (JAVA-326)
@@ -176,8 +166,7 @@ Merged from 2.0.9_fixes branch:
176166- [ improvement] Expose child policy in chainable load balancing policies (JAVA-439)
177167
178168
179- 2.0.5:
180- ------
169+ ### 2.0.5
181170
182171- [ bug] Release connections on ResultSetFuture#cancel (JAVA-407)
183172- [ bug] Fix handling of SimpleStatement with values in query builder
@@ -187,8 +176,7 @@ Merged from 2.0.9_fixes branch:
187176- [ bug] Avoid deadlock on close (JAVA-418)
188177
189178
190- 2.0.4:
191- ------
179+ ### 2.0.4
192180
193181- [ improvement] Better handling of dead connections (JAVA-204)
194182- [ bug] Fix potential NPE in ControlConnection (JAVA-373)
@@ -201,8 +189,7 @@ Merged from 2.0.9_fixes branch:
201189- [ bug] Fix memory and resource leak on closed Sessions (JAVA-342, JAVA-390)
202190
203191
204- 2.0.3:
205- ------
192+ ### 2.0.3
206193
207194- [ new] The new AbsractSession makes mocking of Session easier.
208195- [ new] Allow to trigger a refresh of connected hosts (JAVA-309)
@@ -224,8 +211,7 @@ Merged from 1.0 branch:
224211- [ bug] Fix periodic reconnection to down hosts (JAVA-325)
225212
226213
227- 2.0.2:
228- ------
214+ ### 2.0.2
229215
230216- [ api] The type of the map key returned by NoHostAvailable#getErrors has changed from
231217 InetAddress to InetSocketAddress. Same for Initializer#getContactPoints return and
@@ -248,8 +234,7 @@ Merged from 1.0 branch:
248234- [ bug] Don't reconnect to nodes ignored by the load balancing policy (JAVA-314)
249235
250236
251- 2.0.1:
252- ------
237+ ### 2.0.1
253238
254239- [ improvement] Handle the static columns introduced in Cassandra 2.0.6 (JAVA-278)
255240- [ improvement] Add Cluster#newSession method to create Session without connecting
@@ -264,8 +249,7 @@ Merged from 1.0 branch:
264249- [ new] Add methods to check if a Cluster/Session instance has been closed already (JAVA-114)
265250
266251
267- 2.0.0:
268- ------
252+ ### 2.0.0
269253
270254- [ api] Case sensitive identifier by default in Metadata (JAVA-269)
271255- [ bug] Fix potential NPE in Cluster#connect (JAVA-274)
@@ -278,8 +262,7 @@ Merged from 1.0 branch:
278262 policy (JAVA-270)
279263
280264
281- 2.0.0-rc3:
282- ----------
265+ ### 2.0.0-rc3
283266
284267- [ improvement] The protocol version 1 is now supported (features only supported by the
285268 version 2 of the protocol throw UnsupportedFeatureException).
@@ -301,8 +284,7 @@ Merged from 1.0 branch:
301284- [ bug] Use date string in query build to work-around CASSANDRA-6718 (JAVA-264)
302285
303286
304- 2.0.0-rc2:
305- ----------
287+ ### 2.0.0-rc2
306288
307289- [ new] Add LOCAL_ONE consistency level support (requires using C* 2.0.2+) (JAVA-207)
308290- [ bug] Fix parsing of counter types (JAVA-219)
@@ -316,8 +298,7 @@ Merged from 1.0 branch:
316298 LatencyAwarePolicy.
317299
318300
319- 2.0.0-rc1:
320- ----------
301+ ### 2.0.0-rc1
321302
322303- [ new] Mark compression dependencies optional in maven (JAVA-199).
323304- [ api] Renamed TableMetadata#getClusteringKey to TableMetadata#getClusteringColumns.
@@ -332,8 +313,7 @@ Merged from 1.0 branch:
332313- [ bug] Allow bind markers for collections in the query builder (JAVA-196)
333314
334315
335- 2.0.0-beta2:
336- ------------
316+ ### 2.0.0-beta2
337317
338318- [ api] BoundStatement#setX(String, X) methods now set all values (if there is
339319 more than one) having the provided name, not just the first occurence.
@@ -348,8 +328,7 @@ Merged from 1.0 branch:
348328- [ bug] Fix potential NPE during authentication (JAVA-187)
349329
350330
351- 2.0.0-beta1:
352- -----------
331+ ### 2.0.0-beta1
353332
354333- [ api] The 2.0 version is an API-breaking upgrade of the driver. While most
355334 of the breaking changes are minor, there are too numerous to be listed here
@@ -372,8 +351,7 @@ Merged from 1.0 branch:
372351 first one (JAVA-88).
373352
374353
375- 1.0.5:
376- ------
354+ ### 1.0.5
377355
378356- [ new] OSGi bundle (JAVA-142)
379357- [ new] Add support for ConsistencyLevel.LOCAL_ONE; note that this
@@ -389,8 +367,7 @@ Merged from 1.0 branch:
389367- [ bug] Allow bind markers for collections in the query builder (JAVA-196)
390368
391369
392- 1.0.4:
393- ------
370+ ### 1.0.4
394371
395372- [ api] The Cluster.Builder#poolingOptions and Cluster.Builder#socketOptions
396373 are now deprecated. They are replaced by the new withPoolingOptions and
@@ -411,8 +388,7 @@ Merged from 1.0 branch:
411388 exporting schema as string.
412389
413390
414- 1.0.3:
415- ------
391+ ### 1.0.3
416392
417393- [ api] The query builder now correctly throw an exception when given a value
418394 of a type it doesn't know about.
@@ -424,8 +400,7 @@ Merged from 1.0 branch:
424400- [ bug] Temporary fixup for TimestampType when talking to C* 2.0 nodes.
425401
426402
427- 1.0.2:
428- ------
403+ ### 1.0.2
429404
430405- [ api] Host#getMonitor and all Host.HealthMonitor methods have been
431406 deprecated. The new Host#isUp method is now prefered to the method
@@ -442,8 +417,7 @@ Merged from 1.0 branch:
442417 (JAVA-136)
443418
444419
445- 1.0.1:
446- ------
420+ ### 1.0.1
447421
448422- [ api] Function call handling in the query builder has been modified in a
449423 backward incompatible way. Function calls are not parsed from string values
@@ -460,8 +434,7 @@ Merged from 1.0 branch:
460434- [ improvement] Improves performance of the stress example application been.
461435
462436
463- 1.0.0:
464- ------
437+ ### 1.0.0
465438
466439- [ api] The AuthInfoProvider has be (temporarily) removed. Instead, the
467440 Cluster builder has a new withCredentials() method to provide a username
@@ -475,8 +448,7 @@ Merged from 1.0 branch:
475448 is stateful (JAVA-91).
476449
477450
478- 1.0.0-RC1:
479- ----------
451+ ### 1.0.0-RC1
480452
481453- [ new] Null values are now supported in BoundStatement (but you will need at
482454 least Cassandra 1.2.3 for it to work). The API of BoundStatement has been
@@ -494,8 +466,7 @@ Merged from 1.0 branch:
494466- [ bug] Correctly reports errors during authentication phase (JAVA-82).
495467
496468
497- 1.0.0-beta2:
498- ------------
469+ ### 1.0.0-beta2
499470
500471- [ new] Support blob constants, BigInteger, BigDecimal and counter batches in
501472 the query builder (JAVA-51, JAVA-60, JAVA-58)
@@ -508,7 +479,6 @@ Merged from 1.0 branch:
508479 (JAVA-66)
509480
510481
511- 1.0.0-beta1:
512- ------------
482+ ### 1.0.0-beta1
513483
514484- initial release
0 commit comments