Releases: dolittle/vanir
Releases · dolittle/vanir
Release v12.0.2
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
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
settingerrors
to the literal string"errors"
instead of the list of errors.
Release v12.0.0
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 onmongodb.Binary
.
Release v9.30.11
Fixed
- Logging for event horizon setup from config - make it possible to trace whats going on.
Release v9.30.10
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
Fixed
- [.NET] Upgrade to version 9.0.0 of the Dolittle SDK
Release v9.30.8
Fixed
- [Node] Upgrading to version 16.0.0 of the Dolittle SDK and 2.1.2 of the Dolittle Projections.
Release v9.30.7
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
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
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