async-service 0.18.0 → 0.18.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: a7fd9e53ca4f30c0166fb518aa104d292d67543377a6c93fa5df01b85148330d
4
- data.tar.gz: ba8d1d6f6c994a40a7e7ff7536a81444faa9ebf01f087933a94ee1a3f590f6c0
3
+ metadata.gz: 9a133d45fe4dd738fa104a0df7d8ff74279856b7f9eeb1567b22e19eab58e4c0
4
+ data.tar.gz: 5c655ba303639dbb3040cc84b211ebf117b7bf45af044471ee9e3ab91397b36c
5
5
  SHA512:
6
- metadata.gz: 74126e6fff458ce042d8233f148f8dd8042d8d26fce12bfea98a6d3622310bd5f8b3216344486391cdb9a60ee38416f6c3b2061228dc0fd2384c9034fddf53e1
7
- data.tar.gz: 32572d45278190114e722909e14cd1d3bf3abcb66c17e5a70d97e4a0ed85ab0f323959e93a5b1bb46955897f9fc34ea6a2de66728b96ab43ed02321a2f94245c
6
+ metadata.gz: 136b018820c0227c4755803b82ad6857e059b48cf70e10b7fca4bfd793a16f8586ee0750ba314f18e8b3fb2b719998ca22d04fb110823a1b65c11c253e638ee5
7
+ data.tar.gz: 537237974adbfc334426e998a289f7ce48af50d82a9c8a443790207b801f068938374bde1683b4666daac94dd3c37b9feff9aa890a768e8e77c3bddc3ec70250
checksums.yaml.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
- &<�'�j�',l����E�A�c,ԝ�o���9��P�d���_�mHL7���]�1��Ȳf$h��ՑZ���DE�W�y6��p/b�^���2�pk�ʻ�r��*�LR�+!c��c� T�9�S��ܢH�7�Ʒ�J M�����������ӰSe:G��2cKUc��;(�U+�ẓ�1��.^�yF1�9_s���g�s&
2
- �Xuyov����*3��'��!����H� ��M�A7�i����,(�f-���&|��l��#��%%��Č^��(�N���€H�­ሿ5���>bIhk�s���HG=�NLLXFn�$$�0_����5���3����9��3�Y�
3
- 
1
+ Fݔ��Vacl]0��mv )ߌ��;��mxa|naf���S���BC�?b �V)%Ja
2
+ ���3����~E`~��4`��ܷR빗�T���p``��W3��
@@ -62,7 +62,7 @@ module Async
62
62
  # @parameter clock [Async::Clock] The monotonic start time from {Async::Clock.start}.
63
63
  def emit_prepared(instance, clock)
64
64
  # Override in subclasses as needed.
65
- Console.info(self, "Prepared...", duration: clock.total)
65
+ # Console.info(self, "Prepared...", duration: clock.total)
66
66
  end
67
67
 
68
68
  # Called after the service has started running.
@@ -73,7 +73,7 @@ module Async
73
73
  # @parameter clock [Async::Clock] The monotonic start time from {Async::Clock.start}.
74
74
  def emit_running(instance, clock)
75
75
  # Override in subclasses as needed.
76
- Console.info(self, "Running...", duration: clock.total)
76
+ # Console.info(self, "Running...", duration: clock.total)
77
77
  end
78
78
 
79
79
  # Set up the container with health checking and process title formatting.
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Async
7
7
  module Service
8
- VERSION = "0.18.0"
8
+ VERSION = "0.18.1"
9
9
  end
10
10
  end
data/readme.md CHANGED
@@ -29,6 +29,10 @@ Please see the [project documentation](https://socketry.github.io/async-service/
29
29
 
30
30
  Please see the [project releases](https://socketry.github.io/async-service/releases/index) for all releases.
31
31
 
32
+ ### v0.18.1
33
+
34
+ - Remove prepared and running log messages - not as useful as I imagined, and quite noisy.
35
+
32
36
  ### v0.18.0
33
37
 
34
38
  - Start health checker earlier in the process. Use `#healthy!` message instead of `#ready!`.
@@ -74,10 +78,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
74
78
 
75
79
  - Add convenient `Configuration.build{...}` method for constructing inline configurations.
76
80
 
77
- ### v0.11.0
78
-
79
- - Allow builder with argument for more flexible configuration construction.
80
-
81
81
  ## Contributing
82
82
 
83
83
  We welcome contributions to this project.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v0.18.1
4
+
5
+ - Remove prepared and running log messages - not as useful as I imagined, and quite noisy.
6
+
3
7
  ## v0.18.0
4
8
 
5
9
  - Start health checker earlier in the process. Use `#healthy!` message instead of `#ready!`.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file