Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Jun 5, 2023
1 parent 45d55c3 commit 5b5bf87
Show file tree
Hide file tree
Showing 21 changed files with 244 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Expand Up @@ -1556,4 +1556,40 @@ should use 4.0.1-alpha.0 for testing.

- `Web3ValidationErrorObject` type is now exported from `web3-types` package (#6102)

## [4.0.1]

Release Notes:

Web3.js 4.0.1 is written in TypeScript and has many exciting features such as:
Easy extensibility ( with web3 Plugins feature )
In compliance with ETH EL Specification
Dynamic Contract Typing
Native typescript
ESM CJS native builds
85%+ test coverage
Custom data formatting feature
Reduced package size
New packages ( web3-types, web3-errors, web3-validator, web3-rpc-methods )
Validation functionality using schema

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)
[Plugin Developers](https://docs.web3js.org/guides/web3_plugin_guide/plugin_authors)
[Plugin Users](https://docs.web3js.org/guides/web3_plugin_guide/plugin_users)

Detailed List of changes are mentioned under:
4.0.0-alpha.0
4.0.1-alpha.1
4.0.1-alpha.2
4.0.1-alpha.3
4.0.1-alpha.4
4.0.1-alpha.5
4.0.1-rc.0
4.0.1-rc.1
4.0.1-rc.2

If there are any bugs, improvements, optimizations or any new feature proposal feel free to create github issue, or post a pull request for contributions.

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-core/CHANGELOG.md
Expand Up @@ -108,4 +108,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Replaced Buffer for Uint8Array (#6004)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-errors/CHANGELOG.md
Expand Up @@ -107,4 +107,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nested Smart Contract error data is extracted at `Eip838ExecutionError` constructor and the nested error is set at `innerError` (#6045)

## [1.0.0]

Release Notes:

Detailed List of change logs are mentioned under previous 1.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-eth-abi/CHANGELOG.md
Expand Up @@ -101,4 +101,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nested Smart Contract error data hex string is decoded when the error contains the data as object (when the data hex string is inside data.originalError.data or data.data) (#6045)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-eth-accounts/CHANGELOG.md
Expand Up @@ -95,4 +95,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The methods `recover`, `encrypt`, `privateKeyToAddress` does not support type `Buffer` but supports type `Uint8Array` (#6004)
- The method `parseAndValidatePrivateKey` returns a type `Uint8Array` instead of type `Buffer` (#6004)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-eth-contract/CHANGELOG.md
Expand Up @@ -261,4 +261,15 @@ const transactionHash = receipt.transactionHash;
- Added `maxPriorityFeePerGas` and `maxFeePerGas` in `ContractOptions` type and updated function using it in utils (#6118)
- Added method's type autodetection by ABI param (#6137)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-eth-ens/CHANGELOG.md
Expand Up @@ -88,4 +88,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed non read-only methods (#6084)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-eth-iban/CHANGELOG.md
Expand Up @@ -78,4 +78,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dependencies updated

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-eth-personal/CHANGELOG.md
Expand Up @@ -94,4 +94,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dependencies updated

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-eth/CHANGELOG.md
Expand Up @@ -138,4 +138,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactored `defaultTransactionTypeParser` to return correct EIP-2718 types, prior implementation was prioritizing `transaction.hardfork` and ignoring the use of `transaction.gasLimit`. `defaultTransactionTypeParser` will now throw `InvalidPropertiesForTransactionTypeError`s for properties are used that are incompatible with `transaction.type` (#6102)
- `prepareTransactionForSigning` and `defaultTransactionBuilder` now accepts optional `fillGasPrice` flag and by default will not fill gas(#6071)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-net/CHANGELOG.md
Expand Up @@ -94,4 +94,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dependencies updated

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-providers-http/CHANGELOG.md
Expand Up @@ -78,4 +78,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dependencies updated

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-providers-ipc/CHANGELOG.md
Expand Up @@ -88,4 +88,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Replaced Buffer for Uint8Array (#6004)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-providers-ws/CHANGELOG.md
Expand Up @@ -81,4 +81,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dependencies updated

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-rpc-methods/CHANGELOG.md
Expand Up @@ -79,4 +79,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dependencies updated

## [1.0.0]

Release Notes:

Detailed List of change logs are mentioned under previous 1.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-types/CHANGELOG.md
Expand Up @@ -108,4 +108,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- types `FMT_BYTES.BUFFER`, `Bytes` and `FormatType` and encryption option types for `salt` and `iv` has replaced support for `Buffer` for `Uint8Array` (#6004)
- Added `internalType` property to the `AbiParameter` type.

## [1.0.0]

Release Notes:

Detailed List of change logs are mentioned under previous 1.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-utils/CHANGELOG.md
Expand Up @@ -117,4 +117,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The methods `sha3` and `keccak256Wrapper` does not accept type `Buffer` but type `Uint8Array` (#6004)
- The method `bytesToBuffer` has been removed for the usage of `bytesToUint8Array` (#6004)

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3-validator/CHANGELOG.md
Expand Up @@ -97,4 +97,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `Web3ValidationErrorObject` type is now exported from `web3-types` package (#6102)

## [1.0.0]

Release Notes:

Detailed List of change logs are mentioned under previous 1.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
11 changes: 11 additions & 0 deletions packages/web3/CHANGELOG.md
Expand Up @@ -101,4 +101,15 @@ web3.currentProvider.disconnect();

- Dependencies updated

## [4.0.1]

Release Notes:

Detailed List of change logs are mentioned under previous 4.x alpha and RC releases.

Documentation:
[Web3.js documentation](https://docs.web3js.org/)
[Web3 API](https://docs.web3js.org/api)
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]
4 changes: 4 additions & 0 deletions tools/web3-packagetemplate/CHANGELOG.md
Expand Up @@ -42,4 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added source files (#5956)
- Added hybrid build (ESM and CJS) of library (#5904)

## [1.1.1]

- Stable release

## [Unreleased]
6 changes: 6 additions & 0 deletions tools/web3-plugin-example/CHANGELOG.md
Expand Up @@ -60,4 +60,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added source files (#5956)

## [1.0.0]

- Stable release

## [Unreleased]

## [Unreleased]

0 comments on commit 5b5bf87

Please sign in to comment.