Skip to content

Releases: kube-rs/kopium

0.22.5

22 Sep 09:11
0.22.5
c4931d1

Choose a tag to compare

What's Changed

Fixes handling of unusual oneOf combinations containing only native types.

Changes

  • handle values that are either strings or array of strings by @sebhoss in #373

Full Changelog: 0.22.4...0.22.5

0.22.4

18 Sep 13:16
0.22.4
0105d7a

Choose a tag to compare

What's Changed

Fixes a regression of struct case names from 0.22.2 along with making kinds with consecutive upper case letters consistent with pascalcased ones.

Changes

Dependencies

  • Bump kube from 2.0.0 to 2.0.1 in the kube group by @dependabot[bot] in #368
  • Bump the core group across 1 directory with 3 updates by @dependabot[bot] in #372

Full Changelog: 0.22.3...0.22.4

0.22.3

14 Sep 18:29
0.22.3
64a550d

Choose a tag to compare

What's Changed

Another two generation fixes by @ClemaX 🙌

Changes

  • Fix nested additional properties with properties inside by @ClemaX in #366
  • Fix array of arrays handling by @ClemaX in #364

Full Changelog: 0.22.2...0.22.3

0.22.2

14 Sep 16:47
0.22.2
728e335

Choose a tag to compare

What's Changed

Two more fixes for generation edge cases. Courtesy of @ClemaX .

Changes

  • Ensure analyze stack initial base name uses upper camel case by @ClemaX in #365
  • Fix map of numbers by @ClemaX in #367

Full Changelog: 0.22.1...0.22.2

0.22.1

10 Sep 15:53
0.22.1
90a1ca5

Choose a tag to compare

What's Changed

Generation fix for edge cases.

Changes

Full Changelog: 0.22.0...0.22.1

0.22.0

09 Sep 18:05
0.22.0
4babba0

Choose a tag to compare

What's Changed

Important bugfix + kube 2 bump.

Changes

Dependencies

New Contributors

Full Changelog: 0.21.3...0.22.0

0.21.3

18 Aug 07:02
0.21.3
49bd6cb

Choose a tag to compare

What's Changed

Fixes an issue with generated documentation not being compatible with rustdoc when containing hyperlinks.

Changes

  • fix: promote-urls-to-hyperlinks by @hhcs9527 in #354

Dependencies

New Contributors

  • @hhcs9527 made their first contribution in #354

Full Changelog: 0.21.2...0.21.3

0.21.2

13 Mar 13:21
0.21.2
bd43031

Choose a tag to compare

What's Changed

2 fixes for .status detection and unknown field handling, and a few months of dependabot.

Changes

  • Fix x-kubernetes-preserve-unknown-fields with type array by @mnaser in #314
  • fix: detect status properties in the root schema by @HoKim98 in #320

Dependencies

New Contributors

Full Changelog: 0.21.1...0.21.2

0.21.1

12 Sep 20:01
0.21.1
61ea7b4

Choose a tag to compare

What's Changed

Fix

  • Escape code blocks in rustdocs with text attribute by @alexsnaps in #270
  • Swap internal lazy_static regex init for std OnceLock by @clux in #271

Dependencies

New Contributors

Full Changelog: 0.21.0...0.21.1

0.21.0

09 Sep 13:53
0.21.0

Choose a tag to compare

What's Changed

Changes

Dependencies

Full Changelog: 0.20.1...0.21.0