Releases: CrystallizeAPI/import-utilities
v1.28.0
v1.27.0
v1.26.0
v1.25.0
v1.24.4
v1.24.3
v1.24.2
v1.24.1
v1.24.0
Minor Changes
-
2bc9e95:
includeDescendantsOfUnpublishedFolders
option for items is
introduced to give you the possibility to include published items that are
located under an published folders forbootstrapper.createSpec()
.This is only useful if you're targeting the
published
version of items.
Example:const spec = await bootstrapper.createSpec({ ... items: { version: 'published', includeDescendantsOfUnpublishedFolders: true, } })
Beware Unpublished folders will appear with an invalid shape identifier in
the export, which makes it unsuitable for import. The real value here is if
you combine this with anothercreateSpec
where you target thecurrent
or
draft
version of items, which together gives the correct image of the
current item tree state.
v1.23.0
Minor Changes
-
2eecefa: Certain internals in the items area are now running in parallel for
the spec creation. This increases the speed of spec creation of items with
roughly 40%.This also introduces an internal load balancing mechanism, which is designed
to keep the request counts below the threshold of Crystallize APIs