aerospike 2.21.0 → 2.21.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75981b3dd2a5778a1937b7c5cd77abd97487be03d95d98e64b0fad0fb8e62080
4
- data.tar.gz: 728a4593e675c15923798c352b33f01c4b0349b630a4a210dd6661346ff47ca8
3
+ metadata.gz: f0685f64b5853e918eca12c6ad4a64a1c7ac5c1d0370627c252e598f4686be68
4
+ data.tar.gz: a342e374dc180201176018cf1e13c7764a64963fe78e505d55d93b5f2ed83b70
5
5
  SHA512:
6
- metadata.gz: 7daa97ca23927f6132ad3a939c003872f7c6a0de538f99aea28b4a9624b23452cfec82b1a4243db4efa4fbb2c9f10085b338ce84223d309dd6fd8645ab3b61af
7
- data.tar.gz: 97951b75f58a8cd750c27c77c37949e0d49dbfea3688e353496822f354c93124bae4749241f24d9e5f6508a6f1fcf6213bdfdf3bba371fa0e3d2a734aed45d78
6
+ metadata.gz: 4151a866e0ff1c36e924aa1a6123411499f7c1bcf48b01177028db5d7a7a72ac2cfde2febb398a42774c4b490c5e0f78839a14a52d5d0c19c9850f5e34dd7141
7
+ data.tar.gz: babd62c5d0307153073c51bfa879e0700a9ad56875da37eb711965da82ddc09b765cbbd770ec60c6973d818318200708ba27a4c4ee4a7b598076324ef9093176
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.21.1] - 2022-06-21
6
+
7
+ This s hotfix release. It is recommended to upgrade your client if you use authentication.
8
+
9
+ * **Bug Fixes**
10
+ * Fix called function name in Authenticate.
11
+
5
12
  ## [2.21.0] - 2022-06-07
6
13
 
7
14
  * **New Features**
@@ -33,7 +33,7 @@ module Aerospike
33
33
  end
34
34
  module AuthenticateNew
35
35
  class << self
36
- INVALID_SESSION_ERR = [ResultCode::INVALID_CREDENTIAL,
36
+ INVALID_SESSION_ERR = [ResultCode::INVALID_CREDENTIAL,
37
37
  ResultCode::EXPIRED_SESSION]
38
38
 
39
39
  def call(conn, cluster)
@@ -48,7 +48,7 @@ module Aerospike
48
48
  cluster.reset_session_info
49
49
  if ae.is_a?(Exceptions::Aerospike)
50
50
  if INVALID_SESSION_ERR.include?(ae.result_code)
51
- command.authenticate(conn, cluster)
51
+ command.authenticate_new(conn, cluster)
52
52
  return
53
53
  end
54
54
  end
@@ -65,3 +65,4 @@ module Aerospike
65
65
  end
66
66
  end
67
67
  end
68
+
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Aerospike
3
- VERSION = "2.21.0"
3
+ VERSION = "2.21.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aerospike
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.21.0
4
+ version: 2.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khosrow Afroozeh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-06-07 00:00:00.000000000 Z
12
+ date: 2022-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: msgpack