Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jul 13, 2023
1 parent 98dc643 commit c6c452d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1]

* Changed imports in `substreams.yaml` definition so that packaged `.spkg` can you the expect path `sf/substreams/sink/database/v1` to exclude and generating from the `.spkg` will generate data on the right path.

If you were using `--exclude-paths` on `substreams protogen` and your path was `database.proto`, you should change to `sf/substreams/sink/database/v1`. We think this affects no one has everyone is probably using the pre-rendered Protobuf found in Rust crate `substreams-database-change`.

## [1.2.0]

* **Breaking** Renamed `substreams_database_change::pb::database::table_change::Operation::Unset` to be become `...::Operation::Unspecified` to make the Protobuf conforms to buf lint rules.
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substreams-database-change"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
description = "Substreams database change containg helpers"
authors = ["StreamingFast Contributors <team@streamingfast.io>"]
Expand Down
6 changes: 3 additions & 3 deletions substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
specVersion: v0.1.0
package:
name: substreams_sink_database_changes
version: v1.1.3
version: v1.2.1
url: https://github.com/streamingfast/substreams-sink-database-changes
doc: Contains all the definitions for the database changes which can be emitted by a Substreams.

protobuf:
files:
- database.proto
- sf/substreams/sink/database/v1/database.proto
importPaths:
- ./proto/sf/substreams/sink/database/v1
- ./proto

0 comments on commit c6c452d

Please sign in to comment.