Skip to content

Releases: gooddata/gooddata-ruby

1.0.1

30 Jan 16:17
2f082f2
Compare
Choose a tag to compare
Merge pull request #1097 from kubamahnert/java-gem-release-raketask

fix gem:release rake task for java release

v1.0.0

03 Jan 17:27
f0606ee
Compare
Choose a tag to compare

🎉 🎊 🎉

0.6.51

13 Apr 14:32
Compare
Choose a tag to compare
Merge pull request #865 from panjan/0.6.51

Bump version to 0.6.51

0.6.49

01 Dec 13:36
Compare
Choose a tag to compare
  • Implement Helpers::GD_MAX_RETRY to allow max retries override

0.6.48

30 Nov 13:48
Compare
Choose a tag to compare
  • Fix jruby issue with uninitialized constant GoodData::Rest::Connection::ConnectionHelper

0.6.47

30 Nov 10:21
Compare
Choose a tag to compare
  • Support for GD_MAX_RETRY environment variable for external manual override of maximum retry attempts
  • Updated dependencies (gems)
  • Do not log params if JSON parsing fails

GoodData Ruby 0.6.23

11 Sep 12:54
Compare
Choose a tag to compare

0.6.23

  • Fixed typo sometimes causing crash of ReportDefinition#replace

GoodData Ruby 0.6.22

10 Sep 20:27
Compare
Choose a tag to compare

0.6.22

  • Added rake task (license:add) for automatic license headers generating
  • Handle situation when upload_status.json does not exist
  • Connect using SSO - GoodData#connect_sso
  • Added Measure semantics, alias methods metrics to measure (ie. interpolate_metric -> interpolate_measure)
  • rake tasks license:check, license:report & license:info for automated license reporting added
  • Fixed a typo in labels
  • Executions are paging + are implemented as lazy enumerators
  • Fixed after getter in schedule
  • Blueprint works with deprecated labels
  • Metadata object has new methods for working with unlisted attribute
  • Metadata method deprecated= now accepts and return true/false
  • Included date_facts in building a manifest
  • Using API for user provisioning by login
  • Multiple data sets upload Project#upload_multiple
  • GoodData::MdObject.json is assignable now (using attr_accessor)
  • Added method for updating report definition in easy way - GoodData::Report#update_definiton(opts, &block)
  • Added more logging around connecting to server. Cleaning up staging information. Adding tests to make
  • Middlewares are transforming params to Ruby hash (useful for executors when they pass Java Hash instance)
  • Cleaning up way Data permissions work with errors so we can update Bricks
  • Fixed Project#browser_url
  • Increased max count of retries for 429 - Too Many Requests
  • Fixed potentional crash of ReportDefinition#replace
  • Updated dependencies (gems)

0.6.21

10 Sep 22:29
Compare
Choose a tag to compare

0.6.21

  • Consolidated error reporting for Domain#create_users & Project#import_users
  • Removed superfluous error messages on 401
  • Fixed bug with rich params when it could happen that hidden params got deleted on schedule save

Merge pull request #512 from gooddata/release-0.6.19

03 Jul 11:22
Compare
Choose a tag to compare

0.6.19

  • major (not backward compatible) blueprint refactoring
  • added environment parameter to the project creation
  • added HTTP retry strategy with exponential wait times and maximum retries set to 10
  • set max concurrent platform connections set to 20 per session
  • set socket timeout to 1 minute