Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.3.0 #420

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@ 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.3.0](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.2.1...sylvia-derive-v1.3.0) - 2024-11-20

### Added

- Assert no attributes used on `self` and `ctx`
- Error on wrong `sv::data` and `sv::payload` usage
- Return transaction id and block height if deserialization failed
- Assert no redundant parameters in reply method
- Update MultiTest to 2.2.0
- Revert adding Error to ContractApi
- Create ctx module for context types
- Add temporary `sylvia::replies::ReplyCtx` with additional fields ([#450](https://github.com/CosmWasm/sylvia/pull/450))
- Support omitting data parameter
- Add `instantiate` parameter to the `sv::data` attribute
- Add auto deserialization of reply data ([#445](https://github.com/CosmWasm/sylvia/pull/445))
- Add support for `sv::features` attribute. ([#446](https://github.com/CosmWasm/sylvia/pull/446))
- Pass payload while building SubMsg ([#441](https://github.com/CosmWasm/sylvia/pull/441))
- Add option to deserialize payload ([#439](https://github.com/CosmWasm/sylvia/pull/439))
- Impl SubMsg trait on CosmosMsg
- Add InstantiateBuilder and SubMsg trait
- Emit new reply dispatch ([#429](https://github.com/CosmWasm/sylvia/pull/429))
- Generate unique reply_ids ([#427](https://github.com/CosmWasm/sylvia/pull/427))
- Parse additional parameters for sv::msg(reply) ([#426](https://github.com/CosmWasm/sylvia/pull/426))
- Make serde dep user side obsolete
- Make cosmwasm_schema deps obsolete
- Make user side cosmwasm-std dep obsolete

### Other

- Add description of the `data` and `payload` attributes.
- Better error message for `sv::features` attribute
- Store MsgVariant in ReplyData
- Improve reply generation
- Remove `msg_type` method from `MsgVariant`
- Store `MsgAttr` in `MsgVariant`
- Make `MsgAttr` a struct

## [1.2.1](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.2.0...sylvia-derive-v1.2.1) - 2024-08-22

### Fixed
Expand Down
Loading
Loading