Skip to content

Releases: eclipse-zenoh/zenoh-ts

1.4.0

22 May 15:37
Compare
Choose a tag to compare

What's Changed

New features πŸŽ‰

  • Parameters treated as string as in Rust, API corrected to match Rust one by @milyin in #209
  • use zenoh serialization in browser example, fixed several issues in serialization by @milyin in #216
  • Fix issues in high-throughput scenarios by @DenisBiryukov91 in #219
  • swithched to camelCase in API and inside the code by @milyin in #229
  • Encoding.withSchema behaviour made the same as in other implementations by @milyin in #230

Dependencies πŸ‘·

Other changes

New Contributors

Full Changelog: 1.3.4...1.4.0

1.3.4

24 Apr 11:11
Compare
Choose a tag to compare

What's Changed

Dependencies πŸ‘·

Full Changelog: 1.3.3...1.3.4

1.3.3

10 Apr 12:46
Compare
Choose a tag to compare

What's Changed

Dependencies πŸ‘·

Full Changelog: 1.3.2...1.3.3

1.3.2

04 Apr 13:39
Compare
Choose a tag to compare

What's Changed

Dependencies πŸ‘·

Full Changelog: 1.3.1...1.3.2

1.3.1

03 Apr 12:47
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐞

  • fixed crash on session info request due to tokio version mismatch by @milyin in #173

Dependencies πŸ‘·

Full Changelog: 1.3.0...1.3.1

1.3.0

21 Mar 16:58
Compare
Choose a tag to compare

What's Changed

New features πŸŽ‰

  • Serialization made compatible with zenoh-ext serialization API by @DenisBiryukov91 in #114
  • added support of standardl urls as locator parameter by @milyin in #143

Documentation πŸ“

  • added legal files, same as main zenoh repo by @milyin in #144

Dependencies πŸ‘·

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

05 Feb 15:21
Compare
Choose a tag to compare

What's Changed

Dependencies πŸ‘·

Full Changelog: 1.2.0...1.2.1

1.2.0

30 Jan 18:42
Compare
Choose a tag to compare

What's Changed

New features πŸŽ‰

Dependencies πŸ‘·

Full Changelog: 1.1.1...1.2.0

1.1.1

16 Jan 18:02
Compare
Choose a tag to compare

What's Changed

New features πŸŽ‰

Bug fixes 🐞

  • corrected API to make it similar to C++ which have the closest logic by @milyin in #89

Documentation πŸ“

  • documentation to keyexpr module added by @milyin in #93

Dependencies πŸ‘·

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

11 Dec 18:51
Compare
Choose a tag to compare

What's Changed

New features πŸŽ‰

Documentation πŸ“

  • readme updated: daemon run instructions added, obsolete info removed by @milyin in #67

Dependencies πŸ‘·

Other changes

New Contributors

Full Changelog: 1.0.4...1.1.0