Skip to content

Commit

Permalink
bump CHANGELOG for release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed May 5, 2023
1 parent 2301fde commit 890fd05
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [MAINTAINERS.md](./MAINTAINERS.md)
for instructions to keep up to date.

## Unreleased
## v0.2.0

### BREAKING CHANGES

#### Substreams protocol change
* Bumps substreams from v1.0.x to v1.1.1 -> RPC protocol changed from sf.substreams.v1.Stream/Blocks to sf.substreams.rpc.v2.Stream/Blocks. See release notes from github.com/streamingfast/substreams for details.

### Added

Expand All @@ -21,11 +26,6 @@ interval: <number>`, if you had two different value before, pick the biggest of

* Updated `--substreams-output-cache-save-interval` default value to 1000.

### BREAKING CHANGES

### Substreams protocol change
* Bumps substreams from v1.0.x to v1.1.1 -> RPC protocol changed from sf.substreams.v1.Stream/Blocks to sf.substreams.rpc.v2.Stream/Blocks. See release notes from github.com/streamingfast/substreams for details.

### Added
* Added `tools bt blocks --bt-project=<bigtable_project> --bt-instance=<bigtable_instance> <start-block-num> <stop-block-num>` command to scan bigtable rows
* Added `--firehose-enabled` flag to output FIRE log
Expand All @@ -48,12 +48,12 @@ interval: <number>`, if you had two different value before, pick the biggest of
* Removed `dgraphql` application and all associated flags
* Removed `tools reproc` replaced with `tools bt blocks`

#### Project Rename
### Project Rename

* The repo name has changed from `sf-solana` to `firehose-solana`
* The binary name has changed from `sfsol` to `firesol` (aligned with https://firehose.streamingfast.io/references/naming-conventions)

#### Flags and environment variables
### Flags and environment variables rename
* All config via environment variables that started with `SFSOL_` now starts with `FIRESOL_`
* Changed `config-file` default from `./sf.yaml` to `""`, preventing failure without this flag.
* Renamed `common-blocks-store-url` to `common-merged-blocks-store-url`
Expand Down

0 comments on commit 890fd05

Please sign in to comment.