We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e8fd5 commit d844797Copy full SHA for d844797
1 file changed
CHANGELOG.md
@@ -3,6 +3,15 @@
3
## 0.6.8
4
5
- REST Factory - See [PR #224](https://github.com/gooddata/gooddata-ruby/pull/224)
6
+- Replace on report definitions allows to swap attributes, metrics and other things in report definitions
7
+- Fixed bug in clone so you can clone projects without data
8
+- Many map call on REST happen in parallel
9
+- Query requests (all attributes, all metrics etc) are happening in parallel and full: true is now the default
10
+- Computing an a report which returns no results does not fail but returns nil
11
+- Refactored handling of all various asynchronous resources into 2 methods
12
+- added ability to log in with only SST token
13
+- added with_connection
14
+- ability to deploy just one file, zipped files or directory
15
16
## 0.6.7
17
0 commit comments