-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into next
- Loading branch information
Showing
14 changed files
with
1,907 additions
and
1,364 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Dependabot auto-merge | ||
|
||
on: pull_request | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
dependabot: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.actor == 'dependabot[bot]' }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Dependabot metadata | ||
id: metadata | ||
uses: dependabot/[email protected] | ||
|
||
- name: Enable auto-merge for Dependabot PRs | ||
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }} | ||
run: gh pr merge --auto --merge "$PR_URL" | ||
env: | ||
GH_TOKEN: ${{ secrets.DEPENDABOT_NODE_TOKEN }} | ||
PR_URL: ${{github.event.pull_request.html_url}} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: tests | ||
|
||
on: [workflow_call] | ||
|
||
jobs: | ||
conventional-commit-checker: | ||
name: Conventional Commit Checker | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: webiny/[email protected] | ||
|
||
test: | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-latest, windows-latest] | ||
node-version: [14.x, 16.x, 18.x] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install dependencies | ||
run: npm it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,68 @@ | ||
# [3.0.0](https://github.com/immobiliare/dats/compare/v2.1.0...v3.0.0) (2022-05-12) | ||
|
||
## [3.0.1](https://github.com/immobiliare/dats/compare/v3.0.0...v3.0.1) (2022-06-06) | ||
|
||
### Bug Fixes | ||
|
||
* upgrade autocannon from 7.6.0 to 7.7.0 ([9cbce14](https://github.com/immobiliare/dats/commit/9cbce14dc611eb7cc6c8066975a6f71a4de92471)) | ||
* upgrade autocannon from 7.7.0 to 7.7.2 ([0392586](https://github.com/immobiliare/dats/commit/0392586597bfb18d8348ec727c37c5757d427b52)) | ||
* upgrade autocannon from 7.7.2 to 7.8.0 ([d2abc9e](https://github.com/immobiliare/dats/commit/d2abc9e26f2e38d8d39dda39639fff24d750c25b)) | ||
* upgrade autocannon from 7.8.0 to 7.8.1 ([f47f1fa](https://github.com/immobiliare/dats/commit/f47f1fac15d1c8398bfa553b04858224e37feec7)) | ||
- upgrade autocannon from 7.8.1 to 7.9.0 ([3fd43bf](https://github.com/immobiliare/dats/commit/3fd43bf3c99ed9d5ac4743093d7cbaf086c8ccdc)) | ||
|
||
# [3.0.0](https://github.com/immobiliare/dats/compare/v2.1.0...v3.0.0) (2022-05-12) | ||
|
||
### Features | ||
### Bug Fixes | ||
|
||
- upgrade autocannon from 7.6.0 to 7.7.0 ([9cbce14](https://github.com/immobiliare/dats/commit/9cbce14dc611eb7cc6c8066975a6f71a4de92471)) | ||
- upgrade autocannon from 7.7.0 to 7.7.2 ([0392586](https://github.com/immobiliare/dats/commit/0392586597bfb18d8348ec727c37c5757d427b52)) | ||
- upgrade autocannon from 7.7.2 to 7.8.0 ([d2abc9e](https://github.com/immobiliare/dats/commit/d2abc9e26f2e38d8d39dda39639fff24d750c25b)) | ||
- upgrade autocannon from 7.8.0 to 7.8.1 ([f47f1fa](https://github.com/immobiliare/dats/commit/f47f1fac15d1c8398bfa553b04858224e37feec7)) | ||
|
||
* updates node.js ([4a774d2](https://github.com/immobiliare/dats/commit/4a774d2a5eb6e549876d262680549b0f4f46b050)) | ||
### Features | ||
|
||
- updates node.js ([4a774d2](https://github.com/immobiliare/dats/commit/4a774d2a5eb6e549876d262680549b0f4f46b050)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* Node.js 12 is deprecated | ||
- Node.js 12 is deprecated | ||
|
||
# [2.1.0](https://github.com/immobiliare/dats/compare/v2.0.0...v2.1.0) (2022-03-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* upgrade autocannon from 7.5.0 to 7.6.0 ([4ea546c](https://github.com/immobiliare/dats/commit/4ea546cc942285cce6210b9ea48aab1e6021d0f0)) | ||
* upgrade concurrently from 6.3.0 to 6.5.1 ([1db1c95](https://github.com/immobiliare/dats/commit/1db1c957456b0ae54022d8b46dc3fe607a54491f)) | ||
|
||
- upgrade autocannon from 7.5.0 to 7.6.0 ([4ea546c](https://github.com/immobiliare/dats/commit/4ea546cc942285cce6210b9ea48aab1e6021d0f0)) | ||
- upgrade concurrently from 6.3.0 to 6.5.1 ([1db1c95](https://github.com/immobiliare/dats/commit/1db1c957456b0ae54022d8b46dc3fe607a54491f)) | ||
|
||
### Features | ||
|
||
* **mock:** added dats mock ([8f78efe](https://github.com/immobiliare/dats/commit/8f78efef8dcb57409048320a949fb22738668a6a)) | ||
- **mock:** added dats mock ([8f78efe](https://github.com/immobiliare/dats/commit/8f78efef8dcb57409048320a949fb22738668a6a)) | ||
|
||
# [2.0.0](https://github.com/immobiliare/dats/compare/v1.0.0...v2.0.0) (2022-02-04) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove sampling parameter where is not used ([e3c6012](https://github.com/immobiliare/dats/commit/e3c6012f1db6399e40e3bea6cfa62a927a756127)) | ||
* sanitize hostnames with dots ([23e34ec](https://github.com/immobiliare/dats/commit/23e34ec6f7c4ac93ff3f2f9ecd30a45907b156a6)) | ||
* updates ts-eslint ([2738735](https://github.com/immobiliare/dats/commit/27387352bf37b430ed402914e59e023fbf314355)) | ||
|
||
- remove sampling parameter where is not used ([e3c6012](https://github.com/immobiliare/dats/commit/e3c6012f1db6399e40e3bea6cfa62a927a756127)) | ||
- sanitize hostnames with dots ([23e34ec](https://github.com/immobiliare/dats/commit/23e34ec6f7c4ac93ff3f2f9ecd30a45907b156a6)) | ||
- updates ts-eslint ([2738735](https://github.com/immobiliare/dats/commit/27387352bf37b430ed402914e59e023fbf314355)) | ||
|
||
### Features | ||
|
||
* freezed getSupportedTypes output ([b08c082](https://github.com/immobiliare/dats/commit/b08c0826f655988212456b27264015f7bc35c9f9)) | ||
* **debug:** switch to nodejs debug mode ([2b0af11](https://github.com/immobiliare/dats/commit/2b0af117d1526793ea8bc9af8a9e1b8ddcfdbcc8)) | ||
* **logo:** adds D logo w/ darkmode support ([225c121](https://github.com/immobiliare/dats/commit/225c12100e3a3c583763f75dcb4602d437f9508a)) | ||
|
||
- freezed getSupportedTypes output ([b08c082](https://github.com/immobiliare/dats/commit/b08c0826f655988212456b27264015f7bc35c9f9)) | ||
- **debug:** switch to nodejs debug mode ([2b0af11](https://github.com/immobiliare/dats/commit/2b0af117d1526793ea8bc9af8a9e1b8ddcfdbcc8)) | ||
- **logo:** adds D logo w/ darkmode support ([225c121](https://github.com/immobiliare/dats/commit/225c12100e3a3c583763f75dcb4602d437f9508a)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* **debug:** switch to nodejs debug mode | ||
- **debug:** switch to nodejs debug mode | ||
|
||
# 1.0.0 (2021-11-05) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **publish:** adds access public ([43dc08c](https://github.com/immobiliare/dats/commit/43dc08c74fafbf397cf78445ca84fc1b2067822f)) | ||
* **tests:** fix connection failed tcp test ([77087af](https://github.com/immobiliare/dats/commit/77087afc40b817f45c12be0174a2112740905548)) | ||
* **tests:** fix timeout error on tcp test ([27bfeea](https://github.com/immobiliare/dats/commit/27bfeeac6dfe205d97515d594094b9534057776e)) | ||
|
||
- **publish:** adds access public ([43dc08c](https://github.com/immobiliare/dats/commit/43dc08c74fafbf397cf78445ca84fc1b2067822f)) | ||
- **tests:** fix connection failed tcp test ([77087af](https://github.com/immobiliare/dats/commit/77087afc40b817f45c12be0174a2112740905548)) | ||
- **tests:** fix timeout error on tcp test ([27bfeea](https://github.com/immobiliare/dats/commit/27bfeeac6dfe205d97515d594094b9534057776e)) | ||
|
||
### Features | ||
|
||
* **git:** added package-lock in .gitignore ([fd90b7a](https://github.com/immobiliare/dats/commit/fd90b7a19f9359fa10b79fb1a10132782c74f50b)) | ||
* added CI ([9354666](https://github.com/immobiliare/dats/commit/935466670f3cc7ecffd51da9207454357a6a2f46)) | ||
* removed package-lock ([896811b](https://github.com/immobiliare/dats/commit/896811ba9aec4d5a9e1695481dad15d3821357d4)) | ||
* upgraded npm to v8 ([4455a14](https://github.com/immobiliare/dats/commit/4455a1468037fc9acdd5e7b0352734603d0b983a)) | ||
* **node:** upgraded node to v16 ([66de297](https://github.com/immobiliare/dats/commit/66de297e396933405ff85585e575c27383779f41)) | ||
* makes onError function optional in the sockets ([533b891](https://github.com/immobiliare/dats/commit/533b891d30ac9d2a8acde3ec8521b0349baa204c)) | ||
- **git:** added package-lock in .gitignore ([fd90b7a](https://github.com/immobiliare/dats/commit/fd90b7a19f9359fa10b79fb1a10132782c74f50b)) | ||
- added CI ([9354666](https://github.com/immobiliare/dats/commit/935466670f3cc7ecffd51da9207454357a6a2f46)) | ||
- removed package-lock ([896811b](https://github.com/immobiliare/dats/commit/896811ba9aec4d5a9e1695481dad15d3821357d4)) | ||
- upgraded npm to v8 ([4455a14](https://github.com/immobiliare/dats/commit/4455a1468037fc9acdd5e7b0352734603d0b983a)) | ||
- **node:** upgraded node to v16 ([66de297](https://github.com/immobiliare/dats/commit/66de297e396933405ff85585e575c27383779f41)) | ||
- makes onError function optional in the sockets ([533b891](https://github.com/immobiliare/dats/commit/533b891d30ac9d2a8acde3ec8521b0349baa204c)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.