Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.7 #123

Merged
merged 36 commits into from
Jun 1, 2023
Merged

Release 1.7 #123

merged 36 commits into from
Jun 1, 2023

Conversation

sebastianwessel
Copy link
Member

@sebastianwessel sebastianwessel commented May 20, 2023

Version 1.7

Features

Breaking changes

Until v1.7 messages only contained the instanceId of the sender, and the instanceId was a property in the root of a message.
This has been changed. Now senders instanceId is moved to the sender property and the instanceId of the receiver (if available) is part of the receiver property.
This allows to subscribe to a specific sender or receiver in subscriptions.
It also reduces the complexity for supporting topic based brokers like MQTT and NATS.
The topics ware now unified and there is no need for publishing messages twice.

Other

  • improved documentation
  • fix minor bugs

Please ensure to have:

  • unit/integration test
  • code example
  • documentation in handbook

@sebastianwessel sebastianwessel added documentation Improvements or additions to documentation enhancement add or extend existing functionality testing Related to testing feature request requesting a new feature package update some dependency package must be updated improvement improved code or handling dependencies Pull requests that update a dependency file labels May 20, 2023
@sebastianwessel sebastianwessel added this to the Version 2.0.0 milestone May 20, 2023
@sebastianwessel sebastianwessel self-assigned this May 20, 2023
@sebastianwessel sebastianwessel force-pushed the release-1.7 branch 2 times, most recently from d4b2d5f to 678db85 Compare May 30, 2023 18:02
const baseUrl = 'http://localhost:8080/'

beforeAll(async () => {
execSync(`cd ${resolve(__dirname, '../')} && npm run env:up`)

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1).
})

afterAll(async () => {
execSync(`cd ${resolve(__dirname, '../')} && npm run env:down`)

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement add or extend existing functionality feature request requesting a new feature improvement improved code or handling package update some dependency package must be updated testing Related to testing
Projects
None yet
1 participant