Skip to content

Commit

Permalink
Reconcile/2.0.3 (#3886)
Browse files Browse the repository at this point in the history
* fixes #3823 and fixes #3822 (#3824)

Co-authored-by: Chris Hanna <[email protected]>

* Fix/double asmdefs (#3825)

* Fix migrator asmdef validator

* fix git ignore not existing in unity projects

* Changelogs

* change order of git ignore init to be consistent with other locations

---------

Co-authored-by: Chris Hanna <[email protected]>

* changelog and unity cli up to 3.0.2 rc1

* 2.0.1 patch (#3826)

* Fix flawed websocket retry logic (#3815)

* attempt to fix retry logic around websocket

* we always create before we connect so move it in there

* Replaced coroutineService with _coroutineService

We are no longer passing in a coroutineService, so we should use _coroutineService instead, so the code compiles.

* Ensure we refresh the token on retry

It can be true that the websocket reconnect can happen before we make another request to refresh the token. Eventually it will refresh but adding this line here will ensure that we only get 1 websocket connection exception in that case

* let the BeamableApiRequester be fetched from DI

* update changelog

---------

Co-authored-by: ben-beamable <[email protected]>
# Conflicts:
#	client/Packages/com.beamable/CHANGELOG.md

* fix cli release date for changelog for 3.0.2

* update cli to 3.0.2

---------

Co-authored-by: Justin LeFebvre <[email protected]>
Co-authored-by: Chris Hanna <[email protected]>

* changelog and minor version

* better fix

* possible nre on beam button (#3828)

Co-authored-by: Chris Hanna <[email protected]>

* patch 2.0.3 (#3879)

* [BEAM-3843] do best try finding asmdefs (#3855)

* First add fallback for posterior errors and doc

* do best try finding asmdefs

* Try a different approach to load asmdef assets

* fix missing variable

* Fix issues with different names in assembly

* Add error log

* Add assets to a dict

* Fix other null ref

* move load assemblies to other order

---------

Co-authored-by: Chris Hanna <[email protected]>
# Conflicts:
#	client/Packages/com.beamable.server/CHANGELOG.md

* fixed #3865 config window gui exceptions (#3872)

Co-authored-by: Chris Hanna <[email protected]>
# Conflicts:
#	client/Packages/com.beamable.server/CHANGELOG.md

* changelogs

* update artifacts version

* use net 8 only

* pr changes

---------

Co-authored-by: gabrielbeamable <[email protected]>
Co-authored-by: Chris Hanna <[email protected]>

---------

Co-authored-by: Chris Hanna <[email protected]>
Co-authored-by: gabrielbeamable <[email protected]>
Co-authored-by: Justin LeFebvre <[email protected]>
  • Loading branch information
4 people authored Feb 13, 2025
1 parent 0f8a3cc commit ddced77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 7 additions & 3 deletions client/Packages/com.beamable.server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.3] - 2025-02-13

### Fixed
- Null reference when migrating services that have assembly references with conflicting names between asset name and property name.
- Null reference when migrating services that have assembly references with conflicting names between asset name and property name.
- Entering or exiting Playmode while viewing the Config section in the _Beam
Services_ window no longer causes UI exceptions [#3865](https://github.com/beamable/BeamableProduct/issues/3865)

## [2.0.1] - 2024-12-17
## [2.0.2] - 2024-12-17

no changes

## [2.0.1] - 2024-12-17

### Fixed
- Shared Assembly Definitions generate with C# _LangVersion_ `9.0` instead of `8.0`.
Expand Down
3 changes: 3 additions & 0 deletions client/Packages/com.beamable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Beam.ChangePid` marked as Obsolete
- Dotnet is not installed locally anymore, if the required version is not installed yet, the SDK will prompt the user to install the right version.

## [2.0.3] - 2024-02-13
- no changes

## [2.0.2] - 2024-12-17

### Fixed
Expand Down

0 comments on commit ddced77

Please sign in to comment.