Releases: gear-tech/sails
Releases · gear-tech/sails
v0.3.0
What's Changed
- build(deps): bump up Gear libs to 1.5.0 by @DennisInSky in #457
- build: introduce 'debug' feature in 'sails-rs' crate by @DennisInSky in #458
- feat(sails-rs): Introduce support for 'with_gas_limit' in Gtest by @vobradovich in #439
- feat: introduce Cargo extension CLI for creating packages for building programs by @DennisInSky in #449
- chore: re-export 'gstd::debug' macro from 'sails-rs' by @DennisInSky in #461
- fix(macros): Ensure single
program
proc_macro attribute per crate by @vobradovich in #459 - feat(sails, gstd): Support for handle_reply in gstd MessageFuture by @vobradovich in #463
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- feat(macros): provide a way for defining sails crate name in generated code by @vobradovich in #427
- feat(client-gen): provide a way for defining sails crate name by @vobradovich in #435
- feat(sails-rs): introduce common support for 'with_gas_limit' option in the 'Action' trait by @vobradovich in #438
- chore: add 'gear-wasm-builder' into 'sails-rs' as an optional dep with re-export by @DennisInSky in #445
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- use assoc-types in traits instead of generics by @vobradovich in #393
- add default ActorId to GTestRemoting by @vobradovich in #395
- showcase building contract using native Rust means by @DennisInSky in #396
- make Demo app built from a single crate by @DennisInSky in #398
- resolve publishing issues by @breathx in #392
- fix sails crate name in generated code by @DennisInSky in #400
- rename folder containing rust code by @DennisInSky in #402
- support programs without any constructors by @DennisInSky in #412
- allow program and service coexist in the same module by @ridesun in #405
- rename 'gservice' into 'service' by @DennisInSky in #413
- support mocking of generated client using mockall by @vobradovich in #397
- rename 'groute' into 'route' by @DennisInSky in #416
- rename 'gprogram' into 'program' by @DennisInSky in #418
- allow switching actor in GTest, GSdk remotings by @DennisInSky in #422
- generate program default ctor if there are no user-defined ones by @DennisInSky in #420
- allow returning non-static lifetime references from service methods #268 by @vobradovich in #421
New Contributors
Full Changelog: v0.1.1...v0.2.0