Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Releases: openlattice/lattice-js

release v0.85.1

04 Dec 23:07
Compare
Choose a tag to compare

release v0.85.1

  • updated OrganizationsApi
    • updated promoteStagingTable to pass the text/plain content type

release v0.85.0

04 Dec 23:08
Compare
Choose a tag to compare

release v0.85.0

  • updated OrganizationsApi
    • added promoteStagingTable

release v0.84.1

04 Dec 23:10
Compare
Choose a tag to compare

release v0.84.1

  • fix the grants field on the Organization model
    • old structure was grants :{ [UUID] :GrantObject }
    • new structure is grants :{ [UUID] :{ [GrantType] :GrantObject} }

release v0.84.0

04 Dec 23:13
Compare
Choose a tag to compare

release v0.84.0

  • DataSetsApi updates
    • new getOrganizationDataSetSchema
  • OrganizationsApi updates
    • new transportOrganizationEntitySet
    • new destroyTransportedOrganizationEntitySet

release v0.83.0

19 Nov 02:11
Compare
Choose a tag to compare

release v0.83.0

  • new PrincipalsApi.getAtlasCredentials

release v0.82.4

18 Nov 19:58
Compare
Choose a tag to compare

release v0.82.4

  • added METADATA to EntitySetFlagTypes

release v0.82.3

10 Nov 21:11
Compare
Choose a tag to compare

release v0.82.3

  • Organization builder sets metadataEntitySetIds to 00000000-0000-0000-0000-000000000000 by default

release v0.82.2

03 Nov 11:02
Compare
Choose a tag to compare

release v0.82.2

  • add metadataEntitySetIds to Organization model

release v0.82.1

02 Nov 19:37
Compare
Choose a tag to compare

release v0.82.1

  • SearchApi.searchEntitySetMetaData accepts a new organizationId property as part of searchOptions

release v0.82.0

02 Nov 19:36
Compare
Choose a tag to compare

release v0.82.0

  • added { 'Content-Type': 'application/json' } as new default header for patch, post, put methods for axios instances
  • SearchApi.searchEntitySetMetaData accepts a new excludePropertyTypes property as part of searchOptions