Skip to content

Releases: dolittle/vanir

Release v12.0.2

23 Feb 16:05
1f59c4c
Compare
Choose a tag to compare

Summary

Keep mongo clients as singleton in container per tenant id.
Also checks connection state before connecting in MongoDatabase.collection.

Fixed

  • New connections being made for every call to IMongoDatabase

Release v12.0.1

22 Feb 15:24
ef8e381
Compare
Choose a tag to compare

Summary

Closes #267. Thanks @rune-wikstad! I couldn't figure out how to build a remote PR.

Also moved the creation of a GitHub release and updating the CHANGELOG.md file to after the packages have been published in the .github/publish.yml action.

Fixed

  • [C#] A bug in the ValidationMiddleware setting errors to the literal string "errors" instead of the list of errors.

Release v12.0.0

22 Feb 14:55
7610edf
Compare
Choose a tag to compare

Summary

Removes the toGuid() extension method on mongodb.Binary. It was failing builds and we couldn't fix it. It has been replaced with a normal function binaryToGuid(...).

Removed

  • [TS] The .toGuid() extension methods on mongodb.Binary.

Release v9.30.11

23 Aug 13:17
2b78ab0
Compare
Choose a tag to compare

Fixed

  • Logging for event horizon setup from config - make it possible to trace whats going on.

Release v9.30.10

23 Aug 12:20
3d0ca90
Compare
Choose a tag to compare

Fixed

  • Upgraded to version 17.0.1 of the Dolittle SDK
  • Upgraded to version 2.1.3 of Dolittle Entropy Projections (for compatibility with SDK)

Release v9.30.9

08 Jul 11:56
5f65d80
Compare
Choose a tag to compare

Fixed

  • [.NET] Upgrade to version 9.0.0 of the Dolittle SDK

Release v9.30.8

08 Jul 09:13
7ac6220
Compare
Choose a tag to compare

Fixed

  • [Node] Upgrading to version 16.0.0 of the Dolittle SDK and 2.1.2 of the Dolittle Projections.

Release v9.30.7

02 Jul 12:45
0e14978
Compare
Choose a tag to compare

Fixed

  • [Web] Fixing so that when origin of document is HTTPS we use WSS for WebSocketLink for GraphQL and WS if HTTP.

Release v9.30.6

02 Jul 11:49
9369cc5
Compare
Choose a tag to compare

Fixed

  • [TS/JS] Express callback was too late. Moved it up the stack - before the Apollo GraphQL middlewares are applied. This enables adding middlewares much earlier.

Release v9.30.5

08 Jun 15:03
308e700
Compare
Choose a tag to compare

Fixed

  • Improved the approach to how we invoke actual validators
  • Added exception handling to catch potential errors and report them more accurately if invocation fails for validators