deimos-ruby 2.4.0.pre.beta22 → 2.4.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -1
  3. data/lib/deimos/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28d698725082e6ddf9ae69668e2a30086c91b2f3684826127d8af32806a7d903
4
- data.tar.gz: 63aa48456f8f9c5b6588e616eb382bae34975c43cb122b69b8845f1667c87083
3
+ metadata.gz: f8ba2f3149ce2a7c10a5af09c4d7c07f25e33c8bac9f9783953e10bbbca5e74d
4
+ data.tar.gz: 3a5a112a7886b3acdf0b1aa0f18f984fbe93aa9e83f6912a667aa1eb113bbc5d
5
5
  SHA512:
6
- metadata.gz: e85bc10c0a70a1b254dc4df26d35f10a798575c980339416038fd1c1b4d6670faade53da1176d581c7627614bac2706485f25f984625d5c65c094d7731953851
7
- data.tar.gz: 5fe362c6e616060fec466e00859dc36107bcff1ac94e4939b86209ff9a7d7df8f662e615755a7a41db7558cefaf5c4ff8e1162a21bf84673e7e5fa613c2a9cb3
6
+ metadata.gz: e5796d8f41a4a6f86be7659d7dde670bc30651a32124fd2434ff90263fa418bb56478ef25e620e0b59a5e55d88c21d01e6ce77444b8b34aba523d924be452807
7
+ data.tar.gz: 107c63551a2606108e02dc0414d6ade8466b53dc89f6a54af12e02a1eff76386c8f864aca7746c27c2ff1a8bfad279b40d8efeff01938f5f5b4ee55b737f30d3
data/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## UNRELEASED
8
+ ## 2.4.0 - 2026-03-02
9
9
 
10
10
  - Major change: Switch from using `avro_turf` and `proto_turf` to use `schema_registry_client`, which handles both Avro and Protobuf.
11
11
  - Add `registry_url`, `registry_user` and `registry_password` per-topic configuration.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Deimos
4
- VERSION = '2.4.0-beta22'
4
+ VERSION = '2.4.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deimos-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0.pre.beta22
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Orner