Releases: Hawkeye-Claims/go-zoom
Releases · Hawkeye-Claims/go-zoom
Release list
v1.1.0
v1.0.0
1.0.0 (2026-05-12)
Features
- add stdlib-based zoom cli wrapper with auth and service commands (3833532)
- add Zoom workflow skills (4ecf88d)
- cli: add create subcommands with json and json-file input (3fbb66b)
- cli: add phone recording download commands (0274a5c)
- cli: support query JSON for get commands (965cc3d)
- included event for call recording webhooks (1f0ac32)
- included missing methods from existing sdk methods (53571b5)
- support CLI OAuth authorization links (5e340a0)
Bug Fixes
- added call history id to recording model (b9737be)
- ApprovalType should not omit when zero'd (22423a3)
- check oauth token unlock error (914aad9)
- escape meetingId and userId with url.PathEscape in meeting.go URLs (7dc0ca7)
- escape userId with url.PathEscape in URL path segments (885d33d)
- initialize models.User pointer in UsersService.Update to unmarshal response (7e6907a)
- make Feature a pointer and add omitempty to all UserUpdateAttributes fields (0198910)
- models: fixed ext types that weren't using the available enums (b3008f2)
- omit empty meeting settings fields in payloads (07611df)
- omit empty nested fields in meeting and user payloads (33dfe0a)
- omit empty nested fields in meeting create payload (5c99b2d)
- omit empty tracking fields in meeting create payload (8234830)
- phone/models: added missing fileds in CallPath and CallElement structs (5c6b52e)
- phone: added missing fields to Call History and Call Path objects (8998c7c)
- phone: corrected type of channel marks (d391664)
- phone: fixed version type (3cc73de)
- phone: formatting of TS fields to string (4c47748)
- phone: improve OAuth token error handling and call history id mapping (2f297a0)
- rename CallRecorddingGetOptions to CallRecordingGetOptions (f932b4a)
- server: correct Zoom webhook validation parsing (1e0ed15)
- track cli entrypoint and validate build (ec79861)
- validate oauth listen address includes port (ec90cc7)