You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
4
4
5
5
6
6
## Unreleased
7
+
- Server-side API added search_string to CustomData.
8
+
9
+
## v5.0.3
10
+
11
+
- Added function `getHeader()` in APIException class which provides header information
12
+
- Made `omit_response_on_success` configurable for addToBatch method in APIRequest
13
+
## v5.0.1
14
+
15
+
### Added
16
+
- Added `CrashRepoter`, more context available [here](https://developers.facebook.com/docs/business-sdk/guides/crash-reports)
17
+
18
+
## v5.0.0
19
+
### Changed
20
+
- Graph API call upgrade to [v5.0](https://developers.facebook.com/docs/graph-api/changelog/version5.0)
21
+
22
+
## v4.0.8
23
+
24
+
- Added strongly typed Server-Side API with normalization for Web (https://developers.facebook.com/docs/marketing-api/facebook-pixel/server-side-api/using-the-api)
25
+
26
+
## v4.0.6
27
+
28
+
### Fixed
29
+
- Add back `source` param in `APIRequestCreateAdVideo`.
30
+
31
+
## v4.0.0
32
+
### Changed
33
+
- Graph API call upgrade to [v4.0](https://developers.facebook.com/docs/graph-api/changelog/version4.0)
0 commit comments