Skip to content

Commit

Permalink
πŸš€πŸž Bugfix - Fix Ja3 Token Parsing and Improve performance (#45)
Browse files Browse the repository at this point in the history
* Update README.md

* ✨ Set for release

* add general issue template
  • Loading branch information
Danny-Dasilva committed Sep 16, 2021
1 parent f3b8372 commit af9b002
Show file tree
Hide file tree
Showing 13 changed files with 337 additions and 110 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CycleTLS Changelog

## 0.0.13 - (09-16-2020)
### Release Highlights
Performance improvements and Better Ja3 Token Parsing
### Bug Fixes
- Fix Performance issue relating to worker pool [Related Ticket](https://github.com/Danny-Dasilva/CycleTLS/issues/41)
- Address Ticket (fix extension 43) [error: tls: server selected unsupported group](https://github.com/Danny-Dasilva/CycleTLS/issues/43)
- Address Ticket [ fatal error: stack overflow (added support for extensions 22 49 50) ](https://github.com/Danny-Dasilva/CycleTLS/issues/42)
### Enhancements
- Updated Documentation
- Updated Integration tests for new token fixes
- Add new issue template

## 0.0.12 - (08-14-2020)
### Release Highlights
Timeout and Disable redirect integration
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ happen.
- Operating System information (e.g. Ubuntu 18.04):
- Node version:
- Golang version:

<!-- πŸŽ‰πŸŽ‰πŸŽ‰ Thank you for an opening an issue !!! πŸŽ‰πŸŽ‰πŸŽ‰ We are doing our best to get to this. -->
75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/general_issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
name: CycleTLS Issue Template
description: Use this template to report any issue
labels: [bug, triage]
assignees:
- Danny-Dasilva
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to report a CycleTLS issue
- type: textarea
id: what-happened
attributes:
label: Description
description: Please describe the current and expected behaviour, and attach all files/info needed to reproduce the issue if applicable.
# placeholder: Describe the issue here!
# value: "A bug happened!"
validations:
required: true
- type: dropdown
id: issue-type
attributes:
label: Issue Type
description: What type of issue would you like to report?
multiple: true
options:
- Bug
- Build/Install
- Performance
- Support
- Feature Request
- Documentation Feature Request
- Documentation Bug
- Others
- type: dropdown
id: Operating-System
attributes:
label: Operating System
description: What OS are you seeing the issue in? If you don't see your OS listed, please provide more details in the "Description" section above.
multiple: true
options:
- Windows 10
- Linux
- Ubuntu
- Mac OS
- Other
- type: dropdown
id: Node-Version
attributes:
label: Node Version
description: What Node version are you using? If "other", please provide more details in the "Description" section above.
multiple: false
options:
- Node 14.x
- Node 15.x
- Node 16.x
- Other
- type: dropdown
id: Go-Version
attributes:
label: Golang Version
description: What Golang version are you using? If "other", please provide more details in the "Description" section above.
multiple: false
options:
- Go 14.x
- Go 15.x
- Go 16.x
- Go 17.x
- Other
- type: textarea
id: logs
attributes:
label: Relevant Log Output
description: Please copy and paste any relevant log output. This will be automatically formatted into code.
render: shell
Loading

0 comments on commit af9b002

Please sign in to comment.