This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Releases: tierrun/tier
Releases · tierrun/tier
v0.12.0
v0.11.1
v0.11.0
Changelog
- b5629c4 VERSION.txt: This is version 0.11.0 (#294)
- e4c052f api: add coupon support (#289)
- 45df530 api: fix setting of default payment method (#293)
- 10c6612 api: support tax ID collection on checkout (#285)
- 5510564 api: wire up tax collection for Checkout (#286)
- 8270536 client/tier: expose tax parameters for Checkout (#287)
v0.10.0
Changelog
- 9076354 VERSION.txt: This is v0.10.0 (#284)
- 10455f9 VERSION.txt: This is v0.9.1 (Docker only) (#266)
- b80919a api: add support for decimal unit prices (#260)
- 7322395 api: add test clock support (#264)
- f26506a api: expose Trial and End on /v1/phase response (#273)
- 4b183c9 api: expose current period start and end (#282)
- 108add4 api: support automatic tax collection (#278)
- 4753d71 apitypes: omit PhaseResponse.End from JSON if empty (#274)
- e99e82d client/tier: add Cancel (#263)
- bf6fc2e client/tier: change Report to default to Stripe's now (#275)
- d87ce90 client/tier: change default BaseURL if TIER_API_KEY set (#281)
- cf75569 control: Set, do not Add the test_clock (#271)
- 8d43747 control: be more aware of test clocks (#270)
- 53f58b0 control: convert single tier to metered+per_unit (#267)
- c3fbf7b control: report Plans for subscriptions without schedules (#283)
- f366a46 control: support division transform (#268)
- ffb064e schema: add divide to feature definition (#269)
- 1559fe1 stripe: fix test mode links (#262)
- ef49337 various: tighten up tests (#265)
v0.9.0
v0.8.2
v0.8.1
Changelog
- 035cb10 Move pricing.schema.json into this repo
- 5477856 Update README.md
- 448c77c Updating link to Docs
- 9b10f0d VERSION.txt: This is v0.8.0 (#246)
- 1c512b3 VERSION.txt: This is v0.8.1 (#251)
- 912892b client/tier: accept TIER_API_KEY (#241)
- 592b1a5 cmd/tier: add --clobber flag to report command (#225)
- 601a48f cmd/tier: add share command (#232)
- ae0362e control: cancel subscription, not the schedule (#250)
- 1b05cfd control: return pseudo phases if no schedule (#226)
- 6a79d93 refs: add Plan.Less and Plan.Version (#247)
- 554aac2 refs: use strings.CutPrefix (#242)
- 3d81f73 use "subscription.status" instead of trial_end. (#231)
v0.8.0
Changelog
- 5477856 Update README.md
- 4b8c074 VERSION.txt: This is v0.8.0
- 912892b client/tier: accept TIER_API_KEY (#241)
- 592b1a5 cmd/tier: add --clobber flag to report command (#225)
- 601a48f cmd/tier: add share command (#232)
- 1b05cfd control: return pseudo phases if no schedule (#226)
- 554aac2 refs: use strings.CutPrefix (#242)
- 3d81f73 use "subscription.status" instead of trial_end. (#231)
v0.7.1
v0.7.0
Changelog
- 08b6e89 VERSION.txt: This is v0.7.0
- 83726d7 api/materialize: make aggregates roundtrip (#198)
- 6d2351d api: cancel schedules with empty phases (#205)
- 02e0f9e api: detect and report lingering idempotency keys (#204)
- 59a04f8 api: report 400 if plan or feature not found (#212)
- 313127f api: support free trials (#203)
- 737be1d client/tier: change ReportUsage required params to positional arguments (#217)
- 6bdd7c5 client/tier: make base URL configurable (#201)
- dad376f cmd/tier: accept -c on push to switch and push (#214)
- f9c56e7 cmd/tier: accept a pricing.json from a URL (#213)
- 836ab6a cmd/tier: add -cancel flag to subscribe command (#209)
- af93b08 cmd/tier: add environment section to usage (#202)
- 0896352 cmd/tier: set Accept to application/json on push (#216)
- c8f5624 fix panic when updating org with existing schedule (#196)
- 9686bb7 go mod tidy
- ba7aac4 release.sh: add docker manifest support
- 6050d22 release.sh: fix deprecation warnings
- 71128bf release.sh: release by default
- e4a653d stripe: add Version and default to 2022-11-15 (#210)