elastic-apm 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of elastic-apm might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/elastic_apm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e4d23e9be2ca2a869a03d54424544c63978b38b13799ed46da429812762affb
|
4
|
+
data.tar.gz: 6952d04574e879c03a9abdad3833978a4c86710db81c188ca3e7891d619d54d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d617dadc865b556eb60a0d6e0004ab762a45463c1acef373407898b69cc8d3a54dc578bca312b33d9f16ee5f2b3a14bfee452ea71143caebc2faf6be456a0cd2
|
7
|
+
data.tar.gz: f28c617a638546575bfe7bac445fb4ed0aa31df8c5daae83e7c4b1b7c22bc0c3e2d2560643bfa22acde3c4c97601c66f1e55c3e69d3e9b925a30a681f1ee7a46
|
data/CHANGELOG.md
CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
-
## 1.0
|
7
|
+
## 1.1.0 (2018-09-07)
|
8
8
|
|
9
9
|
### Added
|
10
10
|
|
@@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
15
15
|
|
16
16
|
- Fallback from missing JRUBY_VERSION ([#180](https://github.com/elastic/apm-agent-ruby/pull/180))
|
17
17
|
|
18
|
+
## 1.0.2 (2018-09-07)
|
19
|
+
|
20
|
+
Should've been a minor release -- see 1.1.0
|
21
|
+
|
18
22
|
## 1.0.1 (2018-07-30)
|
19
23
|
|
20
24
|
### Fixed
|
data/lib/elastic_apm/version.rb
CHANGED