Rob Ede
cac93d2bc7
chore(ws): remove unused dev dep
2024-07-20 07:32:11 +01:00
Rob Ede
95f4e0f692
chore(actix-ws): prepare release 0.3.0
2024-07-20 07:24:20 +01:00
Rob Ede
24f3985eab
docs(ws): update readme
2024-07-20 07:23:21 +01:00
asonix
b0d2947a4a
Add better support for receiving larger payloads ( #430 )
...
* Add better support for receiving larger payloads
This change enables the maximum frame size to be configured when receiving websocket frames. It also
adds a new stream time that aggregates continuation frames together into their proper collected
representation. It provides no mechanism yet for sending continuations.
* actix-ws: Add continuation & size config to changelog
* actix-ws: Add Debug, Eq to AggregatedMessage
* actix-ws: Add a configurable maximum size to aggregated continuations
* refactor: move aggregate types to own module
* test: fix chat example
* docs: update changelog
---------
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-07-20 06:09:30 +00:00
Rob Ede
0802eff40d
chore: fix fmt recipe
2024-07-20 07:11:31 +01:00
dependabot[bot]
2a6a36af23
build(deps): update prost requirement from 0.12 to 0.13 ( #450 )
...
* build(deps): update prost requirement from 0.12 to 0.13
Updates the requirements on [prost](https://github.com/tokio-rs/prost ) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/prost/releases )
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/prost/compare/v0.12.0...v0.13.1 )
---
updated-dependencies:
- dependency-name: prost
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* docs: update changelog
* chore(actix-protobuf): prepare release 0.11.0
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-07-20 05:16:26 +00:00
dependabot[bot]
3ebdc6192c
build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 ( #446 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 17:32:54 +00:00
dependabot[bot]
87cf947a45
build(deps): bump taiki-e/cache-cargo-install-action from 2.0.0 to 2.0.1 ( #447 )
...
Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases )
- [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: taiki-e/cache-cargo-install-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 17:32:50 +00:00
dependabot[bot]
f063bec5ba
build(deps): bump taiki-e/install-action from 2.38.0 to 2.41.7 ( #448 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.38.0 to 2.41.7.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.38.0...v2.41.7 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 17:32:48 +00:00
Rob Ede
45e9e00285
ci: fix coverage job
2024-06-20 03:10:20 +01:00
Rob Ede
6934db623b
ci: fix coverage job
2024-06-20 03:06:57 +01:00
Rob Ede
1a658a98e1
ci: fix coverage
2024-06-20 03:04:20 +01:00
Rob Ede
2a092a19a8
ci: coverage via just
2024-06-20 02:57:44 +01:00
Rob Ede
032aeb6fdb
chore: fix nightly warning
2024-06-20 02:28:58 +01:00
Rob Ede
52e58610e4
chore: share repo and website
2024-06-20 02:18:37 +01:00
Rob Ede
023158cfa8
chore: move lints to manifest
2024-06-20 02:14:35 +01:00
Rob Ede
14c605fae2
docs: indicative mood
2024-06-20 02:10:19 +01:00
Rob Ede
d94c023bf9
build: group recipes
2024-06-20 01:58:25 +01:00
Rob Ede
7e21fd753e
docs: clean up ws examples
2024-06-20 01:55:14 +01:00
Rob Ede
e7ee2a06ab
docs: split chat example
2024-06-20 01:37:37 +01:00
Rob Ede
8aa2c959c4
chore(actix-web-httpauth): prepare release 0.8.2
2024-06-11 04:02:32 +01:00
Rob Ede
2f1d1daee8
ci: fix doctest job
2024-06-11 03:56:49 +01:00
Rob Ede
d15572b501
ci: remove doc upload workflow
2024-06-11 03:56:08 +01:00
Rob Ede
b9e47d61c3
docs(httpauth): add HttpAuthentication::with_fn examples
2024-06-11 03:55:41 +01:00
Rob Ede
515a727ca3
docs(httpauth): rework example
2024-06-11 03:52:45 +01:00
Rob Ede
20234ec555
ci: fail on doc error
2024-06-11 03:52:15 +01:00
Rob Ede
e4bb5ed355
build: group recipes
2024-06-11 03:52:02 +01:00
dependabot[bot]
5368569d00
build(deps): bump actions-rust-lang/setup-rust-toolchain ( #442 )
...
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases )
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-09 23:00:01 +00:00
dependabot[bot]
21b9408a23
build(deps): bump taiki-e/install-action from 2.34.1 to 2.38.0 ( #443 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.34.1 to 2.38.0.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.34.1...v2.38.0 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-09 22:59:50 +00:00
Rob Ede
5879740322
ci: monthly GHA updates
2024-06-09 23:40:37 +01:00
Rob Ede
4adc9f8884
docs(session): use standard docs
2024-06-09 23:38:33 +01:00
dependabot[bot]
abf75eeb06
build(deps): update redis requirement from 0.24 to 0.25 ( #412 )
...
* build(deps): update redis requirement from 0.24 to 0.25
Updates the requirements on [redis](https://github.com/redis-rs/redis-rs ) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases )
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.24.0...redis-0.25.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* refactor(session): rename TLS features
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-06-09 22:29:13 +00:00
Rob Ede
433c926503
chore: address clippy lints
2024-06-09 23:08:20 +01:00
Rob Ede
8ebb12b75a
refactor: use tracing in session examples
2024-06-09 20:34:09 +01:00
zbigniewzolnierowicz
931c4eea4d
feat(session): add rustls (actix#342) ( #402 )
...
* feat(session): add rustls feature (actix#342)
* docs(session): fix weird grammar
* docs: update crate docs
---------
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-06-09 19:19:29 +00:00
asonix
8195484415
actix-ws: take the encoded buffer when yielding rather than split it ( #435 )
...
* actix-ws: take the encoded buffer when yielding rather than split it
* actix-ws: add memory reduction to changelog
---------
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-06-09 05:06:24 +00:00
Rob Ede
3ae4ef2706
docs: remove unnecessary code block annotations
2024-06-09 05:18:43 +01:00
dependabot[bot]
65c698cd7f
build(deps): bump taiki-e/install-action from 2.33.34 to 2.34.1 ( #441 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.33.34 to 2.34.1.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.33.34...v2.34.1 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 17:38:33 +00:00
dependabot[bot]
f2ef72d056
build(deps): bump taiki-e/install-action from 2.33.26 to 2.33.34 ( #440 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.33.26 to 2.33.34.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.33.26...v2.33.34 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 17:09:28 +00:00
dependabot[bot]
e4ee236341
build(deps): bump taiki-e/install-action from 2.33.22 to 2.33.26 ( #436 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.33.22 to 2.33.26.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.33.22...v2.33.26 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 17:14:02 +00:00
dependabot[bot]
41ae57d414
build(deps): bump JamesIves/github-pages-deploy-action ( #437 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.0...v4.6.1 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 17:13:49 +00:00
dependabot[bot]
1b82024499
build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 ( #438 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.3.1 to 4.4.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 17:13:30 +00:00
asonix
6b04450703
Enable sending Continuations from actix-ws ( #431 )
...
* Enable sending continuations from an actix-ws Session
* actix-ws: Allow sending continuations from Session
* Convert ignored doctests to no_run doctests
---------
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-05-13 16:49:34 +00:00
dependabot[bot]
c0c7588a57
build(deps): bump taiki-e/install-action from 2.33.17 to 2.33.22 ( #432 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 17:26:31 +01:00
dependabot[bot]
b918084a53
build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 ( #428 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 19:39:46 +00:00
dependabot[bot]
b762b41360
build(deps): bump taiki-e/install-action from 2.33.9 to 2.33.17 ( #429 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.33.9 to 2.33.17.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.33.9...v2.33.17 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 19:39:34 +00:00
dependabot[bot]
da53492c8c
build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 ( #421 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 03:24:33 +01:00
dependabot[bot]
2c81bc093b
build(deps): bump taiki-e/cache-cargo-install-action from 1.3.0 to 2.0.0 ( #426 )
...
Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action ) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases )
- [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/v1.3.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: taiki-e/cache-cargo-install-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 03:23:33 +01:00
dependabot[bot]
a2ef65715b
build(deps): bump taiki-e/install-action from 2.32.9 to 2.33.9 ( #425 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.32.9 to 2.33.9.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.32.9...v2.33.9 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 03:23:22 +01:00
dependabot[bot]
9beb348d45
build(deps): bump JamesIves/github-pages-deploy-action ( #423 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 03:23:14 +01:00