You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added *PublishSafe* method to *IMessageBrokerService* to allow publishing messages safely in chase of chain subscriptions during publishing of a message
**Changed**:
- *Subscribe* and *Unsubscribe* throw an *InvalidOperationException* when being executed during a message being published
**Fixed**:
- CoroutineTests issues running when building released projects
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,16 @@ All notable changes to this package will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.13.2] - 2024-11-13
7
+
## [0.14.0] - 2024-11-15
8
8
9
9
**New**:
10
-
- Added a constructor to *GameObjectPool* that allows to setup a costum instantiator
10
+
- Added *PublishSafe* method to *IMessageBrokerService* to allow publishing messages safely in chase of chain subscriptions during publishing of a message
11
+
12
+
**Changed**:
13
+
-*Subscribe* and *Unsubscribe* throw an *InvalidOperationException* when being executed during a message being published
11
14
12
15
**Fixed**:
13
-
-Fixed *ObjectPool* & *PoolService* tests that would block builds sometimes
16
+
-CoroutineTests issues running when building released projects
0 commit comments