File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # v3.6.0
4
+
3
5
- [ added] ` messaging.Aps ` type now supports critical sound in its payload.
4
6
- [ fixed] Public types in the ` messaging ` package now support correct
5
7
JSON marshalling and unmarshalling.
8
+ - [ fixed] The ` VerifyIDToken() ` function fnow tolerates a clock skew of up to
9
+ 5 minutes when comparing JWT timestamps.
6
10
7
11
# v3.5.0
8
12
9
13
- [ added] ` messaging.AndroidNotification ` type now supports ` channel_id ` .
10
14
- [ dropped] Dropped support for Go 1.8 and earlier.
11
- - [ fixed] Fixing error handling in FCM. The SDK now checks the key
15
+ - [ fixed] Fixing error handling in FCM. The SDK now checks the key
12
16
` type.googleapis.com/google.firebase.fcm.v1.FcmError ` to set error code.
13
17
- [ added] ` messaging.ApsAlert ` type now supports subtitle in its payload.
14
18
- [ added] ` messaging.WebpushConfig ` type now supports fcmOptions in its payload.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import (
39
39
var defaultAuthOverrides = make (map [string ]interface {})
40
40
41
41
// Version of the Firebase Go Admin SDK.
42
- const Version = "3.5 .0"
42
+ const Version = "3.6 .0"
43
43
44
44
// firebaseEnvName is the name of the environment variable with the Config.
45
45
const firebaseEnvName = "FIREBASE_CONFIG"
You can’t perform that action at this time.
0 commit comments