Skip to content

Latest commit

 

History

History
118 lines (74 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

118 lines (74 loc) · 3.33 KB

Changelog

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

Added

  • MNS: Send and receive queue messages by @lizhineng in #88

  • Support for the simple style of parameter encoding by @lizhineng in #91

Changed

  • Optional configs can also be nullable by @lizhineng in #89

0.8.0 - 2024-12-21

Added

  • OSS: Upload multiple objects #85

0.7.1 - 2024-12-07

Fixed

  • 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

Added

  • [INTERNAL] Cover test cases with PHP 8.4 on Github Actions #75

Changed

  • Respect user data when object parameter lacks concrete definition #74

0.6.0 - 2024-11-16

Changed

  • Trim endpoint for unwanted spaces #71

0.5.0 - 2024-10-26

Added

  • Retrieve the underlying value from the backed enum when resolving the schema value #63

Changed

  • Encode array value to JSON string when schema misses style specification #64

Fixed

  • Respect product exception when something goes wrong #65

0.4.0 - 2024-10-05

Changed

  • Update metadata from metadata repository instead of retrieving and building from scratch via Alibaba Cloud Openmeta #59

0.3.0 - 2024-09-21

Added

  • Support PHP 8.2 #52

Changed

  • Update package vendor name from dew to dew-serverless #49
  • SLS: align schema structure with the official API docs for the PutLogs API #55

0.2.0 - 2024-09-15

Added

  • Supports "any" type of schema #45
  • Validate pattern for string property #46

0.1.0 - 2024-09-04

Initial release.