Skip to content

Releases: jentic/jentic-openapi-tools

Release v1.0.0-alpha.49

30 Mar 08:40

Choose a tag to compare

v1.0.0-alpha.49 (2026-03-30)

Bug Fixes

  • security: Update requests to v2.33.0 (67007e0)

Release v1.0.0-alpha.48

13 Mar 21:45

Choose a tag to compare

v1.0.0-alpha.48 (2026-03-13)

Features

  • validator-speclynx: Add support for disabling source maps (#234, abba0ff)

Release v1.0.0-alpha.47

13 Mar 13:14

Choose a tag to compare

v1.0.0-alpha.47 (2026-03-13)

Bug Fixes

  • validator-speclynx: Path.stop() in merged visitor no longer skips subsequent visitors for current node (#232, cc89d7c)

Release v1.0.0-alpha.46

10 Mar 08:45

Choose a tag to compare

v1.0.0-alpha.46 (2026-03-10)

Features

Release v1.0.0-alpha.45

09 Mar 18:12

Choose a tag to compare

v1.0.0-alpha.45 (2026-03-09)

Documentation

  • tests: Clarify cpu-heavy timing tests verify scheduling not GIL behavior
    (1ac16b8)

Features

  • validator: Add cpu-heavy execution tier for long-running backends
    (41f1e43)

  • validator: Bound process pool workers and add max_process_workers param
    (f4227f3)

  • validator: Optimize parallel execution with GIL-aware backend scheduling
    (5b8968c)

Refactoring

  • traverse: Optimize MergedVisitor with method caching and negative lookup cache
    (c4a26e8)

Testing

  • validator: Replace fork context with thread-based executor in tests
    (119834d)

  • validator: Use monotonic clock and reduce timing test delays
    (fdd70a0)

Release v1.0.0-alpha.44

02 Mar 20:03

Choose a tag to compare

v1.0.0-alpha.44 (2026-03-02)

Features

  • validator-speclynx: Allow defining deterministic order (#224, 269a624)

Release v1.0.0-alpha.43

02 Mar 10:28

Choose a tag to compare

v1.0.0-alpha.43 (2026-03-02)

Bug Fixes

  • parser: Avoid reusing underlying yaml parser instances (#220, 7788d7b)

  • security: Update JavaScript deps to latest versions (#223, 4b3418d)

Features

  • parser: Add dataclass serialization support to CustomEncoder (#222, e28f99c)

Release v1.0.0-alpha.42

18 Feb 20:15

Choose a tag to compare

v1.0.0-alpha.42 (2026-02-18)

Bug Fixes

  • validator-speclynx: Add platform-independent support for npm@11 (#213, f4b9e0f)

Release v1.0.0-alpha.41

18 Feb 19:05

Choose a tag to compare

v1.0.0-alpha.41 (2026-02-18)

Bug Fixes

  • Update @redocly/cli to v2.19.0 - run on Node.js@24 (#211, a45d343)

  • validator-speclynx: Update @speclynx/apidom to v2.12.1 (#212, 807a1fe)

Release v1.0.0-alpha.40

13 Feb 23:33

Choose a tag to compare

v1.0.0-alpha.40 (2026-02-13)

Features

  • validator-speclynx: Expose OpenAPI namespaces via toolbox (#210, 6749982)