Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Test Suite"
on:
push:
pull_request:

jobs:
test:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.3.0] - 2026-04-10

### Features

- Add ConnectOptions, configurable keepalive, and connect_with([5467716](https://github.com/zheylmun/socketeer/commit/546771611b7dd83f8addd17ae1394a562a4c418b))
- Add send_raw and next_raw_message methods([3652f25](https://github.com/zheylmun/socketeer/commit/3652f25056e2aac9505fe767336ab2da080cb452))
- Add ConnectionHandler trait for lifecycle hooks([d3d1048](https://github.com/zheylmun/socketeer/commit/d3d1048f13e785ee9dd7d3acf04faeab73b8cbdb))

### Testing

- Add auth_echo_server and tests for new features([7f9cbfe](https://github.com/zheylmun/socketeer/commit/7f9cbfea0d35c1059560925e9ac78b97a30da489))

### Miscellaneous Tasks

- Bump version to 0.3.0, update README([4c74ff7](https://github.com/zheylmun/socketeer/commit/4c74ff72cf1f6585883992952bb8b3636c15746a))
Loading