-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG.txt
64 lines (45 loc) · 1.49 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
* 6.0.5
Fix dependency issue with httparty version in respect with f3d-job
* 6.0.4
Fix issue with failing V13/BulkService API requests
* 6.0.3
Include missing gem files in the release
* 6.0.2
Fix broken gemspec
* 6.0.1
Add GH action to automate gem deploy to gh packages
* 6.0.0
Remove curb in favor of httparty
BREAKING CHANGE: Remove InsightService
* 5.0.0
Fully using API V13
BREAKING CHANGE: AdInsightService class removed, use ReportingService instead
* 4.2.0
Add InsightService request class for custom reports.
* 4.1.0
Add ReportingService
Add InsightService(correct AdInsightService API)
Deprecate AdInsightService class
* 4.0.0
Code refactoring
* 3.0.0
Using API V12
API12 is no longer support authentication via Username/password.
* 2.0.0
BingAdsReporting::Service class renamed to BingAdsReporting::AdInsightService
BingAdsReporting::BulkService added
* 1.3.0
Using API v11 instead of v9
report_body can return nil as API doesn't return empty files anymore
* 1.2.0
Does not set SSL version 3 when trying to download the file, as that fails with "SSL connect error"
* 1.1.2
Better error handling
* 1.1.1
It is possible use old method of username/password alongside the new OAuth method
* 1.1.0
It is possible to pass in logger into the gem for extra logging
* 1.0.0
This version users OAuth tokens that are provided instead of username/password combination
* 0.1.0
This version talks to Bing Ads API Version 9 (dropped support for Version 8)