Skip to content

Releases: gooddata/gooddata-java

3.6.0+api3

03 Mar 09:27

Choose a tag to compare

  • Add support for AccessLog API (new part of audit log)

See closed issues in issue tracker.

3.5.0+api3

22 Jan 13:34

Choose a tag to compare

  • Add hierarchical config api instead of deprecated feature flags
  • Bump some dependency versions

See closed issues in issue tracker.

3.4.0+api3

18 Dec 12:22

Choose a tag to compare

  • Zendesk4Reload support
  • Updated dependencies

See closed issues in issue tracker.

3.3.0+api3

10 Nov 08:10

Choose a tag to compare

  • Add export/import of the whole project - one can use it e.g. to clone a project
  • Add "type" property to AttributeHeader so that the type of a display form can be passed to an AFM execution response

See closed issues in issue tracker.

3.2.0+api3

07 Sep 13:47

Choose a tag to compare

  • Introduce ranking filter in executeAfm resource
  • Upgrade dependencies

See closed issues in issue tracker.

3.1.0+api3

10 Aug 12:42

Choose a tag to compare

  • Add possibility to delete connector's integration
  • Upgrade dependencies

See closed issues in issue tracker.

3.0.1+api3

23 Jun 12:20

Choose a tag to compare

  • Deprecate Project Templates (EOL 2019)
  • Upgrade dependencies

See closed issues in issue tracker.

3.0.0+api3

24 Apr 09:04

Choose a tag to compare

  • Split into model and service modules
  • Joda-time removal in favor of Java 8 Date/Time API
  • Decoupled from HttpClient
  • Removed deprecated stuff
  • Auto-registered Spring beans renamed from ugly getXxxService to xxxService
  • UriTemplates moved from DTOs to related services
  • DataStoreService is initialised only when Sardine library is found on classpath. Sardine dependency is now optional (you need to add it explicitly).
  • Spring Framework upgraded to version 5.* (but still can be used with 4.3.*)
  • Some more enhancements

See How-To Upgrade

See closed issues in issue tracker.

2.35.0+api1

22 Aug 13:38

Choose a tag to compare

  • Add email subject to subscription
  • Use standard cookie specs in HttpClient
  • Several bug fixes

See fixed issues in issue tracker.

2.34.0+api1

22 May 12:45

Choose a tag to compare

Adds retry support when GD endpoint is unavailable (only when GET is returning some 5XX status codes).
Method ProjectService.getRoleByUri now sets URI to the returned role, method ProjectService.addUserToProject now validates URIs of passed roles.

See fixed issues in issue tracker.