Skip to content

Releases: terrestris/shogun-util

v3.3.0

09 Aug 14:56
Compare
Choose a tag to compare

3.3.0 (2022-08-09)

Bug Fixes

  • provide a default type for the group provider details (f6d3c67)

Features

  • initialize the PermissionService (3e60913)

v3.2.2

02 Aug 06:46
Compare
Choose a tag to compare

3.2.2 (2022-08-02)

Bug Fixes

  • set useBearerToken as property of the layer (d2c1033)

v3.2.1

01 Aug 12:52
Compare
Choose a tag to compare

3.2.1 (2022-08-01)

Bug Fixes

  • set toolConfig to an array (6fe532a)

v3.2.0

01 Aug 11:28
Compare
Choose a tag to compare

3.2.0 (2022-08-01)

Features

v3.1.3

08 Jul 13:21
Compare
Choose a tag to compare

3.1.3 (2022-07-08)

Bug Fixes

v3.1.2

01 Jul 11:43
Compare
Choose a tag to compare

3.1.2 (2022-07-01)

Bug Fixes

  • allows custom request params (f1bebd0)

v3.1.1

01 Jul 06:37
Compare
Choose a tag to compare

3.1.1 (2022-07-01)

Bug Fixes

  • move transparent param to requestParam map (f9d18f8)

v3.1.0

30 Jun 11:57
Compare
Choose a tag to compare

3.1.0 (2022-06-30)

Features

  • configurable transparent parameter (66a97d8)

v3.0.0

28 Jun 11:42
Compare
Choose a tag to compare

3.0.0 (2022-06-28)

Bug Fixes

Features

  • add test for getLayerIds method (309f38f)
  • request application layers in bundle (715caad)
  • return data from response (8c02fe2)

BREAKING CHANGES

  • Methods parseNodes and parseFolder are expecting a mandatory array of layer entities as second argument
  • Changes return value of sendQuery method from Promise<GraphQlResponse<T>> to Promise<[key: string]: T[]>`

v2.0.0

24 Jun 09:54
Compare
Choose a tag to compare

2.0.0 (2022-06-24)

Bug Fixes

  • set KeycloakGroupRepresentation as default type argument (ddd07dd)

Styles

  • rename ShogunApplicationUtil to SHOGunApplicationUtil (d3ece9c)
  • rename SHOGunClient to SHOGunAPIClient and cache services after first creation (6fb1b0b)

BREAKING CHANGES

  • Renames ShogunApplicationUtil to SHOGunApplicationUtil
  • Renames the SHOGunClient to SHOGunAPIClient