Skip to content

1.28.0

Choose a tag to compare

@koriym koriym released this 08 Dec 17:48
· 121 commits to 1.x since this release

Added

  • Ray.InputQuery #[Input] attribute support for OPTIONS method
    • OPTIONS requests now properly expand #[Input] parameters to show constructor properties
    • Added comprehensive test coverage for Input parameter expansion scenarios

Fixed

  • Bug where non-Input required parameters were dropped when #[Input] attribute existed
  • OPTIONS method now correctly handles mixed Input and regular parameters

Changed

  • Refactored OptionsMethodRequest parameter processing for improved maintainability
    • Extracted Input parameter processing to dedicated method
    • Improved code organization and readability