Releases: microsoft/kiota-ruby
Releases · microsoft/kiota-ruby
Release list
v0.18.0
0.18.0 (2026-08-24)
Features
- add composed types support (union/intersection) (039b8ae)
- add composed types support (union/intersection) (4907000)
- add workflow_dispatch trigger to all workflows (e7ec34e)
- move Ruby libraries to a monorepo (f4cf832)
- Switch to monorepo (d83796d)
- upgrade ruby CI matrix to 3.3, 3.4 and 4.0 (b8ae278)
- upgrade ruby CI matrix to 3.3, 3.4 and 4.0 (2ab5a2e)
Bug Fixes
- anonymous authentication provider did not return a fiber resulting in a failure (29b9d31)
- update minimum required ruby version to 3.3.0 (26e398e)
- update minimum required ruby version to 3.3.0 (da96f19)
- use VERSION constant for abstractions dependency in downstream gemspecs (dc5c71c)
- use VERSION constant for abstractions dependency in downstream gemspecs (3327913)
v0.16.0
v0.15.1
v0.15.0
v0.14.4
Changed
- Fixed a bug that was causing the content not to be set in the request information.
v0.14.3
Added
- Added a content type parameter to the stream content method of request information.
v0.14.2
v0.14.1
v0.14.0
Changed
- Bumped minimum required ruby version to 3.0.
Added
- Added a base request builder and request configuration class to reduce the amount of generated code.
v0.13.0
Added
- Added a method to convert abstract requests to native requests in the request adapter interface.