Skip to content

14.0.0

Compare
Choose a tag to compare
@Marcarrian Marcarrian released this 08 Sep 12:35
· 33 commits to master since this release

14.0.0 (2022-08-16)

Dependencies

  • solace-message-client: update @solace-community/angular-solace-message-client to Angular 14 (6c48828), closes #49

Features

  • tryme: use Solace sponsored broker as default broker (f4879be)

Chore

  • solace-message-client: remove deprecated API ObserveOptions#requestTimeout (813cf2d)
  • solace-message-client: remove deprecated API SolaceMessageClient#enqueue (7f9125c)

BREAKING CHANGES

  • solace-message-client: Updating @solace-community/angular-solace-message-client to Angular 14 introduced a breaking change.

    To migrate:

  • solace-message-client: Removing the deprecated API ObserveOptions#requestTimeout introduced a breaking change.

    To migrate, use ObserveOptions#subscribeTimeout instead.

  • solace-message-client: Removing the deprecated API SolaceMessageClient#enqueue introduced a breaking change.

    To send a message to a queue, use SolaceMessageClient#publish instead and pass the queue destination. The queue destination can be constructed using SolclientFactory as follows: SolclientFactory.createDurableQueueDestination('queue').