Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Prepare GDK for Unreal release 0.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unreal-bot authored and simonsarginson committed Jun 3, 2021
1 parent 3e3373d commit 6784349
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .buildkite/premerge.steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ steps:
env:
BUILD_TYPE: "GDK"
GDK_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1-rc}"
ENGINE_BRANCH: "${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1}"
ENGINE_MAJOR: "4.26"
PROJECT_BRANCH: "${PROJECT_BRANCH:-match_branch_name_pref::0.13.1-rc}"
PROJECT_BRANCH: "${PROJECT_BRANCH:-match_branch_name_pref::0.13.1}"
USE_FASTBUILD: "True"
IS_BUILDKITE_BUILD: "True"
BUILD_ANDROID: "False"
Expand All @@ -52,9 +52,9 @@ steps:
env:
BUILD_TYPE: "GDK" # GDK or ENGINE
GDK_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
ENGINE_BRANCH: "${ENGINE_BRANCH_425:-match_branch_name_pref_engine::4.25-SpatialOSUnrealGDK-0.13.1-rc}"
ENGINE_BRANCH: "${ENGINE_BRANCH_425:-match_branch_name_pref_engine::4.25-SpatialOSUnrealGDK-0.13.1}"
ENGINE_MAJOR: "4.25"
PROJECT_BRANCH: "${PROJECT_BRANCH:-match_branch_name_pref::0.13.1-rc}"
PROJECT_BRANCH: "${PROJECT_BRANCH:-match_branch_name_pref::0.13.1}"
USE_FASTBUILD: "True"
IS_BUILDKITE_BUILD: "True"
BUILD_ANDROID: "False"
Expand Down
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [`x.y.z`] - Unreleased

## [`0.13.1`] - 2021-05-21
## [`0.13.1`] - 2021-06-02
### Breaking changes:
- Event tracing has been optimised to reduce overhead when tracing events in general and in particular when events are not sampled. The tracing API has been modified to accomidate these improvements. You will have to modify your project if you use the API.
- Event tracing has been optimised to reduce overhead when tracing events in general and in particular when events are not sampled. The tracing API has been modified to accommodate these improvements. You will have to modify your project if you use the API.

### Features:
- Added `SpatialExecServerCmd` console command with one command `StartInsights` to dynamically enable insights capturing.
- Format: SpatialExecServerCmd < server > < command > < args >
- Example usage: "SpatialExecServerCmd local StartInsights -trace=CustomChannel -tracefile=MyNewTrace"
- Visual Logger now supports multi-worker environments.
- The Unreal GDK has been updated to run against SpatialOS 15.1.0, older version of SpatialOS will no longer work with the Unreal GDK.
- The Unreal GDK has been updated to run against SpatialOS 15.1.0, older versions of SpatialOS will no longer work with the Unreal GDK.
- Event tracing rotating log support (via `bEnableEventTracingRotatingLogs`, `EventTracingRotatingLogsMaxFileSizeBytes` and `EventTracingRotatingLogsMaxFileCount`).
- Event tracing filter support (configured via `UEventTracingSamplingSettings`).

Expand Down Expand Up @@ -102,7 +102,6 @@ These functions and structs can be referenced in both code and blueprints and it
- Running without Ring Buffered RPCs is no longer supported, and the option has been removed from SpatialGDKSettings.
- The schema database format has been updated and versioning introduced. Please regenerate your schema after updating.
- The CookAndGenerateSchemaCommandlet no longer automatically deletes previously generated schema. Deletion of previously generated schema is now controlled by the `-DeleteExistingGeneratedSchema` flag.
- Event tracing has been optimised to reduce overhead when tracing events in general and in particular when events are not sampled. The tracing API has been modified to accommodate these improvements. You will have to modify your project if you use the API.

### Features:
- The DeploymentLauncher tool can be used to start multiple simulated player deployments at once.
Expand Down
2 changes: 1 addition & 1 deletion UnrealGDKEngineNetTestVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1-rc
0.13.1
2 changes: 1 addition & 1 deletion UnrealGDKTestGymsVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1-rc
0.13.1

0 comments on commit 6784349

Please sign in to comment.