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

Bugfix/recognizer stream multi-turn #23

Merged
merged 22 commits into from
Nov 16, 2024

Conversation

jBernavaPrah
Copy link
Owner

No description provided.

jBernavaPrah and others added 22 commits August 7, 2024 14:45
# Conflicts:
#	src/synthesizer/ssml/speak.rs
# Conflicts:
#	CHANGELOG.md
#	Cargo.lock
#	Cargo.toml
chore: Minor improvements and bugfix.
# Conflicts:
#	src/connector/client.rs
#	src/recognizer/client.rs
#	src/recognizer/utils.rs
chore: Minor improvements and bugfix.
@jBernavaPrah jBernavaPrah merged commit cfa0c4a into master Nov 16, 2024
4 checks passed
@jBernavaPrah jBernavaPrah deleted the bugfix/recognizer-stream-multiturn branch November 16, 2024 14:42
@github-actions github-actions bot mentioned this pull request Nov 16, 2024
jBernavaPrah pushed a commit that referenced this pull request Nov 16, 2024
## 🤖 New release
* `azure-speech`: 0.3.2 -> 0.4.0 (⚠️ API breaking changes)

### ⚠️ `azure-speech` breaking changes

```
--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type ContentType no longer derives Copy, in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:3

--- failure enum_tuple_variant_field_added: pub enum tuple variant field added ---

Description:
An enum's exhaustive tuple variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_tuple_variant_field_added.ron

Failed in:
  field 1 of variant ContentType::Specific in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:16

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant ContentType::Wav in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:6
  variant ContentType::Pcm in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:9
```

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.4.0](v0.3.2...v0.4.0)
- 2024-11-16

### Other

- recognizer stream multi-turn
([#23](#23))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant