Skip to content

Releases: ZGCA-Forge/MsgCenterPy

v0.1.8

21 Mar 17:41

Choose a tag to compare

What's Changed

Bug Fixes

  • fix: resolve nested ROS2 message types losing properties in JSON Schema generation
    • Array fields containing nested message types (e.g., Point[]) were serialized as {type: object} without inner properties
    • Now correctly extracts and includes all nested fields, required list, and title via NamespacedType introspection
    • Supports arbitrary nesting depth (e.g., arrays of objects containing arrays of objects)

Refactoring

  • Simplified _extract_namespaced_type_fields by removing redundant try-except and post-processing

Full Changelog: v0.1.7...v0.1.8

v0.1.7

01 Mar 06:08

Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7

0.1.6

28 Feb 12:52

Choose a tag to compare

What's Changed

  • ci(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #11
  • ci(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #10
  • ci(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #12

Full Changelog: v0.1.5...0.1.6

0.1.5

25 Nov 05:27

Choose a tag to compare

What's Changed

  • ci(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #7
  • ci(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #8
  • ci(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #9

Full Changelog: 0.1.4...0.1.5

0.1.4

01 Oct 08:26

Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

0.1.3

01 Oct 08:13

Choose a tag to compare

What's Changed

  • ci(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #6

Full Changelog: 0.1.0...0.1.3

0.1.0

04 Sep 17:30

Choose a tag to compare

0.1.0 Pre-release
Pre-release

What's Changed

  • ci(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #1
  • ci(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #2
  • ci(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #3
  • ci(deps): bump actions/configure-pages from 4 to 5 by @dependabot[bot] in #4
  • ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #5

New Contributors

Full Changelog: 0.0.5...0.1.0

0.0.5

03 Sep 05:10

Choose a tag to compare

Full Changelog: 0.0.4...0.0.5

0.0.3

03 Sep 04:48

Choose a tag to compare

0.0.3 Pre-release
Pre-release