Skip to content

Releases: gooddata/gooddata-java

3.3.0+api3

10 Nov 08:10
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

2.33.0+api1

13 Feb 12:56
Compare
Choose a tag to compare
  • Raise some dependencies' versions.
  • Introduce recovery related fields in Zendesk4ProcessExecution

See fixed issues in issue tracker.

2.32.0+api1

08 Jan 11:19
Compare
Choose a tag to compare
  • added support for API versioning with API version 1
  • serializable AFM ArithmeticMeasureDefinition

2.31.0

14 Dec 13:31
Compare
Choose a tag to compare
  • simplified VisualizationConverter methods for AFM Execution conversion
  • raised versions of some dependencies