pgoutput-client 0.2.0 → 0.2.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: 1413514b4a4dbe4f3c0f4c59744931ed865ca6faea5662f33844c0786a46e287
4
- data.tar.gz: ebb972e2f0dd5a40f46161d6cd5be70df2f42db42e05862edf16f11e0f9a15ef
3
+ metadata.gz: 697aed85b1c507b7c0e6707bdff020075f31c35c1be6f74a3dff9a060987d69e
4
+ data.tar.gz: ae49847c1b076c79754149cf3b7db0f32ee14f487a1c1ab03531b4a37fc42ab8
5
5
  SHA512:
6
- metadata.gz: 7cb26f20d9a5a86c231956cb801c98b269aeebcf969dc2408b8ded3dbcae9a1b7995f88179480cbdd59c6f99b9d5df9d7910db78f0d84175d74fcc7e1ac6a0f5
7
- data.tar.gz: 93a66bfe718e050fc636c77e78dcc1dd8c8bce064d64794f982944e9dc7a83ed261e3831a88d91ce1a6acb4c2498a5506135d815a8f6d278f5ff1fda168dc868
6
+ metadata.gz: 326686eeecf787c33b5ed9daa8d0491fa441a17ac9936666b7e130fba67a1fdaa6b136a86ed903398fd6d2c48e4037199763e03d8390bd5671184e28311eb5f6
7
+ data.tar.gz: 68290690628bef4393ef04867fdfd63337159e85505943062960173a9e5c0eaffb2b00b18eec03372f8d4cba4f02cb2601166eb2d25d98fd0cf6e0ebac387ff9
data/README.md CHANGED
@@ -367,4 +367,4 @@ bundle exec rake e2e:run
367
367
 
368
368
  ## License
369
369
 
370
- MIT.
370
+ [MIT](LICENSE.txt).
@@ -5,6 +5,6 @@ module Pgoutput
5
5
  # Current pgoutput-client gem version.
6
6
  #
7
7
  # @return [String]
8
- VERSION = "0.2.0"
8
+ VERSION = "0.2.1"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgoutput-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken C. Demanawa
@@ -23,8 +23,18 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: '1.6'
26
- description: Transport-only PostgreSQL logical replication client for receiving pgoutput
27
- CopyData payloads.
26
+ description: |
27
+ pgoutput-client provides a PostgreSQL logical replication transport for Ruby.
28
+
29
+ It manages replication connections, lifecycle, monitoring,
30
+ keepalive handling, graceful shutdown, and transport-level
31
+ acknowledgment boundaries while streaming pgoutput messages
32
+ to downstream consumers.
33
+
34
+ pgoutput-client owns transport.
35
+
36
+ Parsers, decoders, source adapters, runtimes, and sinks remain
37
+ separate concerns within the CDC ecosystem.
28
38
  email:
29
39
  - kenneth.c.demanawa@gmail.com
30
40
  executables: []
@@ -86,5 +96,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
96
  requirements: []
87
97
  rubygems_version: 3.6.9
88
98
  specification_version: 4
89
- summary: PostgreSQL pgoutput logical replication transport client.
99
+ summary: PostgreSQL pgoutput logical replication transport and lifecycle management
100
+ for Ruby.
90
101
  test_files: []