Releases: tansu-io/tansu
Releases · tansu-io/tansu
v0.2.2
What's Changed
- Bump uuid from 1.11.0 to 1.11.1 by @dependabot in #178
- Bump clap from 4.5.23 to 4.5.26 by @dependabot in #177
- Bump syn from 2.0.95 to 2.0.96 by @dependabot in #176
- strip out comments from SQL with macro include_sql! by @shortishly in #173
- Bump prettyplease from 0.2.27 to 0.2.29 by @dependabot in #179
- Bump proc-macro2 from 1.0.92 to 1.0.93 by @dependabot in #180
- add gha crate-ci/typos by @shortishly in #182
- Bump uuid from 1.11.1 to 1.12.0 by @dependabot in #184
- disable some cargo lints temporarily by @shortishly in #187
- fix: pg constraint while deleting topic with configuration by @shortishly in #192
- Bump serde_json from 1.0.135 to 1.0.137 by @dependabot in #193
- Bump uuid from 1.12.0 to 1.12.1 by @dependabot in #194
- Bump clap from 4.5.26 to 4.5.27 by @dependabot in #195
- Bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #196
- Bump crate-ci/typos from 1.29.4 to 1.29.5 by @dependabot in #197
- Bump bytes from 1.9.0 to 1.10.0 by @dependabot in #198
- Bump deadpool from 0.12.1 to 0.12.2 by @dependabot in #199
- Bump async-trait from 0.1.85 to 0.1.86 by @dependabot in #200
- Bump syn from 2.0.96 to 2.0.98 by @dependabot in #201
- Bump tokio-postgres from 0.7.12 to 0.7.13 by @dependabot in #202
- Bump getrandom from 0.2.15 to 0.3.1 by @dependabot in #206
- Bump clap from 4.5.27 to 4.5.28 by @dependabot in #205
- Bump uuid from 1.12.1 to 1.13.1 by @dependabot in #204
- Bump rand from 0.8.5 to 0.9.0 by @dependabot in #203
- release workflow by @shortishly in #208
- devcontainer setup by @shortishly in #148
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Bump prettyplease from 0.2.25 to 0.2.27 by @dependabot in #166
- Bump syn from 2.0.94 to 2.0.95 by @dependabot in #167
- Bump lz4 from 1.28.0 to 1.28.1 by @dependabot in #169
- Bump serde_json from 1.0.134 to 1.0.135 by @dependabot in #170
- Bump async-trait from 0.1.84 to 0.1.85 by @dependabot in #171
- fix an issue encoding older message versions by @shortishly in #175
Full Changelog: v0.2.0...v0.2.1
v0.2.0
📢 Tansu 0.2.0 is a drop-in replacement for Apache Kafka with PostgreSQL, S3 or memory storage engines.
- 🆕 JSON/Protobuf schema registry with broker message verification
- 🆕 Apache Kafka 3.9 message formats
- 🆕 AWS S3 conditional write support (already: MinIO, R2 or Tigris)
What's Changed
- Bump serde from 1.0.215 to 1.0.216 by @dependabot in #135
- Bump deadpool-postgres from 0.14.0 to 0.14.1 by @dependabot in #140
- json schema support by @shortishly in #139
- Bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #145
- Bump syn from 2.0.90 to 2.0.91 by @dependabot in #144
- Bump object_store from 0.11.1 to 0.11.2 by @dependabot in #146
- Bump syn from 2.0.91 to 2.0.92 by @dependabot in #149
- Bump quote from 1.0.37 to 1.0.38 by @dependabot in #147
- doc updates with direct support of AWS S3 by @shortishly in #152
- Bump glob from 0.3.1 to 0.3.2 by @dependabot in #154
- Bump syn from 2.0.92 to 2.0.93 by @dependabot in #155
- Bump serde from 1.0.216 to 1.0.217 by @dependabot in #156
- use single json schema for key and value by @shortishly in #158
- protobuf message schema validation by @shortishly in #153
- Bump syn from 2.0.93 to 2.0.94 by @dependabot in #160
- Bump async-trait from 0.1.83 to 0.1.84 by @dependabot in #162
- apache kafka 3.9 message types by @shortishly in #163
- describe configs by @shortishly in #164
Full Changelog: v0.1.0...v0.2.0
0.2.0-pre.1
📢 Tansu 0.2.0 is a drop-in replacement for Apache Kafka with PostgreSQL, S3 or memory storage engines.
- 🆕 JSON/Protobuf schema registry with broker message verification
- 🆕 Apache Kafka 3.9 message formats
- 🆕 AWS S3 conditional write support (already: MinIO, R2 or Tigris)
What's Changed
- Bump serde from 1.0.215 to 1.0.216 by @dependabot in #135
- Bump deadpool-postgres from 0.14.0 to 0.14.1 by @dependabot in #140
- json schema support by @shortishly in #139
- Bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #145
- Bump syn from 2.0.90 to 2.0.91 by @dependabot in #144
- Bump object_store from 0.11.1 to 0.11.2 by @dependabot in #146
- Bump syn from 2.0.91 to 2.0.92 by @dependabot in #149
- Bump quote from 1.0.37 to 1.0.38 by @dependabot in #147
- doc updates with direct support of AWS S3 by @shortishly in #152
- Bump glob from 0.3.1 to 0.3.2 by @dependabot in #154
- Bump syn from 2.0.92 to 2.0.93 by @dependabot in #155
- Bump serde from 1.0.216 to 1.0.217 by @dependabot in #156
- use single json schema for key and value by @shortishly in #158
- protobuf message schema validation by @shortishly in #153
- Bump syn from 2.0.93 to 2.0.94 by @dependabot in #160
- Bump async-trait from 0.1.83 to 0.1.84 by @dependabot in #162
- apache kafka 3.9 message types by @shortishly in #163
- describe configs by @shortishly in #164
Full Changelog: v0.1.0...v0.2.0-pre.1