Commit f1f98c4
authored
Release 2.5.0 (#91)
* Renamed some tests and test parameters for clarity, and adhere to Go conventions (#74)
* clean unused types (#76)
* Create CHANGELOG.md (#75) (#79)
* Create CHANGELOG.md
Initial changelog based on https://firebase.google.com/support/release-notes/admin/go
* change instance ID format (#82)
Changing the format of the "non-existing" instance ID in the integration tests to comply with the expected iid format.
* Import context from golang.org/x/net/ for 1.6 compatibility (#87)
* import golang.org/x/net/context instead of context for 1.6 compatibility
* Document non existing name in integration tests for iid (#85)
* Revoke Tokens (#77)
Adding TokensValidAfterMillis property, RevokeRefreshTokens(), and VerifyIDTokenAndCheckRevoked().
* Firebase Cloud Messaging API (#81)
* Adding Firebase Cloud Messaging (#62)
* initial commit for adding Firebase Cloud Messaging
* add validator
* use http const in messaging test
* add client version header for stats
* init integration test
* add integration test (validated on IOS today)
* add comment with URL to enable Firebase Cloud Messaging API
* fix broken test
* add integration tests
* accept a Message instead of RequestMessage + and rename method + send / sendDryRun
* update fcm url
* rollback url endpoint
* fix http constants, change responseMessage visibility, change map[string]interface{} as map[string]string
* fix http constants
* fix integration tests
* fix APNS naming
* add validators
* Added APNS types; Updated tests
* Added more tests; Fixed APNS serialization
* Updated documentation
* Improved error handling inFCM
* Added utils file
* Updated integration tests
* Implemented topic management operations
* Added integration tests
* Updated CHANGELOG
* Addressing code review comments
* Supporting 0 valued Aps.Badge
* Addressing some review comments
* Removed some unused vars
* Accepting prefixed topic names (#84)
* Accepting prefixed topic named
* Added a comment
* Using new FCM error codes (#89)
* Bumped version to 2.5.0 (#90)1 parent 6274018 commit f1f98c4
File tree
23 files changed
+2000
-138
lines changed- auth
- integration
- auth
- firestore
- iid
- messaging
- internal
- messaging
- storage
- testdata
23 files changed
+2000
-138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
180 | 192 | | |
181 | 193 | | |
182 | 194 | | |
183 | 195 | | |
184 | 196 | | |
185 | 197 | | |
186 | 198 | | |
| 199 | + | |
187 | 200 | | |
188 | 201 | | |
189 | 202 | | |
| |||
237 | 250 | | |
238 | 251 | | |
239 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
240 | 274 | | |
241 | 275 | | |
242 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
196 | 241 | | |
197 | 242 | | |
198 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
176 | 187 | | |
177 | 188 | | |
178 | 189 | | |
| |||
471 | 482 | | |
472 | 483 | | |
473 | 484 | | |
474 | | - | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
475 | 491 | | |
476 | 492 | | |
477 | 493 | | |
| |||
498 | 514 | | |
499 | 515 | | |
500 | 516 | | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | 517 | | |
533 | 518 | | |
534 | 519 | | |
| |||
559 | 544 | | |
560 | 545 | | |
561 | 546 | | |
562 | | - | |
563 | 547 | | |
564 | 548 | | |
565 | 549 | | |
| |||
628 | 612 | | |
629 | 613 | | |
630 | 614 | | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
635 | 620 | | |
636 | 621 | | |
637 | 622 | | |
| |||
0 commit comments