Skip to content

Releases: aksio-insurtech/ApplicationModel

Release v1.8.1

04 Nov 08:05
a266cd7
Compare
Choose a tag to compare

It was the wrong enumerable that was removed first time. Still need the branching. :-(

Release v1.8.0

04 Nov 07:49
41d329e
Compare
Choose a tag to compare

Forgot to add a label to publish a new version.

Release v1.7.2

03 Nov 18:59
f401b8f
Compare
Choose a tag to compare

useObservableQuery now always returns an object, never an enumerable.

Release v1.7.1

01 Nov 18:55
f298171
Compare
Choose a tag to compare

Return ObservableQueryResult from an ObservableQuery.

Release v1.7.0

01 Nov 15:02
8216c35
Compare
Choose a tag to compare

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

01 Nov 14:07
aa0505c
Compare
Choose a tag to compare

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

12 Jan 12:13
c662dc8
Compare
Choose a tag to compare

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

15 Dec 13:33
dba8120
Compare
Choose a tag to compare

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

14 Dec 14:24
022c887
Compare
Choose a tag to compare

Fixed

  • OnNext() was never called on the observable given to the MongoDBCollectionExtensions when observing changes for ClientObservables.

Release v1.5.6

13 Dec 18:54
31ad57b
Compare
Choose a tag to compare

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.