v1.0.0-beta.133

openmeterio/openmeterv1.0.0-beta.133Aug 5, 2024by github-actions[bot]

AI Summary

This release introduces the use of the Sarama library for internal messaging, updates dependency versions, and adds batch event ingestion capabilities for balance calculation.

Key Highlights

  • Switched to Sarama library for internal messaging
  • Added batch event ingestion for balance calculation
  • Updated ClickHouse and Kafka dependencies

New Features

  • Batch event ingestion for balance calculation

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at v1.0.0-beta.133 -->

## What's Changed
### Dependency Updates ⬆️
* chore(deps): bump github.com/huandu/go-sqlbuilder from 1.28.0 to 1.28.1 by @dependabot in https://github.com/openmeterio/openmeter/pull/1298
* chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.26.0 to 2.27.0 by @dependabot in https://github.com/openmeterio/openmeter/pull/1299
* chore(deps): bump github.com/IBM/sarama from 1.42.2 to 1.43.2 by @dependabot in https://github.com/openmeterio/openmeter/pull/1300
* feat: use sarama lib for internal message publishing by @turip in https://github.com/openmeterio/openmeter/pull/1291
### Other Changes
* fix(examples): update vector example by @tothandras in https://github.com/openmeterio/openmeter/pull/1292
* Feat/batch ingest events for balance calculation by @GAlexIHU in https://github.com/openmeterio/openmeter/pull/1280
* fix: go generate for ent schemas by @chrisgacsal in https://github.com/openmeterio/openmeter/pull/1301


**Full Changelog**: https://github.com/openmeterio/openmeter/compare/v1.0.0-beta.132...v1.0.0-beta.133