Skip to content

Commit 0197231

Browse files
committed
docs: release v1.2.0
1 parent bc7bce7 commit 0197231

File tree

3 files changed

+34
-7
lines changed

3 files changed

+34
-7
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[1.2.0]: https://github.com/sablier-labs/indexers/compare/v1.1.1...v1.2.0
89
[1.1.1]: https://github.com/sablier-labs/indexers/compare/v1.1.0...v1.1.1
910
[1.1.0]: https://github.com/sablier-labs/indexers/compare/v1.0.0...v1.1.0
1011
[1.0.0]: https://github.com/sablier-labs/indexers/releases/tag/v1.0.0
1112

13+
## [1.2.0] - 2025-10-22
14+
15+
### Added
16+
17+
- Add `Contract` entity in GraphQL schemas
18+
- Add `Indexer.Name` type
19+
- Add `DeprecatedStream` entity in GraphQL schemas, and deprecate fee-less contracts
20+
([#189](https://github.com/sablier-labs/indexers/pull/189))
21+
- Support the latest Sablier releases (Airdrops v2.0, and Flow v2.0, and Lockup v3.0)
22+
23+
### Changed
24+
25+
- Bump `sablier` package to v1.4.0
26+
- Update documentation in GraphQL files
27+
- Update `gql` bindings
28+
29+
### Fixed
30+
31+
- Fix subgraph names and testing URLs ([#205](https://github.com/sablier-labs/indexers/pull/205))
32+
33+
### Removed
34+
35+
- Remove `User`, `UserTransaction`, `Revenue`, and `RevenueTransaction` entities from GraphQL schemas
36+
- Remove Envio support for Form Network, Lightlink, Sei, and Tangle
37+
- Remove The Graph support for Form Network, IoTex, and Mode
38+
1239
## [1.1.1] - 2025-09-01
1340

1441
### Changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sablier/indexers",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Data indexers for the Sablier Protocol",
55
"homepage": "https://github.com/sablier-labs/indexers#readme",
66
"license": "GPL-3.0-or-later",
@@ -11,7 +11,7 @@
1111
"url": "https://sablier.com"
1212
},
1313
"dependencies": {
14-
"sablier": "1.3.0"
14+
"sablier": "1.4.0"
1515
},
1616
"peerDependencies": {
1717
"sablier": "^1.x"

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)