apisonator 2.100.1.pre1 → 2.100.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dae3de8eebce04d8b04a021fec76abb818d1cd822cbc694b68b4d871dfc9fd3a
4
- data.tar.gz: c333324eac2bcb8b4cc8bc2a098a8d8ad6e646ddb1f013788b18a9662369f7c2
3
+ metadata.gz: f262e191bc80bc8d4b9aaf5390fd81a900118907924d5fb50b29ac3cd7970637
4
+ data.tar.gz: d957ec874ea752c7d9ff6fe21dcd9fc3a7298fd4b86c7a22ee27c98aadf5ce24
5
5
  SHA512:
6
- metadata.gz: c5ac555a4aa397ae529ce15788f045319fc816a22841eb04e8f07111291eee560b6ebd45641b93233c1e6e0044561e4bec10889678452e66123e8a977d29ffb1
7
- data.tar.gz: 602aa508a6d4506bb15dfe200936b2455dc5acbaa3990c6f45fa0c7a9c4d59ab172758d44d6f91a679548e7a2127f61f6482b40dc0002e9d18a4da2ba8db2753
6
+ metadata.gz: c6729a8a0a54c4b1436b7c6fa2abc1c6975ae0ade1bdce7b251d4e25126e94928860a298da95eee67eeb83e11fa19c24a8a42993c9073f1042c8ec05fd6f55f2
7
+ data.tar.gz: 48aaf4b44fd387ffede2633d2164ea3b320a2229b5b38ade563bf127529b42db264d210c4f41461e992bd28c7e845816ae82fae96aa693eb8090a51726702106
@@ -2,6 +2,15 @@
2
2
 
3
3
  Notable changes to Apisonator will be tracked in this document.
4
4
 
5
+ ## 2.100.1 - 2020-04-22
6
+
7
+ ### Changed
8
+
9
+ - Now we are using our own redis-rb fork. It includes a fix that should reduce
10
+ the number of 5xx errors caused by Redis connection errors
11
+ ([#205](https://github.com/3scale/apisonator/pull/205)).
12
+ - Updated hiredis to v0.6.3 ([#204](https://github.com/3scale/apisonator/pull/204)).
13
+
5
14
  ## 2.100.0 - 2020-04-21
6
15
 
7
16
  ### Added
@@ -35,7 +35,7 @@ GIT
35
35
  PATH
36
36
  remote: .
37
37
  specs:
38
- apisonator (2.100.1.pre1)
38
+ apisonator (2.100.1)
39
39
 
40
40
  GEM
41
41
  remote: https://rubygems.org/
@@ -35,7 +35,7 @@ GIT
35
35
  PATH
36
36
  remote: .
37
37
  specs:
38
- apisonator (2.100.0)
38
+ apisonator (2.100.1)
39
39
 
40
40
  GEM
41
41
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module ThreeScale
2
2
  module Backend
3
- VERSION = '2.100.1.pre1'
3
+ VERSION = '2.100.1'
4
4
  end
5
5
  end
@@ -23,7 +23,7 @@
23
23
  </dependency>
24
24
  <dependency>
25
25
  <packageName>apisonator</packageName>
26
- <version>2.100.0</version>
26
+ <version>2.100.1</version>
27
27
  <licenses>
28
28
  <license>
29
29
  <name>Apache 2.0</name>
@@ -361,7 +361,7 @@
361
361
  </dependency>
362
362
  <dependency>
363
363
  <packageName>hiredis</packageName>
364
- <version>0.6.1</version>
364
+ <version>0.6.3</version>
365
365
  <licenses>
366
366
  <license>
367
367
  <name>New BSD</name>
@@ -809,7 +809,7 @@
809
809
  </dependency>
810
810
  <dependency>
811
811
  <packageName>redis</packageName>
812
- <version>4.1.1</version>
812
+ <version>4.1.3</version>
813
813
  <licenses>
814
814
  <license>
815
815
  <name>MIT</name>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apisonator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.100.1.pre1
4
+ version: 2.100.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Ciganek