Developer Notes
SDK Server Bootstrap Package v/s OIM version compatibility matrix
>=7.197 and <7.198
Added support for systemId to store system-specific cache and cleanupGlobalCache flag to control cache cleanup. Added support for adding multiple inline url prefix.
>=7.179 and <7.182
Added Support for entity type and project movement. Added provision for filtering comments after specified time.
>=7.174 and <7.177
Added support for UserMention and EntityMention for MarkDown datatype and introduced support for subStepNumber in updateEntity.
>=7.168 and <7.174
Added support for Dynamic Retrieval of lookup fields in integration advance setting screens.
>=7.165 and <7.168
Added support for searching Entity Mention and User Mention in field or comment of HTML type using regex.
Developer Notes
💡 Looking for older developer notes? Check out the Developer Notes for versions prior to 1.6.0.
SDK Release 1.17.0
Added support for bulk linking and link ordering
Breaking Changes
Request payload has been enhanced to support adding multiple links for a given link type, and ordering in a single API call.
Request payload has been enhanced to support deleting multiple links for a given link type in a single API call.
Backward Compatible Changes
In links.linkTypes, attribute
isBulkLinkingSupportedis added.In links.rank.supportedRankOperations,
MOVE_BULK_AFTERis added.
SDK Release 1.16.0
Added support for systemId to store system-specific cache and cleanupGlobalCache flag to control cache cleanup.
Backward Compatible Changes
In URI Parameters:
Added query parameter of the
systemId.
In URI Parameters:
Added query parameter of the
systemId.Added query parameter of the
cleanupGlobalCache.
Added support for adding multiple inline url prefix.
Breaking Changes
Changed the datatype of
inlineFile.inlineFileUrlPrefixfromStringtoList<String>.
SDK Release 1.15.0
Added support for Rank synchronization
Backward Compatible Changes
Field
rankis added.
SDK Release 1.14.0
Added support for attachment file comment
Backward Compatible Changes
Attachment Create API and Attachment Update API
In request body
fileCommentfield, an optional attachment file comment is added.For example, if the attachment "Image.jpg" needs to add with the file comment "Sample trace image," we can use this file comment.
SDK Release 1.13.0
Added support for forming Remote Link using different base URL
Breaking Changes
In entityWebUrl field, a new field
baseUrlis added andurlTemplateattribute is renamed totrailingTemplate.These changes will be used to form a link.
Example: if the original
urlTemplateishttps://example.com/{0}/{1}/{2}, it will now be split into:baseUrl:https://example.com/trailingTemplate:{0}/{1}/{2}.
SDK Release 1.12.0
Added support for fetch mapped data only feature
Backward Compatible Changes
In URI Parameters:
A new query parameter,
fieldList, has been added.This parameter will have list of fields, and only the fields present in the
fieldListneed to be fetched.If an empty list is provided, all field values need to be returned.
Note: No in-memory filtration is required if the endpoint API does not support field filtering. In that case, the connector can return all fields.
SDK Release 1.11.0
Added support for entity type and project movement
Breaking Changes
In URI Parameters:
The
entityTypeIdis changed from path parameter to query parameter.This will be used in return field values for a given entity id without filter on entityTypeId or projectId in case it is sent as null.
Backward Compatible Changes
In Response Payload:
New metadata for
belongsToCategoriesandprojectMovementSupportedis introduced.These metadata will be used in entity type and project movement.
belongsToCategorieswill help to determine in which category given entity Type belongs.crossProjectMovementSupportwill help to determine if project movement is supported through API for the given entity Type or not.
Added support for filtering comments after specified time
Backward Compatible Changes
In URI Parameters:
New parameter
afterTimeis introduced, which can be used when end system supports time based filtering on comments.
Added archive support for entity
Breaking Changes
In URI Parameters, added param
deletionType.
Backward Compatible Changes
In Response Payload, added field
isArchiveSupported.
In Response Payload, added field
archiveMetadata.
SDK Release 1.10.0
Optimized Entity-List API
Backward Compatible Changes
In Response Payload:
Fields provided in fieldNameInfo in response payload for Entity Type-Get API and any field which can be configured for end system storage should be part of response payload.
SDK Release 1.9.0
Added support for UserMention and EntityMention for MarkDown datatype and introduced support for subStepNumber in updateEntity
Breaking Changes
In URI Parameters:
New parameter is introduced for
subStepNumber.Only consider the
subStepNumberchange in the updateEntity if themultiStepUpdatefield provided in the multiStepUpdate is eitherSTATIC_SUB_STEPSorDYNAMIC_SUB_STEPS.This parameter allows users to detect which API call to make based on Step number in which the field/fields came. Useful when there is separate API to transition Status from one state to another and all other fields can be updated in single update request to end system.
Backward Compatible Changes
In Response Payload:
New metadata for
additionalMetadatais introduced.This will be used to know if the connector supports user search based on
userNameand user search onemail.
SDK Release 1.8.0
Added support for Dynamic Retrieval of lookup fields in integration advance setting screens.
Breaking Changes
History-List API, Attachment_History-List, Comment_History-List, Link_History-List
In corresponding URI Parameters:
New parameter
orderByDirectionis introduced.This parameter gives direction for sorting to all the fields listed in history metadata
sortableFieldsset.
In URI Parameters:
New parameter
fieldScopeis introduced.This parameter gives the Scope where Lookup values for a field are to be displayed.
SDK Release 1.7.0
Added support for searching mention in HTML data type using regex
Backward Compatible Changes
New parameter introduced for
fieldDataTypefield ofuserMentionandentityMention.This parameter will allow user to detect mention from html data type using regex. This is useful when it's not possible to detect all the mention using html selector.
SDK Release 1.6.0
Added Support for Reference Fields
Backward Compatible Changes
In
fields,referenceFieldMetadatafield is added.In
fieldNameInfo,entityNameFieldNamefield is added.
Spring Boot version is upgraded from 2.7.8 to 3.2.3.
Last updated

