Commit Graph

29 Commits

Author SHA1 Message Date
dependabot[bot] 04bc0d0647 chore(deps): bump whatlang from 0.16.1 to 0.16.2
Bumps [whatlang](https://github.com/greyblake/whatlang-rs) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/greyblake/whatlang-rs/releases)
- [Changelog](https://github.com/greyblake/whatlang-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/greyblake/whatlang-rs/compare/v0.16.1...v0.16.2)

---
updated-dependencies:
- dependency-name: whatlang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 17:58:36 +00:00
Dmitriy Pleshevskiy f0c6a9ff9c
bump version 2022-10-24 18:12:23 +03:00
dependabot[bot] 132de8866e chore(deps): bump whatlang from 0.16.0 to 0.16.1
Bumps [whatlang](https://github.com/greyblake/whatlang-rs) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/greyblake/whatlang-rs/releases)
- [Changelog](https://github.com/greyblake/whatlang-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/greyblake/whatlang-rs/compare/v0.16.0...v0.16.1)

---
updated-dependencies:
- dependency-name: whatlang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 12:52:28 +00:00
dependabot[bot] 4fa80dcc5a chore(deps): update whatlang requirement from 0.12.0 to 0.16.0
Updates the requirements on [whatlang](https://github.com/greyblake/whatlang-rs) to permit the latest version.
- [Release notes](https://github.com/greyblake/whatlang-rs/releases)
- [Changelog](https://github.com/greyblake/whatlang-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/greyblake/whatlang-rs/compare/v0.12.0...v0.16.0)

---
updated-dependencies:
- dependency-name: whatlang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 08:07:50 +00:00
Dmitriy Pleshevskiy d4773750f1
misc: add missed Clone to ObjDest 2022-07-18 15:48:38 +03:00
Dmitriy Pleshevskiy c8e7b08377
deps: remove env_logger 2022-07-18 14:12:42 +03:00
Dmitriy Pleshevskiy bd08317388
Design improvements (#13)
* protocol: extract response type

* deps: drop lazy_static and regex

* protocol: extract request commands

* protocol: create a struct for...

   ...formatting and parsing sonic protocol

* protocol: refac flush command

* commands: introduce dest, refac push and count

* commands: refac all commands

* commands: add convinient methods

* doc: add documentation for each new structs

* doc: change examples in the readme

* commands: implement from trait for count and flush

* commands: change pag logic
2022-07-18 11:07:12 +00:00
Dmitriy Pleshevskiy 13f8aaa6f8 chore: prepare release 2022-03-23 23:53:21 +03:00
Lonexw c647b193f3 use greyblake/whatlang-rs to autodect locale 2022-03-23 22:33:11 +02:00
Dmitriy Pleshevskiy a0d98c0af0 🎉 bump version 2021-12-22 16:04:41 +03:00
Dmitriy Pleshevskiy 73ef4e5958 🎉 bump version 2021-12-21 23:34:53 +03:00
Dmitriy Pleshevskiy c9c8da4c64 bump version 2021-07-12 16:17:23 +03:00
Dmitriy Pleshevskiy 012fbad09a chore: bump version 2020-11-25 22:08:52 +03:00
Dmitriy Pleshevskiy 39209ea514 chore: update crate version 2020-10-16 10:50:50 +03:00
Dmitriy Pleshevskiy dce4806161 chore: increment crate version 2020-08-07 22:15:53 +03:00
Dmitriy Pleshevskiy 308efc1eba feat(control): add trigger command 2020-08-07 02:58:19 +03:00
Dmitriy Pleshevskiy daf97c1c66 chore: increace crate version 2020-08-01 11:06:46 +03:00
Dmitriy Pleshevskiy cf6c3d0a4c fix: regex is not optional crate
Actually we cannot mark regex as optional crate because we use
regex in common method for all modes - Start
2020-08-01 11:02:05 +03:00
Dmitriy Pleshevskiy 7e19f5b8d1 doc: write examples for ingest commands 2020-08-01 10:52:22 +03:00
Dmitriy Pleshevskiy 31053815d7 chore: update crate version 2020-07-26 23:43:43 +03:00
Dmitriy Pleshevskiy 54e82f78d7 feat: add flush bucket and flush object commands
BREAKING CHANGES: push, query and suggestion commands with optional
variables now haven't option arguments in methods
2020-07-23 17:09:30 +03:00
Dmitriy Pleshevskiy ed0fef1956 refac: add connect with start command 2020-07-23 10:46:31 +03:00
Dmitriy Pleshevskiy 4a267f66b9 feat: impl std error to error
* *BREAKING CHANGES*: refac errors and add main struct with inner enum kind
* Add Result type
2020-07-19 10:17:53 +03:00
Dmitriy Pleshevskiy dcfe82f6e7 chore: remove main file from repo 2020-07-18 14:59:15 +03:00
Dmitriy Pleshevskiy 35871cb813 chore: revert version 2020-07-18 11:38:58 +03:00
Dmitriy Pleshevskiy 134075818b chore: change examples in readme 2020-07-18 11:36:31 +03:00
Dmitriy Pleshevskiy 5c23942e62 chore: fix license option 2020-07-18 11:09:49 +03:00
Dmitriy Pleshevskiy b8152769bc chore: update package information 2020-07-18 11:09:00 +03:00
Dmitriy Pleshevskiy c1b73d15fb initial commit 2020-07-18 11:01:51 +03:00