All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.9.0 - 2024-12-28
-
MNS: Send and receive queue messages by @lizhineng in #88
-
Support for the
simple
style of parameter encoding by @lizhineng in #91
- Optional configs can also be nullable by @lizhineng in #89
0.8.0 - 2024-12-21
- OSS: Upload multiple objects #85
0.7.1 - 2024-12-07
- Fix PHP 8.4 deprecation warning caused by nullable type declaration #79
- Fix error when decoding XML data with an empty string #80
0.7.0 - 2024-11-23
- [INTERNAL] Cover test cases with PHP 8.4 on Github Actions #75
- Respect user data when object parameter lacks concrete definition #74
0.6.0 - 2024-11-16
- Trim endpoint for unwanted spaces #71
0.5.0 - 2024-10-26
- Retrieve the underlying value from the backed enum when resolving the schema value #63
- Encode array value to JSON string when schema misses style specification #64
- Respect product exception when something goes wrong #65
0.4.0 - 2024-10-05
- Update metadata from metadata repository instead of retrieving and building from scratch via Alibaba Cloud Openmeta #59
0.3.0 - 2024-09-21
- Support PHP 8.2 #52
- Update package vendor name from
dew
todew-serverless
#49 - SLS: align schema structure with the official API docs for the
PutLogs
API #55
0.2.0 - 2024-09-15
- Supports "any" type of schema #45
- Validate pattern for string property #46
0.1.0 - 2024-09-04
Initial release.