Skip to content

Commit

Permalink
release(solace-message-client): v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed May 14, 2024
1 parent 913467f commit 0b87db2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [17.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.1...17.1.0) (2024-05-14)


### Features

* **solace-message-client:** deprecate class-based access token provider in favor of functional access token provider ([94a3f0e](https://github.com/solacecommunity/angular-solace-message-client/commit/94a3f0e837d3a2789d2cd51a802e6903918f56ec))
* **solace-message-client:** provide function to set up Solace Message Client ([d9be295](https://github.com/solacecommunity/angular-solace-message-client/commit/d9be29599fd465a679a30112049d65fd817ab04a))
* **solace-message-client:** receive messages in the zone in which subscribed for messages ([944b10c](https://github.com/solacecommunity/angular-solace-message-client/commit/944b10c10d16427dcda716282717ea6a5f5600b0))
* **solace-message-client:** support connecting to multiple Solace message brokers ([c832b00](https://github.com/solacecommunity/angular-solace-message-client/commit/c832b0041d0dfcb92e8816db5f6341d7f223a181)), closes [#71](https://github.com/solacecommunity/angular-solace-message-client/issues/71)
* **solace-message-client:** support loading config asynchronously ([1be10e6](https://github.com/solacecommunity/angular-solace-message-client/commit/1be10e6822e1ba05e7a8c5121486de41a0a3fe6b))



## [17.0.1](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.0...17.0.1) (2024-05-07)


Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## [17.0.1](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.0...17.0.1) (2024-05-07)
# [17.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.1...17.1.0) (2024-05-14)


### Bug Fixes
### Features

* **solace-message-client:** support subscriptions with #share and #noexport ([fa161bc](https://github.com/solacecommunity/angular-solace-message-client/commit/fa161bc4e4541f57234a21d1467fd2e1c9828f57))
* **solace-message-client:** deprecate class-based access token provider in favor of functional access token provider ([94a3f0e](https://github.com/solacecommunity/angular-solace-message-client/commit/94a3f0e837d3a2789d2cd51a802e6903918f56ec))
* **solace-message-client:** provide function to set up Solace Message Client ([d9be295](https://github.com/solacecommunity/angular-solace-message-client/commit/d9be29599fd465a679a30112049d65fd817ab04a))
* **solace-message-client:** receive messages in the zone in which subscribed for messages ([944b10c](https://github.com/solacecommunity/angular-solace-message-client/commit/944b10c10d16427dcda716282717ea6a5f5600b0))
* **solace-message-client:** support connecting to multiple Solace message brokers ([c832b00](https://github.com/solacecommunity/angular-solace-message-client/commit/c832b0041d0dfcb92e8816db5f6341d7f223a181)), closes [#71](https://github.com/solacecommunity/angular-solace-message-client/issues/71)
* **solace-message-client:** support loading config asynchronously ([1be10e6](https://github.com/solacecommunity/angular-solace-message-client/commit/1be10e6822e1ba05e7a8c5121486de41a0a3fe6b))



13 changes: 13 additions & 0 deletions docs/site/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@

## Changelog

# [17.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.1...17.1.0) (2024-05-14)


### Features

* **solace-message-client:** deprecate class-based access token provider in favor of functional access token provider ([94a3f0e](https://github.com/solacecommunity/angular-solace-message-client/commit/94a3f0e837d3a2789d2cd51a802e6903918f56ec))
* **solace-message-client:** provide function to set up Solace Message Client ([d9be295](https://github.com/solacecommunity/angular-solace-message-client/commit/d9be29599fd465a679a30112049d65fd817ab04a))
* **solace-message-client:** receive messages in the zone in which subscribed for messages ([944b10c](https://github.com/solacecommunity/angular-solace-message-client/commit/944b10c10d16427dcda716282717ea6a5f5600b0))
* **solace-message-client:** support connecting to multiple Solace message brokers ([c832b00](https://github.com/solacecommunity/angular-solace-message-client/commit/c832b0041d0dfcb92e8816db5f6341d7f223a181)), closes [#71](https://github.com/solacecommunity/angular-solace-message-client/issues/71)
* **solace-message-client:** support loading config asynchronously ([1be10e6](https://github.com/solacecommunity/angular-solace-message-client/commit/1be10e6822e1ba05e7a8c5121486de41a0a3fe6b))



## [17.0.1](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.0...17.0.1) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion projects/solace-message-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solace-community/angular-solace-message-client",
"version": "17.0.1",
"version": "17.1.0",
"description": "Message client to communicate with a Solace messaging broker for sending and receiving messages using the native SMF protocol (Solace Message Format) over web socket. The library is designed to be used in Angular applications.",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 0b87db2

Please sign in to comment.