Skip to content

Releases: VapiAI/server-sdk-php

1.0.1

10 Apr 07:16
225102d

Choose a tag to compare

style: use string interpolation in JsonException messages

Replace string concatenation with double-quoted string interpolation
in error messages thrown by JsonDecoder, JsonDeserializer, and
JsonSerializer. The resulting messages are identical at runtime.

Key changes:
- Replace `"..." . $json` with `"...$json"` in JsonDecoder error messages
- Replace `"..." . $type` with `"...$type"` in JsonDeserializer error message
- Replace `"..." . $unionType` with `"...$unionType"` in JsonSerializer error message

🌿 Generated with Fern

1.0.0

07 Apr 01:45
4d6e89b

Choose a tag to compare

feat!: remove public classes for voicemail detection, call pagination…

0.0.1

17 Oct 21:24
01f0fcb

Choose a tag to compare

Release 0.0.1