This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +34
-32
lines changed
io.improbable.gdk.buildsystem
io.improbable.gdk.deploymentlauncher
io.improbable.gdk.gameobjectcreation
io.improbable.gdk.playerlifecycle
io.improbable.gdk.querybasedinteresthelper
io.improbable.gdk.testutils
io.improbable.gdk.transformsynchronization2d
io.improbable.gdk.transformsynchronization
io.improbable.worker.sdk.mobile Expand file tree Collapse file tree 15 files changed +34
-32
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## ` 0.3.9 ` - 2020-07-24
6+
57### Breaking Changes
68
79- The ` GetResponse<T>(CommandRequestId) ` method in the ` IDiffCommandResponseStorage ` and ` CommandSystem ` now returns a ` T? ` instead of ` MessageSpan<T> ` [ #1428 ] ( https://github.com/spatialos/gdk-for-unity/pull/1428 )
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.buildsystem" ,
33 "displayName" : " SpatialOS GDK Build System" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Build System Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 "
9+ "io.improbable.gdk.core" : " 0.3.9 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.core" ,
33 "displayName" : " SpatialOS GDK Core" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Core Module." ,
88 "dependencies" : {
9- "io.improbable.worker.sdk" : " 0.3.8 " ,
10- "io.improbable.gdk.tools" : " 0.3.8 " ,
11- "io.improbable.gdk.testutils" : " 0.3.8 " ,
9+ "io.improbable.worker.sdk" : " 0.3.9 " ,
10+ "io.improbable.gdk.tools" : " 0.3.9 " ,
11+ "io.improbable.gdk.testutils" : " 0.3.9 " ,
1212 "com.unity.entities" : " 0.9.1-preview.15"
1313 }
1414}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.debug" ,
33 "displayName" : " SpatialOS GDK Debug Extensions" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Debug Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 "
9+ "io.improbable.gdk.core" : " 0.3.9 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.deploymentlauncher" ,
33 "displayName" : " SpatialOS GDK Deployment Launcher" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Deployment Launcher." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 " ,
10- "io.improbable.gdk.tools" : " 0.3.8 "
9+ "io.improbable.gdk.core" : " 0.3.9 " ,
10+ "io.improbable.gdk.tools" : " 0.3.9 "
1111 }
1212}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.gameobjectcreation" ,
33 "displayName" : " SpatialOS GDK GameObject Creation" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK GameObject Creation Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 "
9+ "io.improbable.gdk.core" : " 0.3.9 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.mobile" ,
33 "displayName" : " SpatialOS GDK Mobile Support" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Mobile Support Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 " ,
10- "io.improbable.worker.sdk.mobile" : " 0.3.8 " ,
9+ "io.improbable.gdk.core" : " 0.3.9 " ,
10+ "io.improbable.worker.sdk.mobile" : " 0.3.9 " ,
1111 "com.unity.modules.androidjni" : " 1.0.0"
1212 }
1313}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.playerlifecycle" ,
33 "displayName" : " SpatialOS GDK Player Lifecycle" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Player Lifecycle Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 "
9+ "io.improbable.gdk.core" : " 0.3.9 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.querybasedinteresthelper" ,
33 "displayName" : " SpatialOS GDK Query-based Interest Helper" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Query-based Interest Helper Module." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 "
9+ "io.improbable.gdk.core" : " 0.3.9 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " io.improbable.gdk.testutils" ,
33 "displayName" : " SpatialOS GDK Test Utils" ,
4- "version" : " 0.3.8 " ,
4+ "version" : " 0.3.9 " ,
55 "unity" : " 2019.3" ,
66 "author" : " Improbable Worlds Ltd" ,
77 "description" : " SpatialOS GDK Test Utils." ,
88 "dependencies" : {
9- "io.improbable.gdk.core" : " 0.3.8 " ,
9+ "io.improbable.gdk.core" : " 0.3.9 " ,
1010 "com.unity.ext.nunit" : " 1.0.0" ,
1111 "com.unity.test-framework" : " 1.1.14" ,
1212 "com.unity.test-framework.performance" : " 2.2.0-preview"
You can’t perform that action at this time.
0 commit comments