Skip to content

Commit

Permalink
Update Readme and Changelog
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Lablans <6804500+lablans@users.noreply.github.com>
  • Loading branch information
Threated and lablans authored Jul 26, 2024
1 parent 1df2e78 commit d45bad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This major release of Beam 0.8 features many changes "under the hood", such as t
* New functions in beam lib to create sockets with metadata.
* Added `beam_lib::RawString`, a string wrapper to prevent beam lib from json encoding the string again. This is useful for beam_lib clients that handle serializing and deserializing types outside of beam_lib.
* Added a dedicated `beam_lib::Error::InvalidReceivers` error variant holding all invalid receivers when trying to create a task with invalid recipients.
* Use new Samply CI/CD workflow for Github Actions.

## Bugfixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Samply.Beam is a distributed task broker designed for efficient communication ac

## Latest version: Samply.Beam 0.8.0 – 2024-07-26

This new major version includes some bugfixes, dependency upgrades and improvements to `beam-lib`. Please check the [Changelog](CHANGELOG.md) for more details.
This new major version includes some bugfixes, dependency upgrades and improvements to `beam-lib`. Please check the [Changelog](CHANGELOG.md) for details.

Find info on all previous versions in the [Changelog](CHANGELOG.md).

Expand Down Expand Up @@ -524,7 +524,7 @@ Initialize a socket connection with an Beam application, e.g. with AppId `app2.p
Method: `POST`
URL: `/v1/sockets/<app_id>`
Header `Upgrade` is required, e.g. 'Upgrade: tls'
Optionally takes a `metadata` header which is expected to be serialized json value.
Optionally takes a `metadata` header which is expected to be a serialized json value.
This corresponds to the `metadata` field on [Socket task](#socket-task).

This request will automatically lead to a connection to the other app, after it answers this request.
Expand Down

0 comments on commit d45bad4

Please sign in to comment.