First public release 🎉 🎉 🎉 🎉 🎉 🎉 🎉
We are happy to announce the immediate availability our first public release!
<!-- Release notes generated using configuration in .github/release.yml at v0.1.0 -->
What's Changed
Bug Fixes 🐛
* fix(quickstart): docker compose always pull by hekike in https://github.com/openmeterio/openmeter/pull/71
* fix(clients): patch generated code of Node.js client by tothandras in https://github.com/openmeterio/openmeter/pull/72
Dependency Updates ⬆️
* chore(deps): bump github.com/getkin/kin-openapi from 0.117.0 to 0.118.0 by dependabot in https://github.com/openmeterio/openmeter/pull/14
* chore(deps): bump docker/metadata-action from 4.4.0 to 4.5.0 by dependabot in https://github.com/openmeterio/openmeter/pull/12
* chore(deps): bump actions/dependency-review-action from 3.0.4 to 3.0.6 by dependabot in https://github.com/openmeterio/openmeter/pull/7
* chore(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 by dependabot in https://github.com/openmeterio/openmeter/pull/11
* chore(deps): bump docker/login-action from 2.1.0 to 2.2.0 by dependabot in https://github.com/openmeterio/openmeter/pull/13
* chore(deps): bump docker/setup-buildx-action from 2.5.0 to 2.6.0 by dependabot in https://github.com/openmeterio/openmeter/pull/10
* chore(deps): bump docker/build-push-action from 4.0.0 to 4.1.0 by dependabot in https://github.com/openmeterio/openmeter/pull/30
* chore(deps): bump github/codeql-action from 2.3.6 to 2.13.4 by dependabot in https://github.com/openmeterio/openmeter/pull/29
* chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 by dependabot in https://github.com/openmeterio/openmeter/pull/28
* chore(deps): bump docker/metadata-action from 4.5.0 to 4.6.0 by dependabot in https://github.com/openmeterio/openmeter/pull/40
* chore(deps): bump docker/setup-buildx-action from 2.6.0 to 2.7.0 by dependabot in https://github.com/openmeterio/openmeter/pull/39
* chore(deps): bump docker/build-push-action from 4.1.0 to 4.1.1 by dependabot in https://github.com/openmeterio/openmeter/pull/38
* chore(deps): bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by dependabot in https://github.com/openmeterio/openmeter/pull/47
* chore(deps): bump alpine from 3.18.0 to 3.18.2 by dependabot in https://github.com/openmeterio/openmeter/pull/46
* chore(deps): bump golang from `b036c52` to `fd9d9d7` by dependabot in https://github.com/openmeterio/openmeter/pull/45
* chore(deps): bump aquasecurity/trivy-action from 0.10.0 to 0.11.2 by dependabot in https://github.com/openmeterio/openmeter/pull/58
* chore(deps): bump cachix/install-nix-action from 21 to 22 by dependabot in https://github.com/openmeterio/openmeter/pull/57
* chore(deps): bump mheap/github-action-required-labels from 4 to 5 by dependabot in https://github.com/openmeterio/openmeter/pull/56
* chore(deps): bump mheap/github-action-required-labels from 5.0.0 to 5.1.0 by dependabot in https://github.com/openmeterio/openmeter/pull/61
Other Changes
* ci: add fossa scan by sagikazarmark in https://github.com/openmeterio/openmeter/pull/3
* feat(examples): apply query api by hekike in https://github.com/openmeterio/openmeter/pull/4
* docs(readme): link examples to readme by hekike in https://github.com/openmeterio/openmeter/pull/5
* docs: update quickstart API response by tothandras in https://github.com/openmeterio/openmeter/pull/6
* chore: update devenv by sagikazarmark in https://github.com/openmeterio/openmeter/pull/15
* refactor(example): stripe export by hekike in https://github.com/openmeterio/openmeter/pull/9
* ci: disable fossa scan on pull-requests for now by sagikazarmark in https://github.com/openmeterio/openmeter/pull/23
* Support window size query param for meter values by tothandras in https://github.com/openmeterio/openmeter/pull/8
* feat(example): add stripe node by hekike in https://github.com/openmeterio/openmeter/pull/20
* feat(example): stripe go, periodic report by hekike in https://github.com/openmeterio/openmeter/pull/21
* fix(examples): value type for go stripe example by hekike in https://github.com/openmeterio/openmeter/pull/24
* feat(example): ai tokens by hekike in https://github.com/openmeterio/openmeter/pull/25
* chore(docker-compose): update to latest confluent images by hekike in https://github.com/openmeterio/openmeter/pull/27
* feat: add metrics by sagikazarmark in https://github.com/openmeterio/openmeter/pull/31
* feat(api): add total aggregate by tothandras in https://github.com/openmeterio/openmeter/pull/26
* docs(readme): add demo video by hekike in https://github.com/openmeterio/openmeter/pull/36
* feat(sink): prepare for kafka connect sinks by hekike in https://github.com/openmeterio/openmeter/pull/35
* Rename v1 to v1alpha1 by sagikazarmark in https://github.com/openmeterio/openmeter/pull/41
* docs(event-ingestion): add by hekike in https://github.com/openmeterio/openmeter/pull/42
* fix(examples): update generated APIs by tothandras in https://github.com/openmeterio/openmeter/pull/43
* chore: improve configuration by sagikazarmark in https://github.com/openmeterio/openmeter/pull/44
* fix(ksqldb): values query by tothandras in https://github.com/openmeterio/openmeter/pull/50
* fix(quickstart): config by tothandras in https://github.com/openmeterio/openmeter/pull/52
* ci: add quickstart test by sagikazarmark in https://github.com/openmeterio/openmeter/pull/53
* [StepSecurity] ci: Harden GitHub Actions by step-security-bot in https://github.com/openmeterio/openmeter/pull/59
* refactor: separate kafka ingest from streaming connector by sagikazarmark in https://github.com/openmeterio/openmeter/pull/49
* docs: add nix installation instructions by sagikazarmark in https://github.com/openmeterio/openmeter/pull/62
* feat(clients): add Node.js client generation by tothandras in https://github.com/openmeterio/openmeter/pull/69
* feat(examples): use node client by hekike in https://github.com/openmeterio/openmeter/pull/73
* Go client by sagikazarmark in https://github.com/openmeterio/openmeter/pull/76
* Relocate node by sagikazarmark in https://github.com/openmeterio/openmeter/pull/77
* docs: add client SDKs to README by tothandras in https://github.com/openmeterio/openmeter/pull/78
New Contributors
* sagikazarmark made their first contribution in https://github.com/openmeterio/openmeter/pull/3
* hekike made their first contribution in https://github.com/openmeterio/openmeter/pull/4
* tothandras made their first contribution in https://github.com/openmeterio/openmeter/pull/6
* step-security-bot made their first contribution in https://github.com/openmeterio/openmeter/pull/59
**Full Changelog**: https://github.com/openmeterio/openmeter/commits/v0.1.0