@subql/node-stellar 4.0.0 → 4.0.2-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.0.1] - 2024-10-22
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump `@subql/common` and `@subql/node-core` dependency (#85)
|
|
12
|
+
|
|
9
13
|
## [4.0.0] - 2024-08-27
|
|
10
14
|
### Added
|
|
11
15
|
- Support for network endpoint config providing the ability to set headers and rpc batch sizes (#82)
|
|
@@ -154,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
154
158
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
155
159
|
|
|
156
160
|
## [2.12.0] - 2023-09-12
|
|
157
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.
|
|
161
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.1...HEAD
|
|
162
|
+
[4.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.1
|
|
158
163
|
[4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0
|
|
159
164
|
[3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1
|
|
160
165
|
[3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0
|