v1.0.0-beta.205
What's Changed
Exciting New Features 🎉
- Subscription Deletion by @GAlexIHU in #2430
- feat(customers): get by key by @hekike in #2525
- feat: add new price types by @turip in #2483
- feat(events): entity mutation events by @hekike in #2544
- refactor: make discounts rate card level by @turip in #2538
- feat: plan rate card discount support by @turip in #2540
- feat: subscription ratecard discounts by @turip in #2569
- feat(meter): order in listing by @hekike in #2574
- feat(collector): filter out run-ai resources by @tothandras in #2577
Bug Fixes 🐛
- chore: filter deleted customers by @turip in #2526
- fix: list active subscriptions by time by @chrisgacsal in #2527
- fix: subscription reconciler init by @chrisgacsal in #2528
- Return proper 400 error for no customizations by @GAlexIHU in #2531
- Map subscription errors in workflow service by @GAlexIHU in #2261
- Validate customer relations before delete and update by @GAlexIHU in #2537
- fix(customer): api for id or key by @hekike in #2541
- fix(stripeapp): handle send invoice collection method correctly by @hekike in #2567
- fix: subject provisioning was borken by @turip in #2571
- Fix Aligned Canceled Sub Syncing by @GAlexIHU in #2572
- fix: reenable affected meter reporting by @turip in #2573
- fix(meter): respect meter event from by @hekike in #2575
- fix: invoice name generation by @turip in #2578
- fix: flat fee validation by @turip in #2581
Breaking Changes 🛠
- refactor!: Go SDK by @chrisgacsal in #2539
- refactor!: subscription status API type by @chrisgacsal in #2542
Deprecations ❌
- refactor(api): plan API by @chrisgacsal in #2533
Dependency Updates ⬆️
- chore(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 by @dependabot in #2500
- chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #2505
- chore(deps): bump github.com/ThreeDotsLabs/watermill from 1.4.5 to 1.4.6 by @dependabot in #2511
- chore(deps): bump github.com/svix/svix-webhooks from 1.61.3 to 1.62.0 by @dependabot in #2513
- chore(deps): bump github.com/redpanda-data/benthos/v4 from 4.45.1 to 4.46.0 by @dependabot in #2514
- chore(deps): bump github.com/redis/go-redis/extra/redisotel/v9 from 9.7.1 to 9.7.3 by @dependabot in #2518
- chore(deps): bump github.com/getkin/kin-openapi from 0.130.0 to 0.131.0 by @dependabot in #2515
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 by @dependabot in #2517
- chore(deps): bump entgo.io/ent from 0.14.3 to 0.14.4 by @dependabot in #2512
- chore(deps): bump github.com/huandu/go-sqlbuilder from 1.34.0 to 1.35.0 by @dependabot in #2516
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.3 to 0.20.4 by @dependabot in #2547
- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in the golang group by @dependabot in #2548
- chore(deps): bump github.com/XSAM/otelsql from 0.37.0 to 0.38.0 by @dependabot in #2549
- chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in the googlecloud group by @dependabot in #2550
- chore(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1 by @dependabot in #2552
- chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.15.2 to 2.16.0 by @dependabot in #2551
- chore(deps): bump github.com/invopop/gobl from 0.212.1 to 0.213.2 by @dependabot in #2553
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 by @dependabot in #2554
- chore(deps): bump github.com/jmattheis/goverter from 1.8.0 to 1.8.1 by @dependabot in #2555
- chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.33.0 to 2.33.1 by @dependabot in #2556
Other Changes
- Better name for shared Metadata model by @GAlexIHU in #2523
- Entitlement Annotations by @GAlexIHU in #2529
- refactor: price commitments by @turip in #2497
- Entitlement Batch Update methods by @GAlexIHU in #2478
- chore(client): update js dependencies by @tothandras in #2564
- chore: plan schema fixes by @turip in #2570
Full Changelog: v1.0.0-beta.204...v1.0.0-beta.205