Skip to content

Commit

Permalink
chore(release): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed Jan 2, 2022
1 parent 7b8ed9b commit c165335
Show file tree
Hide file tree
Showing 37 changed files with 340 additions and 122 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,51 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


* refactor!: upgrade pino + change interceptor public interface ([6a8c1fe](https://github.com/vitorsalgado/drizzle-http/commit/6a8c1fe6aef5d97741dce8d52d918f200b216826))
* feat!: remove HttpBody and Response classes ([257f6f1](https://github.com/vitorsalgado/drizzle-http/commit/257f6f128c1ce1dcbb700f91fa09a2ef12dc3c3a))
* refactor!: remove Request class ([81310de](https://github.com/vitorsalgado/drizzle-http/commit/81310deb307e50864ffed05068fc4c59dc0e48fe))


### Features

* add circuit breaker adapter + major refactor of core components ([f0dbbbc](https://github.com/vitorsalgado/drizzle-http/commit/f0dbbbc26bc428bf1d42d222c2ded4ac4411a9f6))
* add Deno version ([9dfee28](https://github.com/vitorsalgado/drizzle-http/commit/9dfee2874ce94642be704d8b998587ccd188536e))
* add more http methods to HttpMethod constants ([ce7fd6e](https://github.com/vitorsalgado/drizzle-http/commit/ce7fd6ee2f8d32272e65028ca975a5e5276c39af))
* add response mapper adapter package ([469ca47](https://github.com/vitorsalgado/drizzle-http/commit/469ca479952c5aa71d02f8b085339ceb53fcde74))
* add ResponseHandler + no longer returns error by default + simplify core components type system ([21740fa](https://github.com/vitorsalgado/drizzle-http/commit/21740fa533c8d2a0ca63c94fcef5e27fe01e5f00))
* **circuit-breaker:** add possibility to combine adapters ([6b2ed71](https://github.com/vitorsalgado/drizzle-http/commit/6b2ed71f151c3123c68aa9a0e43f1dbab46de978))
* **core:** add configurer function to builder ([88cf142](https://github.com/vitorsalgado/drizzle-http/commit/88cf142014b3e23383e7c8ff9a4044d85bb657f1))
* **core:** add hasConfig to RequestFactory ([9fc2aa4](https://github.com/vitorsalgado/drizzle-http/commit/9fc2aa43118f8f20df326b862588b4aa013d1145))
* **core:** add option to ignore response handler on request factory ([2c47836](https://github.com/vitorsalgado/drizzle-http/commit/2c478365061ac3ce8ceddc7522ba424f800d882f))
* **core:** add retry interceptor ([0363ab7](https://github.com/vitorsalgado/drizzle-http/commit/0363ab78697c80fabb53ac2fc8a6a5ab7b7b6847))
* **deno:** improve Deno version and ci for Deno ([6a1c857](https://github.com/vitorsalgado/drizzle-http/commit/6a1c8577c785103a44d5e7124b3936ce940e8cbc))
* **example-nestjs:** add NestJS example ([e162c74](https://github.com/vitorsalgado/drizzle-http/commit/e162c74a70187ef3023cc04916cd5bfa4f9fe024))
* **example-nestjs:** add NestJS example ([fc1f0f4](https://github.com/vitorsalgado/drizzle-http/commit/fc1f0f42c2c172b85fb628136cbd1999539c9556))
* **examples:** add nodejs es modules example ([d8a5126](https://github.com/vitorsalgado/drizzle-http/commit/d8a5126404df6d49ea2baec6504bc8c0f6ad0d06))
* **examples:** re-add javascript backend example ([077d5c0](https://github.com/vitorsalgado/drizzle-http/commit/077d5c02f7fb260b725564cfeefd7fec781559ea))
* expose undici pool from call factory ([ec1b223](https://github.com/vitorsalgado/drizzle-http/commit/ec1b223dc43e5c956f6a27da8ec2782e7c003938))
* **fetch:** use fetch only + simplify module + upgrade deps ([514631f](https://github.com/vitorsalgado/drizzle-http/commit/514631fdbb0cec31c9ed5b64199dca9ceca35f3f))
* **logging:** add logging interceptor optimized for browser ([c745d73](https://github.com/vitorsalgado/drizzle-http/commit/c745d73489f1bfe0ef07b293a338f53885a34d9e))
* **mapper:** add possibility to combine adapters ([5fc4d75](https://github.com/vitorsalgado/drizzle-http/commit/5fc4d757c03ac4b669527aabf238a4bf39689c92))
* multipart + req and res identifiers + core components refactor ([ba53066](https://github.com/vitorsalgado/drizzle-http/commit/ba530663210eb0f06b8782de28aa1bb4a0cfd2d2))
* request model arg parameter handler ([e138039](https://github.com/vitorsalgado/drizzle-http/commit/e138039f07b55c4370c2c61ee6eb2e300795476e))
* request model args + refactor parameter handler components WIP ([1cba0f4](https://github.com/vitorsalgado/drizzle-http/commit/1cba0f4a1b2310e3f047e13904699adb8eb798f2))
* use npm + improve test and lint configuration + upgrade deps ([4b27404](https://github.com/vitorsalgado/drizzle-http/commit/4b27404f723594ac1cdd3c70184dfacd5e2cee62))


### BREAKING CHANGES

* change the order of the parameters in the interceptor constructor
* removed HttpBody and Response. Now using the simpler DzResponse. Clients must implement the methods to consume and parse response data.
* remove Request class to use DzRequest which is simpler and just hold values. Clients should do all required validations and conversions.





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)


Expand Down
12 changes: 12 additions & 0 deletions benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* add circuit breaker adapter + major refactor of core components ([f0dbbbc](https://github.com/vitorsalgado/drizzle-http/commit/f0dbbbc26bc428bf1d42d222c2ded4ac4411a9f6))
* multipart + req and res identifiers + core components refactor ([ba53066](https://github.com/vitorsalgado/drizzle-http/commit/ba530663210eb0f06b8782de28aa1bb4a0cfd2d2))





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/benchmarks
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/benchmarks",
"version": "2.2.0",
"version": "3.0.0",
"description": "Benchmarks",
"private": true,
"main": "./dist/index.js",
Expand All @@ -15,9 +15,9 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/opossum-circuit-breaker": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/opossum-circuit-breaker": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"axios": "^0.24.0",
"benchmark": "^2.1.4",
"cronometro": "^1.0.2",
Expand Down
12 changes: 12 additions & 0 deletions examples/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* add circuit breaker adapter + major refactor of core components ([f0dbbbc](https://github.com/vitorsalgado/drizzle-http/commit/f0dbbbc26bc428bf1d42d222c2ded4ac4411a9f6))
* **examples:** re-add javascript backend example ([077d5c0](https://github.com/vitorsalgado/drizzle-http/commit/077d5c02f7fb260b725564cfeefd7fec781559ea))





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/example-javascript
Expand Down
6 changes: 3 additions & 3 deletions examples/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-javascript",
"version": "2.2.0",
"version": "3.0.0",
"description": "Javascript example",
"scripts": {
"start": "node dist/index.js",
Expand All @@ -13,8 +13,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-decorators-legacy": "^1.3.5"
},
Expand Down
11 changes: 11 additions & 0 deletions examples/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* **example-nestjs:** add NestJS example ([e162c74](https://github.com/vitorsalgado/drizzle-http/commit/e162c74a70187ef3023cc04916cd5bfa4f9fe024))
6 changes: 3 additions & 3 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-nestjs",
"version": "2.2.0",
"version": "3.0.0",
"description": "NestJs example",
"scripts": {
"prebuild": "rimraf dist",
Expand All @@ -24,8 +24,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"@nestjs/common": "^8.2.4",
"@nestjs/core": "^8.2.4",
"@nestjs/platform-express": "^8.2.4",
Expand Down
11 changes: 11 additions & 0 deletions examples/nodejs-es-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* **examples:** add nodejs es modules example ([d8a5126](https://github.com/vitorsalgado/drizzle-http/commit/d8a5126404df6d49ea2baec6504bc8c0f6ad0d06))
6 changes: 3 additions & 3 deletions examples/nodejs-es-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-javascript-modules",
"version": "2.2.0",
"version": "3.0.0",
"description": "Javascript example",
"type": "module",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/undici": "^2.2.0"
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
Expand Down
13 changes: 13 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* add circuit breaker adapter + major refactor of core components ([f0dbbbc](https://github.com/vitorsalgado/drizzle-http/commit/f0dbbbc26bc428bf1d42d222c2ded4ac4411a9f6))
* **logging:** add logging interceptor optimized for browser ([c745d73](https://github.com/vitorsalgado/drizzle-http/commit/c745d73489f1bfe0ef07b293a338f53885a34d9e))
* multipart + req and res identifiers + core components refactor ([ba53066](https://github.com/vitorsalgado/drizzle-http/commit/ba530663210eb0f06b8782de28aa1bb4a0cfd2d2))





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/example-react
Expand Down
10 changes: 5 additions & 5 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-react",
"version": "2.2.0",
"version": "3.0.0",
"private": true,
"author": {
"name": "Vitor Hugo Salgado",
Expand All @@ -27,10 +27,10 @@
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/fetch": "^2.2.0",
"@drizzle-http/logging-interceptor": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/fetch": "^3.0.0",
"@drizzle-http/logging-interceptor": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
Expand Down
11 changes: 11 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* add circuit breaker adapter + major refactor of core components ([f0dbbbc](https://github.com/vitorsalgado/drizzle-http/commit/f0dbbbc26bc428bf1d42d222c2ded4ac4411a9f6))





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/example-typescript
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-typescript",
"version": "2.2.0",
"version": "3.0.0",
"description": "Typescript example",
"type": "module",
"scripts": {
Expand All @@ -14,8 +14,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/logging-interceptor": "^2.2.0",
"@drizzle-http/undici": "^2.2.0"
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/logging-interceptor": "^3.0.0",
"@drizzle-http/undici": "^3.0.0"
}
}
11 changes: 11 additions & 0 deletions internal/clinic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* multipart + req and res identifiers + core components refactor ([ba53066](https://github.com/vitorsalgado/drizzle-http/commit/ba530663210eb0f06b8782de28aa1bb4a0cfd2d2))





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/clinic-test
Expand Down
6 changes: 3 additions & 3 deletions internal/clinic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/clinic-test",
"version": "2.2.0",
"version": "3.0.0",
"description": "Simple Clinic.js setup",
"private": true,
"main": "./dist/index.js",
Expand All @@ -20,8 +20,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"autocannon": "^7.5.1",
"clinic": "^11.0.0"
}
Expand Down
11 changes: 11 additions & 0 deletions internal/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* request model arg parameter handler ([e138039](https://github.com/vitorsalgado/drizzle-http/commit/e138039f07b55c4370c2c61ee6eb2e300795476e))





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/test-utils
Expand Down
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/test-utils",
"version": "2.2.0",
"version": "3.0.0",
"description": "Test utilities for Drizzle-Http",
"private": true,
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.0",
"version": "3.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/drizzle-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)

**Note:** Version bump only for package @drizzle-http/core





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/drizzle-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/core",
"version": "2.2.0",
"version": "3.0.0",
"description": "Drizzle-Http core module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -56,6 +56,6 @@
"deno"
],
"devDependencies": {
"@drizzle-http/test-utils": "^2.2.0"
"@drizzle-http/test-utils": "^3.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/drizzle-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


### Features

* **deno:** improve Deno version and ci for Deno ([6a1c857](https://github.com/vitorsalgado/drizzle-http/commit/6a1c8577c785103a44d5e7124b3936ce940e8cbc))





# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

### Bug Fixes
Expand Down
Loading

0 comments on commit c165335

Please sign in to comment.