0.3.0: sync Rudder.Core 0.3.0, prod default URLs, drop editor artifacts, CI publish
CI / check (push) Successful in 6s
CI / publish (push) Failing after 11s

This commit is contained in:
edmand46
2026-08-19 17:49:00 +03:00
parent e18c561bf9
commit 695a7210b1
19 changed files with 67 additions and 3405 deletions
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## 0.3.0
Breaking changes, following the Rudder.Core 0.3.0 rework:
- Bundled `Rudder.Core.dll` updated to 0.3.0: the UGC surface is gone
(`client.Ugc`, `IUploadTransport`, `RudderClientOptions.UploadTransport`),
`BattlePassService` methods now take scenario context, `BattlePassSession`
exposes bound battle pass operations, and `BattlePassLevelSession.Complete`
was renamed to `Claim`.
- `UnityUploadTransport` removed together with the core `IUploadTransport`
abstraction; the factory no longer wires an upload transport.
- `RudderConfiguration` defaults now point at production
(`https://api.rudder.build`); `RealtimeUrl` follows the prod `wss://`
pattern but the relay is not deployed yet.
## 0.2.0
Breaking changes, following the Rudder.Core 0.2.0 rework: