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

12312312 #1

Merged
merged 47 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
fedd77b
Stop reading when error is encountered
moogle19 May 14, 2020
263b941
Fix compile error on Xcode 12
amayers Jun 22, 2020
fe5769f
Conditionally include 'swift-nio-zlib-support' dependency to avoid wa…
varahash Jul 12, 2020
5987db1
move deployment target to iOS 9 to fix compile for archive with Xcode 12
Jul 16, 2020
024a277
Merge pull request #808 from dvshelley/deployTarget9
daltoniam Jul 19, 2020
4820831
Merge pull request #799 from amayers/xcode12
daltoniam Jul 19, 2020
85c8412
Merge pull request #807 from varahash/conditional-zlib-dependency
daltoniam Jul 19, 2020
df8d820
4.0.4 release
daltoniam Aug 1, 2020
9447264
Merge branch 'master' of https://github.com/daltoniam/Starscream into…
moogle19 Aug 3, 2020
e95db8f
Tweak WebSocketDelegate method signature
JonathanDowning Jul 28, 2020
a55720b
Add .pong to be counted as control frame.
mininny Aug 22, 2020
4ae4531
Add Issue templates and PR templates.
mininny Sep 12, 2020
e73800e
Remove three unused properties
XueshiQiao Oct 21, 2020
cebca63
Add Headers to `notAnUpgrade` error.
hishnash Jan 25, 2021
b7f15e6
Fixed documentation on compression (#883)
jschmid May 29, 2021
a0ba26b
Explicitly set domain to the passed value (#890)
eric-clover May 29, 2021
7e7d8a4
Merge pull request #830 from mininny/feature/mininny/add-templates
daltoniam May 31, 2021
62626d8
Merge pull request #863 from hishnash/addHeadersToError
daltoniam May 31, 2021
f567b33
Merge pull request #839 from moogle19/fix_native_engine_loop
daltoniam May 31, 2021
95eab63
Merge pull request #845 from XueshiQiao/master
daltoniam May 31, 2021
1435d72
Merge pull request #823 from mininny/feature/mininny/fix-control-frame
daltoniam May 31, 2021
6f18c49
Merge pull request #812 from JonathanDowning/feature/WebSocketDelegat…
daltoniam May 31, 2021
2c476c7
Replace all the class with AnyObject due to the deprication.
Jun 8, 2021
c683591
Merge pull request #894 from Emadgnia/Remove-warnings-on-Xcode-12.5
fassko Sep 30, 2021
f354881
Added support for `xrOS` (#973)
NachoSoto Aug 16, 2023
060600f
Conditionally include 'swift-nio-zlib-support' dependency to avoid wa…
steprescott Aug 16, 2023
5ab0d5a
Bump addressable from 2.7.0 to 2.8.1 (#963)
dependabot[bot] Aug 16, 2023
3c5a484
Bump tzinfo from 1.2.6 to 1.2.10 (#955)
dependabot[bot] Aug 16, 2023
cb131f8
Update README.md (#950)
HuginChen Aug 16, 2023
f900d67
fix: added peerClosed case for WebSocketEvent enum (#946)
JeneaVranceanu Aug 16, 2023
cdb61a3
Fix for start websocket with cookies in initial request (#942)
newloran2 Aug 16, 2023
826008d
Bump cocoapods-downloader from 1.3.0 to 1.6.3 (#948)
dependabot[bot] Aug 16, 2023
04acf17
Added support for connection error (#912)
MustaphaQadri Aug 16, 2023
66a441a
rfc6455 link fixed (#952)
itsaboutcode Aug 16, 2023
ea9a6ff
feat: cleanup, update for latest xcode/swift, add release workflow
acmacalister Aug 19, 2023
76fa39e
chore: add ruby version
acmacalister Aug 19, 2023
dcfffe1
chore: change ruby version
acmacalister Aug 19, 2023
f8ac424
chore: update bundler
acmacalister Aug 19, 2023
4c7b881
fix: release workflow
acmacalister Aug 19, 2023
7b1e5bb
fix: update secret
acmacalister Aug 19, 2023
d2a9549
Fix a leak with the TCPTransport (#923)
paul-verkada Aug 19, 2023
d67812c
Fix compression when headers don't include window bits (#937)
zacwest Aug 19, 2023
86998dd
Fix connection race when using WSEngine (#930)
yoheimuta Aug 19, 2023
ca9b122
Update SwiftPM section in Readme (#824)
wacumov Aug 19, 2023
ac6c0fc
fix: update README
acmacalister Aug 19, 2023
7723d1e
Update README.md
acmacalister Aug 22, 2023
d3a0b10
Bump activesupport from 7.0.7 to 7.0.7.2 (#976)
dependabot[bot] Aug 29, 2023
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report about a bug
title: ''
labels: bug
assignees: ''

---

### Describe the bug
> A clear and concise description of what the bug is.

### Steps to Reproduce
> Detailed steps to reproduce the problematic behavior:

### Expected behavior
> A clear and concise description of what you expected to happen.

### Environment:
- OS/Version: [e.g. iOS/13.3]
- Starscream Version [e.g. 4.0.4]
- Xcode version [e.g. 11.5]

### Additional context
> Add any other context about the problem here.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature_request
assignees: ''

---

### What do you want to happen?
> Please replace this with the general overview of the feature that you'd like to have.

### What happens now?
> Please replace this with of what is happening currently.

### Demo Code
> Any demo code that may used to implement/use the desired feature.

### Describe alternatives you've considered
> A clear and concise description of any alternative solutions or features you've considered.

### Additional context
> Add any other context or screenshots about the feature request here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/general-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: General Question
about: 'Ask any question about the framework. '
title: ''
labels: question
assignees: ''

---

### Question
> A description of what you want to know.

### Environment:
- OS/Version: [e.g. iOS/13.3]
- Starscream Version [e.g. 4.0.4]
- Xcode version [e.g. 11.5]
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Issue Link 🔗
> Please attach the link to an issue if it exists.

### Goals ⚽
> What you hope to address within this PR.

### Implementation Details 🚧
> Additional details about the PR.
24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Release

on:
push:
tags:
- "*.*.*"
jobs:
release:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Set Latest Tag
id: vars
run: echo "tag=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec fastlane test
- run: bundle exec fastlane release
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
TAG: ${{ steps.vars.outputs.tag }}
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.2
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
`Starscream` adheres to [Semantic Versioning](http://semver.org/).

### [4.0.4](https://github.com/daltoniam/Starscream/tree/4.0.4)

Bug fixes for 4.0.3.

[#808](https://github.com/daltoniam/Starscream/pull/808)
[#807](https://github.com/daltoniam/Starscream/pull/807)
[#799](https://github.com/daltoniam/Starscream/pull/799)
[#797](https://github.com/daltoniam/Starscream/pull/797)
[#790](https://github.com/daltoniam/Starscream/pull/790)
[#788](https://github.com/daltoniam/Starscream/pull/788)
[#777](https://github.com/daltoniam/Starscream/pull/777)
[#768](https://github.com/daltoniam/Starscream/pull/768)
[#766](https://github.com/daltoniam/Starscream/pull/766)
[#764](https://github.com/daltoniam/Starscream/pull/764)

### [4.0.3](https://github.com/daltoniam/Starscream/tree/4.0.3)

Bug fixes for 4.0.2.
Expand Down
Loading