Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: pleshevskiy/sonic-channel

v1.1.0

24 Oct 15:32
306328c
Compare
Choose a tag to compare

Changelogs

  • feat(commands): add a new list command to the search channel

v1.0.1

18 Jul 14:43
d477375
Compare
Choose a tag to compare

Changelog

  • add missed Clone to ObjDest

v1.0.0

18 Jul 11:28
9466be1
Compare
Choose a tag to compare

Changelog

  • BREAKING(result): remove error wrapper
  • BREAKING(commands): change bool response types to void
  • BREAKING(commands): improve UX for each channel command
  • feat(protocol): extracted request and response from commands.
  • deps: drop lazy_static and regex

Use Migration Guide to update your code.

v0.6.0

23 Mar 20:56
Compare
Choose a tag to compare

Changelog

  • feat: auto detect missed lang attribute for query command (@lonexw)
  • feat: auto detect lang attribute for push command if not specified

v0.5.0

22 Dec 13:07
Compare
Choose a tag to compare
  • BREAKING: rename ErrorKind variants (#11)
  • handle sonic server-side errors for each commands (#11)

v0.4.2

21 Dec 20:37
Compare
Choose a tag to compare

Changelog

  • Convert multi-line input to single-line for push command

v0.4.1

12 Jul 13:20
Compare
Choose a tag to compare
  • Removed dbg statements (by @vishalsodani)
  • Fix new clippy warnings

v0.4.0

25 Nov 19:16
Compare
Choose a tag to compare

Changelogs

refac!: separate structs for each channel (#3)

BREAKING CHANGES: SonicChannel struct was separated to 3 new struct: SearchChannel, IngestChannel and ControlChannel.

v0.3.2

16 Oct 08:52
Compare
Choose a tag to compare

Changelogs:

  • Deny and fix all clippy lints
  • Cosmetic changes

v0.3.1

07 Aug 19:20
Compare
Choose a tag to compare

Changelogs:

  • feat: add mode condition for channel commands
  • doc: add commands to channel mode enum
  • chore: remove dead code