Skip to content

Commit dde783f

Browse files
committed
update data connect emulator binary to 2.11.0 (was 2.10.1)
This includes the following changes/fixes relevant to Kotlin: - [changed] Kotlin codegen: Use `EnumValue` wrapper for enums in "Key" types. This facilitates graceful handling of primary keys with an enum component whose value is not known, which would have previously resulted in an exception when received from the server. - [fixed] Kotlin codegen: Issue where serialization with more than one user-defined enum type in the variables or data would serialize the wrong enum sometimes.
1 parent 6ba2d78 commit dde783f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

firebase-dataconnect/gradleplugin/plugin/src/main/resources/com/google/firebase/dataconnect/gradle/plugin/DataConnectExecutableVersions.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"defaultVersion": "2.10.1",
2+
"defaultVersion": "2.11.0",
33
"versions": [
44
{
55
"version": "1.3.4",
@@ -918,6 +918,24 @@
918918
"os": "linux",
919919
"size": 29266104,
920920
"sha512DigestHex": "669ec517e81c52157c6fec60f0aca2856b564c6181764bb3d80107481770289a1fac1c88cdc2fa1a1d246b2e5a5cd19a100444bcef53b7727886283cabea2ecb"
921+
},
922+
{
923+
"version": "2.11.0",
924+
"os": "windows",
925+
"size": 29719040,
926+
"sha512DigestHex": "45627a2c13de13da17c340f0940609e7745bd86dda080316f47ce13378445070390daa2548a1658493fd2567d9fa4ad2d0162f8fec6127b7d4d414a8d575bcd5"
927+
},
928+
{
929+
"version": "2.11.0",
930+
"os": "macos",
931+
"size": 29234016,
932+
"sha512DigestHex": "b224ada8dd36839435e613bc085b819635659728d07f50a22b0c40abcb3112e1f418a66041c59aee10920e5a846a783e27ed344779f98cd5005faff475e2a035"
933+
},
934+
{
935+
"version": "2.11.0",
936+
"os": "linux",
937+
"size": 29159608,
938+
"sha512DigestHex": "af3bad81cc0c0d822a75381db06d4b191c64dd73abdcbd368830e736574b7212d22a3a87c74ce52adee3ca9630876da7b600f8c31f1498d4a76359e51f872a39"
921939
}
922940
]
923941
}

0 commit comments

Comments
 (0)