Releases: aksio-insurtech/ApplicationModel
Release v1.8.1
It was the wrong enumerable that was removed first time. Still need the branching. :-(
Release v1.8.0
Forgot to add a label to publish a new version.
Release v1.7.2
useObservableQuery now always returns an object, never an enumerable.
Release v1.7.1
Return ObservableQueryResult from an ObservableQuery.
Release v1.7.0
To avoid the broken ToCamelCase implementation. Added the tests to ensure we don't use the ACRONYM based ToCamelCase (It breaks all the existing read models, etc).
Release v1.6.0
Summary
Added a manual hook to the useObservableQuery so that the client can ensure the subscription is removed themselves.
Changed the subscription to be an IIFE so that we return the cleanup function immediately from the useEffect.
Release v1.5.9
Fixed
- Fixing so that if a client fetches from the same query multiple times and the response could potentialle come out of order, we make sure to cancel any ongoing requests.
- Adding a cancellation token for
ObservableClient
queries that we pass along to every WebSocket operation in case the client disconnects.
Release v1.5.8
Summary
Update fundamentals to 1.6.1 to get the new ToCamelCase method
This is especially needed for the Proxy Generation.
Release v1.5.7
Fixed
OnNext()
was never called on the observable given to theMongoDBCollectionExtensions
when observing changes forClientObservables
.
Release v1.5.6
Fixed
- Handling exceptions if serialization to UTF8 for the WebSocket connections.
- Printing any exceptions that occur during serialization or sending data to client over WebSockets.