prefab-cloud-ruby 1.4.0 → 1.4.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 +4 -4
- data/CHANGELOG.md +10 -1
- data/VERSION +1 -1
- data/lib/prefab/http_connection.rb +1 -1
- data/prefab-cloud-ruby.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 510ec8b1440fe5a93ae1dfdf036a2e8df46287faa0a3dc6ae94ec66b394dc63f
|
|
4
|
+
data.tar.gz: c066ccd05d4205b0648cd4458a368d2e9700cc4c80a900c7141b4c137e83a109
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52d947e884cc06a577b7cb1b1be595fa1f7914612b6901c65fb6bb7f6adf7816e714ff066d215141cedf9ddcac4623e1043b3b19dbeb78dac10a8793c2a68ca1
|
|
7
|
+
data.tar.gz: 6a05d21e050ed6937b05e60b792273c52527e34f2c430f2e260816e4ebbf6c3281a0d257e0062fd30ecdc5f9581b740e4ce9679a65d27868eda55977efc1b217
|
data/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.1 - 2023-12-08
|
|
4
|
+
|
|
5
|
+
- Include version in `get` request (#165)
|
|
6
|
+
|
|
3
7
|
## 1.4.0 - 2023-11-28
|
|
8
|
+
|
|
4
9
|
- ActiveJob tagged logger issue (#164)
|
|
5
10
|
- Compact Log Format (#163)
|
|
6
11
|
- Tagged Logging (#161)
|
|
7
12
|
- ContextKey logging thread safety (#162)
|
|
8
13
|
|
|
9
14
|
## 1.3.2 - 2023-11-15
|
|
15
|
+
|
|
10
16
|
- Send back cloud.prefab logging telemetry (#160)
|
|
11
17
|
|
|
12
18
|
## 1.3.1 - 2023-11-14
|
|
19
|
+
|
|
13
20
|
- Improve path of rails.controller logging & fix strong param include (#159)
|
|
14
21
|
|
|
15
22
|
## 1.3.0 - 2023-11-13
|
|
23
|
+
|
|
16
24
|
- Less logging when wifi is off and we load from cache (#157)
|
|
17
25
|
- Alpha: Add Provided & Secret Support (#152)
|
|
18
26
|
- Alpha: x_datafile (#156)
|
|
19
27
|
- Add single line action-controller output under rails.controller (#158)
|
|
20
28
|
|
|
21
29
|
## 1.2.1 - 2023-11-01
|
|
22
|
-
- Update protobuf definitions (#154)
|
|
23
30
|
|
|
31
|
+
- Update protobuf definitions (#154)
|
|
24
32
|
|
|
25
33
|
## 1.2.0 - 2023-10-30
|
|
34
|
+
|
|
26
35
|
- Add `Prefab.get('key')` style usage after a `Prefab.init()` call (#151)
|
|
27
36
|
- Add `add_context_keys` and `with_context_keys` method for LoggerClient (#145)
|
|
28
37
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.
|
|
1
|
+
1.4.1
|
data/prefab-cloud-ruby.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: prefab-cloud-ruby 1.4.
|
|
5
|
+
# stub: prefab-cloud-ruby 1.4.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "prefab-cloud-ruby".freeze
|
|
9
|
-
s.version = "1.4.
|
|
9
|
+
s.version = "1.4.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Jeff Dwyer".freeze]
|
|
14
|
-
s.date = "2023-
|
|
14
|
+
s.date = "2023-12-08"
|
|
15
15
|
s.description = "Feature Flags, Live Config, and Dynamic Log Levels as a service".freeze
|
|
16
16
|
s.email = "jdwyer@prefab.cloud".freeze
|
|
17
17
|
s.executables = ["console".freeze]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prefab-cloud-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Dwyer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|