v1.0.0-beta.207

openmeterio/openmeterv1.0.0-beta.207Apr 7, 2025by tothandras

AI Summary

Adds instance types to addons, HTTP server for collectors, and timing metrics. Fixes rate card and OTel bugs.

Key Highlights

  • Collector HTTP server and timing metrics
  • Add-on instance types
  • Rate card type support
  • Bug fixes for rate cards and OTel

New Features

  • Collector HTTP server
  • Instance types
  • Rate card types
  • Discount reason
  • Timing metrics

Full Release Notes

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

## What's Changed
### Exciting New Features 🎉
* feat(addon): add instance type by @tothandras in https://github.com/openmeterio/openmeter/pull/2604
* feat: collector http server by @tothandras in https://github.com/openmeterio/openmeter/pull/2620
* feat(collector): add http timing metrics and page_size to run_ai input by @tothandras in https://github.com/openmeterio/openmeter/pull/2621
### Bug Fixes 🐛
* fix: ratecard http mapping by @chrisgacsal in https://github.com/openmeterio/openmeter/pull/2597
* fix(otel): nil ptr deref by @chrisgacsal in https://github.com/openmeterio/openmeter/pull/2600
* fix: nil ptr deref in billing worker by @chrisgacsal in https://github.com/openmeterio/openmeter/pull/2601
* fix: assume that non-flat prices are UBP by @turip in https://github.com/openmeterio/openmeter/pull/2603
* fix(addon): allow removing rate cards by @tothandras in https://github.com/openmeterio/openmeter/pull/2605
### Dependency Updates ⬆️
* chore(deps): bump golang from 1.24.1-alpine3.21 to 1.24.2-alpine3.21 by @dependabot in https://github.com/openmeterio/openmeter/pull/2609
* chore(deps): bump github.com/jmattheis/goverter from 1.8.1 to 1.8.2 by @dependabot in https://github.com/openmeterio/openmeter/pull/2612
* chore(deps): bump github.com/svix/svix-webhooks from 1.62.0 to 1.63.1 by @dependabot in https://github.com/openmeterio/openmeter/pull/2613
* chore(deps): bump github.com/redpanda-data/benthos/v4 from 4.46.0 to 4.47.0 by @dependabot in https://github.com/openmeterio/openmeter/pull/2614
* chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot in https://github.com/openmeterio/openmeter/pull/2615
### Other Changes
* feat: add discount reason by @turip in https://github.com/openmeterio/openmeter/pull/2606
* feat: add ratecards type to add-on pkg by @chrisgacsal in https://github.com/openmeterio/openmeter/pull/2616


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