cosmos-sdk/depinject/CHANGELOG.md
Matt Kocubinski bf8c0da179
feat(depinject): silently ignore private fields on In structs (#22438)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-06 15:40:50 +00:00

1.2 KiB

Changelog

[Unreleased]

1.1.0

  • #22438 Unexported fields on In structs are now silently ignored instead of failing.

1.0.0

  • #20540 Add support for defining appconfig module configuration types using github.com/cosmos/gogoproto/proto in addition to google.golang.org/protobuf so that users can use gogo proto across their stack.
  • Move cosmossdk.io/core/appconfig to cosmossdk.io/depinject/appconfig.

1.0.0-alpha.x

Depinject is still in alpha stage even though its API is already quite stable. There is no changelog during this stage.