Skip to content

Releases: dolittle/vanir

Release v9.30.4

07 Jun 16:23
ad49fcc
Compare
Choose a tag to compare

Fixed

  • Lifecycle issues for GraphQL mutations/queries/subscriptions - making sure they're transient
  • Lifecycle issues for EventHandlers - they were registered as Scoped, which effectively means per WebRequest. Problem is, they're never running in the context of a WebRequest.

Release v9.30.3

31 May 10:43
4566b72
Compare
Choose a tag to compare

Fixed

Release v9.30.2

28 May 12:05
225e1d0
Compare
Choose a tag to compare

Fixed

  • [C#] Hooked up the last piece of the puzzle for event-horizons.json to be parsed and set up. Forgotten to that.

Release v9.30.1

28 May 09:55
3ad3926
Compare
Choose a tag to compare

Fixed

  • [CLI] Ignore if the features.json file does not exist and create it when adding a feature.
  • [CLI] Scoping of tenants was wrong - we want it to be scoped right now for application level

Release v9.30.0

28 May 08:10
5c4335b
Compare
Choose a tag to compare

Added

  • [CLI] Ability to list and add tenants for an application.
  • [CLI] Ability to list microservices within an application
  • [CLI] Ability to connect event horizons between microservices - "happy path"
  • Support for event-horizons.json file automatically loaded if present and hooked up to avoid having to write code for setting up event horizon subscriptions.
  • Added support for committing public events from GraphQL endpoints
  • [C#] GraphQL subscription for watching events from public events
  • [VScode] Experimental editor for working with application.json files in a more user friendly way.

Fixed

  • [TS] GraphQL endpoint for committing events now support object type - which can be any

Release v9.29.5

25 May 18:45
f40091e
Compare
Choose a tag to compare

Fixed

  • Aligning package versions

Release v9.29.4

25 May 18:22
1f1d31e
Compare
Choose a tag to compare

Fixed

  • Fixing NPM package release

Release v9.29.3

25 May 18:14
2e24f0b
Compare
Choose a tag to compare

Fixed

  • Correct package information for the CLI to be able to PackAsTool

Release v9.29.2

25 May 18:04
2e24f0b
Compare
Choose a tag to compare

Fixed

  • Correct package information for the CLI to be able to PackAsTool

Release v9.29.1

25 May 17:35
2c6d76c
Compare
Choose a tag to compare

Fixed

  • Unaligned version numbers