dse-driver 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OWQ3OTgyN2JlZWI5MWZkZmU3YWU5ZmY5MmI1ZWJjMjlkY2RmN2FiMw==
4
+ MmRmNmUxZGJmMjY0ZDljYmRiMGJhNjVkN2RiNDY0YWY3OTM1ZmZiZA==
5
5
  data.tar.gz: !binary |-
6
- YWUzMjJkMWIwZjI5N2RlOGJiYjI5M2QzOTEwMTJlNmIyM2M5YjcxYg==
6
+ MGQyN2RiYzdhMTk4M2E5MzQ0MDhmNmI5ZWNhMGRhNmU3MDY1MWM0NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODViODg2OTU5ZDQ2ZmYzODJhYzZhNWM2ODNmNTllNTk3YmM3ODJhYWIzZmRj
10
- YTE0ZjRhYzRlNTc4ZTBiNmQ2ZjRkYzVlYmNhMTA4YTgyOGMzNDhmYTdmZWFh
11
- ODNjYTY4ZmQwYTM2NGVhMzY2ODY3MjU1MmNhZDcxOWRlNDg1ZjA=
9
+ YWNmNDg4MTA4MGQyOTlmNTQ0NzAyMmI0MDQ3ZjBkMDhkZTczYjk1YTc2OTYz
10
+ YzdjMGZhYWIyM2RhNjdlZDBjMDE2YzRiZDYxMWNjZDdhMTk2N2Q2MjlkNDdm
11
+ MTk4ZjQ2YzNlOTVkODIzZTNkZjg1YmI5OTY3NGJjNDk3YWEyZWQ=
12
12
  data.tar.gz: !binary |-
13
- MDM2ZTQyNTkzODg2MDZhZTE5NmJjNTFlMzg0M2E1YmFmMThhYTBhMjI2Y2Iy
14
- MDlmNWU5YTE0OGNkNzZhZmEwYjJmZTc4NDRjMDM5Yjk1OTMwOTRiM2E0YzBj
15
- NGViN2FjZjYwY2NhYzNmOGEzM2ZhYTcwNmQ4MTc2ODMyMjk3OTg=
13
+ M2YyZGJjMTg3Y2ZjOThjYWQ5NjlkYmY3OTRkYTZhNDM0MzlhYjRjMzNmNzg1
14
+ OWY1NDYzMWQzYzAyNzBmYjVkNmQ2ZDY0OTM2MDY4OGRlNzFhOWUwMTBjMDYx
15
+ Yzc0MGQyNmE1MzA1MWJmYzI2NDhkOTg3YWRmYzBkODA1ZjA0NGY=
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # DataStax Enterprise Ruby Driver
1
+ # Ruby DataStax Enterprise Driver
2
2
 
3
- *NOTE: The DataStax Enterprise Ruby Driver can be used solely with DataStax Enterprise. Please consult [the license](http://www.datastax.com/terms/datastax-dse-driver-license-terms).*
3
+ *NOTE: The Ruby DataStax Enterprise Driver can be used solely with DataStax Enterprise. Please consult [the license](http://www.datastax.com/terms/datastax-dse-driver-license-terms).*
4
4
 
5
5
  This driver is built on top of the [DataStax Ruby driver for Apache Cassandra](http://dsdocs30)
6
6
  and enhanced for the adaptive data management and mixed workload capabilities
@@ -11,12 +11,23 @@ Driver documentation can be found [here](http://docs.datastax.com/en/developer/r
11
11
 
12
12
  In particular, you'll find our [Features](features) and [API](api) sections very enlightening.
13
13
 
14
+ ## Compatibility
15
+
16
+ This driver works exclusively with the Cassandra Query Language v3 (CQL3), Cassandra's native protocol, and
17
+ DataStax Enterprise extensions to that protocol. The current version works with:
18
+
19
+ * DataStax Enterprise 4.8 and above.
20
+ * Ruby (MRI) 2.2, 2.3, 2.4
21
+ * JRuby 1.7, 9k
22
+
23
+ __Note__: MRI 2.0 and 2.1 are not officially supported, but they should work.
24
+
14
25
  ## Feedback Requested
15
26
  *Help us focus our efforts!* [Provide your input](http://goo.gl/forms/pCs8PTpHLf) on the Ruby Driver
16
27
  Platform and Runtime Survey (we kept it short).
17
28
 
18
29
  If you find an issue, please file an issue in our [public JIRA](https://datastax-oss.atlassian.net/browse/RUBY).
19
- *Please be sure to specify the affects-version (DSE-1.X.Y).*
30
+ *Please be sure to specify the affects-version (DSE-X.Y.Z).*
20
31
 
21
32
  You can also post questions in [our forum](https://groups.google.com/a/lists.datastax.com/forum/#!forum/ruby-driver-user).
22
33
 
@@ -132,6 +143,6 @@ Although this driver exposes new features introduced in DSE 5.0, it is fully com
132
143
  previous versions of DSE.
133
144
 
134
145
  ## License
135
- Copyright (C) 2016 DataStax Inc.
146
+ Copyright (C) 2016-2017 DataStax Inc.
136
147
 
137
148
  The full license terms are available at http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2016 DataStax Inc.
2
+ # Copyright (C) 2017 DataStax Inc.
3
3
  #
4
4
  # This software can be used solely with DataStax Enterprise. Please consult the license at
5
5
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,5 +1,5 @@
1
1
  //--
2
- // Copyright (C) 2016 DataStax Inc.
2
+ // Copyright (C) 2017 DataStax Inc.
3
3
  //
4
4
  // This software can be used solely with DataStax Enterprise. Please consult the license at
5
5
  // http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2006-2016 Apple Inc. All rights reserved.
2
+ * Copyright (c) 2006-2017 Apple Inc. All rights reserved.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2006-2016 Apple Inc. All rights reserved.
2
+ * Copyright (c) 2006-2017 Apple Inc. All rights reserved.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -68,4 +68,4 @@ int authenticate_gss_client_unwrap(
68
68
  int authenticate_gss_client_wrap(
69
69
  gss_client_state* state, const char* challenge, int challenge_len
70
70
  );
71
- void clear_response(gss_client_state* state);
71
+ void clear_response(gss_client_state* state);
data/lib/dse.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
data/lib/dse/cluster.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
data/lib/dse/graph.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
data/lib/dse/session.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
data/lib/dse/util.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2016 DataStax Inc.
2
+ # Copyright (C) 2017 DataStax Inc.
3
3
  #
4
4
  # This software can be used solely with DataStax Enterprise. Please consult the license at
5
5
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
data/lib/dse/version.rb CHANGED
@@ -1,12 +1,12 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2016 DataStax Inc.
4
+ # Copyright (C) 2017 DataStax Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
8
8
  #++
9
9
 
10
10
  module Dse
11
- VERSION = '2.0.0'.freeze
11
+ VERSION = '2.1.0'.freeze
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dse-driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandeep Tamhankar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-14 00:00:00.000000000 Z
11
+ date: 2017-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cassandra-driver
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.1.0
19
+ version: 3.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.1.0
26
+ version: 3.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement