Releases: meteroid-oss/meteroid
Releases · meteroid-oss/meteroid
v0.13.1
Changes
🚀 Features
- feat(subscription): Create subscription wizard @thomas-hilaire (#149)
- feat(subscription): Create subscription first part @thomas-hilaire (#134)
🧰 Maintenance
- chore: update-readme @gaspb (#157)
- chore: Update rust version to latest stable 1.77 version @azhur (#151)
- chore: Standardize the UI @gaspb (#144)
- chore: Send analytics event on subscription cancellation @azhur (#137)
📦 Dependencies
- chore(deps): update build-info requirement from 0.0.35 to 0.0.36 @dependabot (#140)
- chore(deps): update tracing-opentelemetry requirement from 0.22.0 to 0.23.0 @dependabot (#139)
- chore: Update rust version to latest stable 1.77 version @azhur (#151)
- chore(deps): update reqwest-retry requirement from 0.3.0 to 0.4.0 @dependabot (#141)
- chore(deps): update redis requirement from 0.24.0 to 0.25.0 @dependabot (#138)
v0.13.0
Changes
- deps: group tonic dependabot @gaspb (#104)
- refactor: default formatting of BuildInfo @vmorarian (#103)
- fix: Exit from eventbus loop when there are no active senders @azhur (#91)
- chore(deps): Update dependabot.yml @gaspb (#86)
- chore: drop confusing requestext @gaspb (#75)
- fix: Fix release-drafter autolabeler to match on PR title @azhur (#74)
- feat(customer): Add modals to edit a customer @thomas-hilaire (#20)
- chore: setup ui linter and ci and fix lints @gaspb (#73)
- feat(customer): Introduce the customer details page @thomas-hilaire (#18)
- feat: web healthcheck @vmorarian (#72)
- refactor: docker folder layout - separated development & demo @vmorarian (#71)
🚀 Features
- feat(analytics): added country information in events @vmorarian (#136)
- feat(error processing): logging 'source' in gRPC -> HTTP tower conversation @vmorarian (#123)
- feat: Subscription cancellation @azhur (#124)
- feat(subsccription): Add subsciptions list page and on customer details @thomas-hilaire (#113)
- feat(bi): Add multicurrency support @gaspb (#122)
- feat: dashboard stats @gaspb (#111)
- feat(customer): List customer invoices @thomas-hilaire (#100)
- feat(analytics): extra events @vmorarian (#110)
- feat: extension to unwrap Result and log message @vmorarian (#109)
- feat(analytics): customer patched @vmorarian (#108)
- feat(analytics): billable metric related @vmorarian (#107)
- feat(analytics): api token related @vmorarian (#106)
- feat: Log webhook events in the database @azhur (#102)
- feat(BE): Add analytics via segment @vmorarian (#101)
- feat: send invoice.draft and invoice.finalized webhook events @azhur (#92)
- feat: Introduce eventbus and webhook handler @azhur (#90)
- feat(invoice): Compute the invoice amount and display it @thomas-hilaire (#81)
- feat: Api for create and list webhook endpoints @azhur (#89)
🐛 Bug Fixes
🧰 Maintenance
- refactor(service errors): renamed *ServiceError into *ApiError in gRPC layer to avoid confusion with services @vmorarian (#135)
- refactor(thiserror): restructured gRPC layer - return thiserror instead of Status @vmorarian (#133)
- refactor(customers): use thiserror @vmorarian (#125)
📦 Dependencies
- chore(deps): update syn requirement from 1.0.109 to 2.0.52 @dependabot (#126)
- chore(deps): update base64 requirement from 0.21.4 to 0.22.0 @dependabot (#127)
- chore(deps): update tonic-types requirement from 0.10.2 to 0.11.0 @dependabot (#129)
- chore(deps): update build-info requirement from 0.0.34 to 0.0.35 @dependabot (#118)
- chore(deps): update cached requirement from 0.48.1 to 0.49.2 @dependabot (#117)
- chore(deps): bump pnpm/action-setup from 2 to 3 @dependabot (#99)
- chore(deps): bump the deps group in /modules/web with 4 updates @dependabot (#88)
- chore(deps-dev): bump the dev-deps group in /modules/web with 3 updates @dependabot (#87)
- chore(deps-dev): bump the npm_and_yarn group across 1 directories with 1 update @dependabot (#82)
- chore(deps): update miette requirement from 6.0.1 to 7.0.0 @dependabot (#76)
- chore(deps): bump actions/checkout from 3 to 4 @dependabot (#78)
- chore(deps): bump actions/setup-node from 3 to 4 @dependabot (#77)
- chore(deps-dev): bump the dev-deps group in /modules/web with 1 update @dependabot (#70)
v0.12.0
Changes
- chore: ignore http updates @gaspb (#68)
- feat: docker-compose for demo mode @vmorarian (#33)
- chore: update tsl & db related deps @gaspb (#67)
- chore: reverse and ignore tonic-tracing-opentelemetry @gaspb (#60)
- fix: Publish docker latest tag only on release @azhur (#59)
- chore: ignore docker caching error @gaspb (#58)
- chore: use dependabot groups @gaspb (#55)
- fix: dependabot is failing for cargo & npm @gaspb (#34)
- chore: reduce nextest time @gaspb (#28)
- chore: setup dependabot @gaspb (#27)
- chore: don't trace requests @gaspb (#26)
- fix: use VITE_ prefix @gaspb (#24)
- fix: Attempt to fix release-drafter @azhur (#25)
- chore: Add release-drafter @azhur (#16)
- refactor: naming convention of environment variables @vmorarian (#22)
- fix(readme): Suggest to run the meteroid-api @thomas-hilaire (#19)
- fix: Read meteroid api uri from env var @azhur (#17)
- chore: Publish docker images @gaspb (#15)
- chore: setup buf @gaspb (#14)
📦 Dependencies
- chore(deps-dev): bump the dev-deps group in /modules/web with 37 updates @dependabot (#65)
- chore(deps): update testcontainers-modules requirement from 0.2.0 to 0.3.2 @dependabot (#62)
- chore(deps): bump the deps group in /modules/web with 41 updates @dependabot (#57)
- chore(deps): update tonic-tracing-opentelemetry requirement from 0.14.1 to 0.15.0 @dependabot (#51)
- chore(deps): update redis requirement from 0.23.3 to 0.24.0 @dependabot (#42)
- chore(deps): update tracing-log requirement from 0.1.3 to 0.2.0 @dependabot (#48)
- chore(deps-dev): bump @storybook/react-vite from 7.5.1 to 7.6.12 in /modules/web @dependabot (#54)
- chore(deps-dev): bump eslint-config-next from 13.2.4 to 14.1.0 in /modules/web @dependabot (#44)
- chore(deps): update init-tracing-opentelemetry requirement from 0.14.1 to 0.16.0 @dependabot (#56)
- chore(deps-dev): bump postcss from 8.4.31 to 8.4.33 in /modules/web @dependabot (#49)
- chore(deps-dev): bump dependency-cruiser from 15.0.0 to 16.1.0 in /modules/web @dependabot (#52)
- chore(deps): update cached requirement from 0.46.1 to 0.48.1 @dependabot (#45)
- chore(deps-dev): bump @types/webpack-env from 1.18.3 to 1.18.4 in /modules/web @dependabot (#53)
- chore(deps): bump @mertasan/tailwindcss-variables from 2.2.3 to 2.7.0 in /modules/web @dependabot (#47)
- chore(deps): bump eslint-plugin-turbo from 1.10.16 to 1.12.2 in /modules/web @dependabot (#46)
- chore(deps-dev): bump @vitejs/plugin-react from 4.1.0 to 4.2.1 in /modules/web @dependabot (#43)
- chore(deps-dev): bump @storybook/react from 7.5.1 to 7.6.12 in /modules/web @dependabot (#37)
- chore(deps): bump mozilla-actions/sccache-action from 0.0.3 to 0.0.4 @dependabot (#30)
- chore(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#29)
- chore(deps): bump actions/checkout from 2 to 4 @dependabot (#31)