v1.0.0-beta.192
What's Changed
Exciting New Features 🎉
- feat(stripe): webhook handle multiple apps by @hekike in #2265
- feat(streaming): null if no value by @hekike in #2266
- Add CreateSubscription defaults and CustomerKey support by @GAlexIHU in #2239
Bug Fixes 🐛
- fix(streaming): raw event connector with null query by @hekike in #2267
- fix(billing): dedupe invoice validation issues by @hekike in #2268
- fix(streaming): raw query count by @hekike in #2269
- fix(streaming): unique count casting by @hekike in #2270
- fix(invoice): validation issue deduping by @hekike in #2271
- Hotfix sync exclusion rules by @GAlexIHU in #2275
- fix(streaming): clickhouse row close by @hekike in #2290
- fix: shutdown procedure in server by @chrisgacsal in #2304
- Fix "phase xy has no billables" errors by @GAlexIHU in #2306
- fix: billing profile unique indexes by @turip in #2308
- fix: regression on default billing profile promotion by @turip in #2311
Dependency Updates ⬆️
- chore(deps): bump github.com/ThreeDotsLabs/watermill-kafka/v3 from 3.0.5 to 3.0.6 by @dependabot in #2288
- chore(deps): bump github.com/redpanda-data/benthos/v4 from 4.43.0 to 4.44.1 by @dependabot in #2287
- chore(deps): bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 by @dependabot in #2285
- chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #2286
- chore(deps): bump the k8s group with 3 updates by @dependabot in #2279
- chore(deps): bump golang from 1.23.6-alpine3.21 to 1.24.0-alpine3.21 by @dependabot in #2277
- chore(deps): bump the googlecloud group with 2 updates by @dependabot in #2280
- chore(deps): bump the otel group with 4 updates by @dependabot in #2282
- chore(deps): bump the golang group with 2 updates by @dependabot in #2281
- chore(deps): bump the samber group with 2 updates by @dependabot in #2283
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.2 by @dependabot in #2293
- chore(deps): bump github.com/getkin/kin-openapi from 0.128.0 to 0.129.0 by @dependabot in #2294
- chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #2295
- chore(deps): bump github.com/invopop/gobl from 0.207.0 to 0.209.0 by @dependabot in #2300
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 by @dependabot in #2297
- chore(deps): bump golang from
5429efbto2d40d4fby @dependabot in #2301 - chore(deps): bump alpine from 3.21.2 to 3.21.3 by @dependabot in #2302
- chore(deps): bump github.com/lmittmann/tint from 1.0.6 to 1.0.7 by @dependabot in #2298
- chore(deps): bump github.com/prometheus/common from 0.61.0 to 0.62.0 in the prometheus group by @dependabot in #2284
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.30.2 to 2.32.0 by @dependabot in #2296
- chore(deps): bump github.com/huandu/go-sqlbuilder from 1.33.1 to 1.34.0 by @dependabot in #2299
- chore(deps): bump github.com/svix/svix-webhooks from 1.56.0 to 1.57.0 by @dependabot in #2292
Other Changes
- chore: cannot advance logging by @turip in #2273
- feat: cancel namespace setting by @turip in #2257
- Collect runtime metrics by @GAlexIHU in #2305
- Add current cycle info to subs response by @GAlexIHU in #2249
- feat(collector): run-ai collector by @tothandras in #2307
Full Changelog: v1.0.0-beta.191...v1.0.0-beta.192