FHIR Chat · SUSHI 1.0.0 · shorthand

Stream: shorthand

Topic: SUSHI 1.0.0


view this post on Zulip Julian Carter (Nov 13 2020 at 19:52):

Announcing SUSHI 1.0.0. This is the first stable release of SUSHI 1.0.0, and includes the following changes from SUSHI 1.0.0 beta 4:

  • Supports new instance-name and instance-description extensions to set example resource metadata in the generated IG
  • The external keyword for menu URLs in config.yaml is no longer supported since the IG Publisher now detects external links and automatically inserts an external link icon.
  • Emits an error if an inline extension is defined on a profile since this is disallowed by the IG Publisher
  • Fixes SUSHI incorrectly counting the minimum cardinality on sliced elements
  • If SUSHI is run against a directory with no FSH files but the directory has a config.yaml or sushi-config.yaml file, SUSHI will not exit early

To install or update to this new version, run the following command:
$ npm install -g fsh-sushi

For more information please see the SUSHI 1.0.0 Release Notes.

view this post on Zulip David Hay (Nov 15 2020 at 20:39):

Just to confirm that we can't yet use the git autobuild feature with 1.0.0 ?

view this post on Zulip Jose Costa Teixeira (Nov 15 2020 at 21:18):

What's the git autobuild feature?

view this post on Zulip Jose Costa Teixeira (Nov 15 2020 at 21:19):

Ah you mean if you can use the latest version of sushi in the CI build?

view this post on Zulip David Hay (Nov 15 2020 at 21:28):

yep...

view this post on Zulip David Hay (Nov 15 2020 at 21:29):

My understanding is that I can only use the CI build with the previous sushi versions...

view this post on Zulip Grahame Grieve (Nov 15 2020 at 21:43):

no you can specify which version you want

view this post on Zulip David Hay (Nov 15 2020 at 22:05):

Ah - silly me, didn't read the release notes correctly. Thanks...

view this post on Zulip Chris Moesel (Nov 16 2020 at 13:17):

Right. By default the auto-build will use the latest version, which is 1.0.0 now. If you want something else, you specify it in fsh.ini as noted in the release notes.


Last updated: Apr 12 2022 at 19:14 UTC