Skip to content

Commit

Permalink
Prepare for v0.4.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed Mar 26, 2023
1 parent 5d4468e commit c7e6e96
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog], and this project adheres to
## Overview

* [unreleased](#unreleased)
* [`0.4.1-alpha.2`](#041a2) - _2023.03.26_
* [`0.4.1-alpha.1`](#041a1) - _2023.01.15_
* [`0.4.0`](#041) - _2023.01.15_
* [`0.4.0`](#040) - _2022.10.20_
Expand All @@ -32,6 +33,17 @@ The format is based on [Keep a Changelog], and this project adheres to

_nothing new to show for… yet!_

<a name="041a2">[0.4.0-alpha.2] - _Async socket.io fixes_ </a>

_2023.03.26_

- Add `on_any` method for async `ClientBuilder`. This adds the capability to
react to all incoming events (custom and otherwise).
- Add `auth` option to async `ClientBuilder`. This allows for specifying JSON
data that is sent with the first open packet, which is commonly used for
authentication.
- Bump dependencies and remove calls to deprecated library functions.

## <a name="041a1">[0.4.0-alpha.1] - _Async socket.io version_ </a>

_2023.01.05_
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion socketio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_socketio"
version = "0.4.1-alpha.1"
version = "0.4.1-alpha.2"
authors = ["Bastian Kersting <[email protected]>"]
edition = "2021"
description = "An implementation of a socketio client written in rust."
Expand Down

0 comments on commit c7e6e96

Please sign in to comment.