Skip to content

Releases: microsoft/kiota-ruby

v0.18.0

Choose a tag to compare

@release-please-token-provider release-please-token-provider released this 24 Aug 17:53
v0.18.0
6358df1

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

Choose a tag to compare

@release-please-token-provider release-please-token-provider released this 19 Aug 14:44
291efac

0.16.0 (2026-08-19)

Features

  • add composed types support (union/intersection) (039b8ae)
  • add composed types support (union/intersection) (4907000)

v0.15.1

Choose a tag to compare

@release-please-token-provider release-please-token-provider released this 23 Apr 15:36
d810df2

0.15.1 (2026-04-23)

Bug Fixes

  • update minimum required ruby version to 3.3.0 (26e398e)
  • update minimum required ruby version to 3.3.0 (da96f19)

v0.15.0

Choose a tag to compare

@release-please-token-provider release-please-token-provider released this 21 Apr 11:30
b75afa4

0.15.0 (2026-04-20)

Features

  • add workflow_dispatch trigger to all workflows (e7ec34e)
  • 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)

v0.14.4

Choose a tag to compare

@github-actions github-actions released this 06 Feb 18:24
v0.14.4
7367a15

Changed

  • Fixed a bug that was causing the content not to be set in the request information.

v0.14.3

Choose a tag to compare

@github-actions github-actions released this 11 Oct 16:29
v0.14.3
c7b52fa

Added

  • Added a content type parameter to the stream content method of request information.

v0.14.2

Choose a tag to compare

@github-actions github-actions released this 05 Oct 13:31
v0.14.2
53793ad
try add for headers

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 11:57
v0.14.1
eebfb06
switches to std url template

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 14:00
v0.14.0
feb925f

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

Choose a tag to compare

@github-actions github-actions released this 10 Jan 13:34
v0.13.0
69f093b

Added

  • Added a method to convert abstract requests to native requests in the request adapter interface.