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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a71229211822c51b1c42109d9554b59508abe12226af8f1f4c0c5717426309ad
4
- data.tar.gz: 643af23ac3361bbc7a1ea6d2d45bcb84cf15788bc82e2823705997e458fca5c6
3
+ metadata.gz: 510ec8b1440fe5a93ae1dfdf036a2e8df46287faa0a3dc6ae94ec66b394dc63f
4
+ data.tar.gz: c066ccd05d4205b0648cd4458a368d2e9700cc4c80a900c7141b4c137e83a109
5
5
  SHA512:
6
- metadata.gz: cc81730e0dc3282aa5519c7fe5aa36282fece615252869c5464c4ad0c35eb0ec53ae1507a1b9478aea56486429ff1cb9c4f241166b942dc2ff81955eeb6bd054
7
- data.tar.gz: bf81a80940acec11928e5445c024aee0b17c74da03a343c2d90ce9b216db121762767c2c3d2e28836efded14d77af90077f095f1e472339f1940fa5abad4863c
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.0
1
+ 1.4.1
@@ -15,7 +15,7 @@ module Prefab
15
15
  end
16
16
 
17
17
  def get(path)
18
- connection.get(path)
18
+ connection(PROTO_HEADERS).get(path)
19
19
  end
20
20
 
21
21
  def post(path, body)
@@ -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.0 ruby lib
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.0"
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-11-28"
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.0
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-28 00:00:00.000000000 Z
11
+ date: 2023-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby