Releases: orbcorp/orb-python
Releases · orbcorp/orb-python
v1.56.0
v1.55.0
v1.54.0
v1.53.0
v1.52.0
v1.51.0
v1.50.1
v1.50.0
v1.49.0
v1.48.0
1.48.0 (2024-05-03)
Full Changelog: v1.47.1...v1.48.0
Features
- add webhooks verification helpers (d3763df)
- api: add
invoice_source
to invoice (#225) (4d65ea3) - api: add effective_date field (#231) (4db6fc1)
- api: add param to backfill create (#247) (8a21054)
- api: add subscription update endpoint (#238) (c116802)
- api: add the shared model PaginationMetadata (#235) (0506ab6)
- api: add tiered package with minimum price (#220) (6f47aea)
- api: price evaluation endpoint generally available (#240) (c83a0b4)
- api: remove accidental null (#215) (41dcb8c)
- api: timeframe_end and timeframe_start accept null (#219) (3a3872e)
- api: updates (#210) (5b302c6)
- api: updates (#228) (d0ffb6d)
- api: updates (#229) (dc48f78)
- api: updates (#252) (85d4759)
- client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#224) (128a275)
- client: add webhook secret argument (#212) (b611a6c)
- models: add to_dict & to_json helper methods (#226) (db7526a)
- package: export default constants (#214) (1d80f5f)
Bug Fixes
- api: add shared model BillingCycleRelativeDate (#237) (ed85a2a)
- api: some path params were incorrectly typed as nullable (#236) (f89e868)
- docs: doc improvements (#242) (d7bc080)
- project: use absolute github links on PyPi (#216) (bb54f40)
Chores
- client: log response headers in debug mode (#248) (b368546)
- client: validate that max_retries is not None (#218) (c885c17)
- docs: revise currency description (#223) (b19a196)
- fix typo (#227) (cd4f7e2)
- internal: add link to openapi spec (#249) (b370433)
- internal: add lru_cache helper function (#232) (a7b6f74)
- internal: add scripts/test, scripts/mock and add ci job (#250) (85b7769)
- internal: ban usage of lru_cache (#233) (e7074d3)
- internal: bump mock server version to ~5.8.0 (#251) (d9d27b0)
- internal: bump pyright to 1.1.359 (#234) (11ab6aa)
- internal: defer model build for import latency (#221) (5a58805)
- internal: formatting (#230) (04ff195)
- internal: minor reformatting (#246) (c549be2)
- internal: reformat imports (#245) (45181a9)
- internal: restructure imports (#239) (3dddf85)
- internal: streaming updates (#222) (a207206)
- internal: update test helper function (#244) (2c95701)
- internal: use actions/checkout@v4 for codeflow (#243) (5ee51b3)