Full Changelog: v0.6.2...v0.7.0
- client: properly generate file params (59582b0)
- client: resolve serialization issue with unions and enums (5257135)
- populate enum-typed properties with enum instances (4fe2734)
Full Changelog: v0.6.1...v0.6.2
- internal: tweak CI branches (0c04e9f)
Full Changelog: v0.6.0...v0.6.1
Full Changelog: v0.5.0...v0.6.0
- api: manual updates (7a23bb1)
Full Changelog: v0.4.0...v0.5.0
- api: api update (d8c85b9)
- api: api update (92b50de)
- api: api update (c0fc7b8)
- api: manual updates (83a811c)
Full Changelog: v0.3.0...v0.4.0
- api: manual updates (77615d4)
Full Changelog: v0.2.0...v0.3.0
- client: redesign methods
- remove confusing
toArray()alias to__serialize()in favour oftoProperties()
- api: api update (bbcfa14)
- api: api update (7bb648b)
- api: api update (43a24ef)
- api: api update (a45d08d)
- api: api update (90a131a)
- api: api update (da8b838)
- api: manual updates (ef87761)
- client: redesign methods (5bc4f8f)
- remove confusing
toArray()alias to__serialize()in favour oftoProperties()(84053c4)
- ci: release doctor workflow (d7d0f00)
- ensure auth methods return non-nullable arrays (fd0ab3b)
- inverted retry condition (0112a9a)
- rename invalid types (6b7a996)
- add license (7742369)
- client: send metadata headers (9a72241)
- docs: update readme formatting (f992e92)
- internal: codegen related update (c124b7b)
- refactor methods (e25fa02)
- update SDK settings (66215fb)
- use pascal case for phpstan typedefs (574d168)
Full Changelog: v0.1.0...v0.2.0
- expose services and service contracts
- client: add raw methods (cec98f9)
- client: support raw responses (db0fac3)
- client: use real enums (9b7428f)
- expose services and service contracts (36e3c1d)
- cleanup streaming (d8d2163)
- document parameter object usage (8e520a0)
- fix lints in UnionOf (4fcc712)
- make more targeted phpstan ignores (35208e4)
Full Changelog: v0.0.2...v0.1.0
- use builders for RequestOptions
- rename errors to exceptions
- pagination field rename, and basic streaming docs
- refactor: namespacing cleanup
- refactor: clean up pagination, errors, as well as request methods
- client: add streaming (8a3649a)
- client: improve error handling (b8969bb)
- client: use named parameters in methods (f977b9a)
- ensure
->toArray()benefits from structural typing (16e7c95) - pagination field rename, and basic streaming docs (961e540)
- php: differentiate null and omit (d5736cf)
- php: rename internal types (d8b47a2)
- refactor: clean up pagination, errors, as well as request methods (26437b5)
- refactor: namespacing cleanup (666f374)
- rename errors to exceptions (92d9817)
- use builders for RequestOptions (7f3730e)
- add create release workflow (11358ea)
- basic pagination should work (041e76c)
- client: elide null named parameters (47e2824)
- minor bugs (2e13643)
- remove inaccurate
licensefield in composer.json (86ba48b) - streaming internals (39bcd29)
- add additional php doc tags (4403319)
- improve model annotations (b45934c)
- internal: refactor base client internals (36dc0b6)
- internal: refactored internal codepaths (b306fa4)
- intuitively order union types (150660a)
- readme improvements (ac66540)
- refactor request options (f1b303a)
- refactor: simplify base page interface (95b27e8)
- remove
php-http/multipart-stream-builderas a required dependency (607f49a) - remove type aliases (ff49892)
- simplify model initialization (f38ec08)
Full Changelog: v0.0.1...v0.0.2