Skip to content

Releases: SolaceLabs/solace-tools-typescript

@solace-labs/[email protected]

13 May 14:06
bb4be4d
Compare
Choose a tag to compare

Patch Changes

@solace-labs/[email protected]

11 May 12:14
578f302
Compare
Choose a tag to compare

Patch Changes

  • cb9ae40: new features & enhancements

    • test framework
    • logging & summary output
    • migrate application domains
    • migrate schemas

@solace-labs/[email protected]

10 May 08:33
cb62572
Compare
Choose a tag to compare

Patch Changes

  • 298ce8d: added to solace tools repo

@solace-labs/[email protected]

27 Apr 09:18
e23eb71
Compare
Choose a tag to compare

Minor Changes

@solace-labs/[email protected]

17 Apr 10:42
6d8f8b3
Compare
Choose a tag to compare

Minor Changes

  • cb1bdb7: added custom attributes to all elements

@solace-labs/[email protected]

17 Apr 10:42
6d8f8b3
Compare
Choose a tag to compare

Minor Changes

  • ec88047: added state name + state Id handling on import

    Note: this version contains breaking changes

    configuration

    • replaced: CLI_IMPORT_ASSETS_TARGET_LIFECYLE_STATE
    • with: CLI_IMPORT_DEFAULT_STATE_NAME
      • options: ['draft', 'released', 'deprecated', 'retired'], default='released'

    async api ep extensions for stateId

    • x-ep-state-name: options: ['draft', 'released', 'deprecated', 'retired']
    • x-ep-state-id: options: ['1', '2', '3', '4']
    • state name is evaluated first, if not present, state id is evaluated
    • if neither state name nor state id are present, defaults to env var: CLI_IMPORT_DEFAULT_STATE_NAME

Patch Changes

@solace-labs/[email protected]

03 Apr 05:33
c060558
Compare
Choose a tag to compare

Patch Changes

  • 2c356b0: bug fixes

    • copy versions: fixed copy of shared flag

@solace-labs/[email protected]

03 Apr 05:33
c060558
Compare
Choose a tag to compare

Minor Changes

  • f1bd032: added support for additional extensions at all levels

    • shared
    • state name & state id

    upgrade asyncapi/parser to version 1.18.1

@solace-labs/[email protected]

03 Apr 05:33
c060558
Compare
Choose a tag to compare

Minor Changes

  • 2c356b0: new features

    • new env var: CLI_IMPORT_DEFAULT_SHARED_FLAG
      • options: [true, false], default=true

Patch Changes

@solace-labs/[email protected]

03 Apr 18:42
Compare
Choose a tag to compare

Minor Changes