Skip to content

Releases: terrestris/shogun-util

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

v1.2.1

22 Jun 15:25
Compare
Choose a tag to compare

1.2.1 (2022-06-22)

Bug Fixes

  • delete operation do not return any content (9d2edf1)

v1.2.0

22 Jun 09:37
Compare
Choose a tag to compare

1.2.0 (2022-06-22)

Bug Fixes

  • remove obsolute window namespace (ff0726b)

Features

  • add getBearerTokenHeader util (0930303)
  • Add OpenAPIService (f7b6e5f)
  • applies the keycloak access token to each request (1fba0a7)
  • send bearer token for WMS Image, ImageTile and WFS (same-origin) requests (c534377)

v1.1.0

20 Jun 19:53
Compare
Choose a tag to compare

1.1.0 (2022-06-20)

Bug Fixes

Features

  • Add CacheService (208de8f)
  • Add DefaultApplicationTheme and make description optional (893bdd3)
  • Add GroupService and update User model to match current state of SHOGun, it accepts the authentication provider details as generic type now (0fd7a21)
  • add services for File and ImageFile models (b7417c4)
  • add support for WFS layers in parser (720b38b)

v1.0.1

02 May 14:09
Compare
Choose a tag to compare

1.0.1 (2022-05-02)

Bug Fixes