v1.0.0-beta.201
openmeterio/openmeterv1.0.0-beta.201Mar 12, 2025by github-actions[bot]
AI Summary
Adds meter editing, removes materialized view engine, fixes high watermark cache, and implements history rewrite parts.
Key Highlights
- Meter editing functionality
- Removal of materialized view engine
- High watermark cache fix
- History rewrite for usage consistency
New Features
- Meter editing
- Materialized view removal
- Cursor pagination
- Filter types
- History rewrite optimizations
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at v1.0.0-beta.201 --> ## What's Changed ### Exciting New Features 🎉 * feat(meter): edit by @hekike in https://github.com/openmeterio/openmeter/pull/2391 * feat(streaming): remove materialized view engine by @hekike in https://github.com/openmeterio/openmeter/pull/2420 ### Bug Fixes 🐛 * fix: high watermark cache by @turip in https://github.com/openmeterio/openmeter/pull/2390 * Balance & Usage Consistency (History Rewrite Part II) by @GAlexIHU in https://github.com/openmeterio/openmeter/pull/2383 ### Other Changes * chore: add highwatermark cache status by @turip in https://github.com/openmeterio/openmeter/pull/2386 * feat: add cursor pagination type by @tothandras in https://github.com/openmeterio/openmeter/pull/2393 * feat: add filter types by @tothandras in https://github.com/openmeterio/openmeter/pull/2394 * Don't create Transactions for Everything by @GAlexIHU in https://github.com/openmeterio/openmeter/pull/2412 * Persisting Usage in Snapshots (History Rewrite Part III) by @GAlexIHU in https://github.com/openmeterio/openmeter/pull/2406 * Entitlement Waterfall Optimizations (History Rewrite Part IV) by @GAlexIHU in https://github.com/openmeterio/openmeter/pull/2407 * Use a single method in all setup to avoid wire collisions by @GAlexIHU in https://github.com/openmeterio/openmeter/pull/2416 **Full Changelog**: https://github.com/openmeterio/openmeter/compare/v1.0.0-beta.200...v1.0.0-beta.201