Skip to content

Version 0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmalloc jmalloc released this 20 Jan 01:10
· 594 commits to main since this release

Added

  • Add api.NewServer()
  • Add api.Server

Changed

  • [BC] The api package now implements the configspec from dogmatiq/interopspec
  • [BC] api.Client is now a struct, not an interface

Removed

  • [BC] Remove api.Client.ListApplicationIdentities()
  • [BC] Remove api.RegisterServer()
  • [BC] Remove the api/discovery package, use dogmatiq/discoverkit instead
  • [BC] Remove the api/fixtures package