Skip to content

Commit

Permalink
starknet: release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Sep 4, 2023
1 parent 695cf3d commit c09dff7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@ The format is based on [Common Changelog](https://common-changelog.org/), and
this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2023-09-04

_Add a new Status method to the gRPC service._

### Added

- Add a `Status` method to the `Stream` gRPC service. This method is used to
query the current service ingestion state.
- Add `--address` CLI flag to change on which address the DNA service listens
for connections. Defaults to `0.0.0.0:7171` for backward compatibility.

## [1.1.1] - 2023-08-18

_Improve compatibility with Starknet 0.12.1 and RPC 0.4.0._

### Change
### Changed

- Update the Starknet client used. This ensures we have a better compatibility
with RPC 0.4.
Expand Down Expand Up @@ -71,6 +82,7 @@ _Start publishing versioned Docker images._

_First tagged release 🎉_

[1.1.2]: https://github.com/apibara/dna/releases/tag/starknet/v1.1.2
[1.1.1]: https://github.com/apibara/dna/releases/tag/starknet/v1.1.1
[1.1.0]: https://github.com/apibara/dna/releases/tag/starknet/v1.1.0
[1.0.4]: https://github.com/apibara/dna/releases/tag/starknet/v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion starknet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apibara-starknet"
version = "1.1.1"
version = "1.1.2"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit c09dff7

Please sign in to comment.