Skip to content

chore: release v0.5.0#24

Merged
alxhill merged 1 commit intomainfrom
release-plz-2025-10-07T14-59-05Z
Oct 16, 2025
Merged

chore: release v0.5.0#24
alxhill merged 1 commit intomainfrom
release-plz-2025-10-07T14-59-05Z

Conversation

@nominal-bot
Copy link
Collaborator

@nominal-bot nominal-bot commented Oct 7, 2025

🤖 New release

  • nominal-streaming: 0.4.1 -> 0.5.0 (⚠ API breaking changes)

nominal-streaming breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field NominalStreamOpts.base_api_url in /tmp/.tmpQ4db7E/nominal-streaming/nominal-streaming/src/stream.rs:50
  field NominalStreamOpts.base_api_url in /tmp/.tmpQ4db7E/nominal-streaming/nominal-streaming/src/stream.rs:50

--- failure pub_static_missing: pub static is missing ---

Description:
A public static is missing, renamed, or made private.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/pub_static_missing.ron

Failed in:
  PRODUCTION_STREAMING_CLIENT in file /tmp/.tmpUJfNKS/nominal-streaming/src/client.rs:41
  PRODUCTION_STREAMING_CLIENT in file /tmp/.tmpUJfNKS/nominal-streaming/src/client.rs:41
  STAGING_STREAMING_CLIENT in file /tmp/.tmpUJfNKS/nominal-streaming/src/client.rs:46
  STAGING_STREAMING_CLIENT in file /tmp/.tmpUJfNKS/nominal-streaming/src/client.rs:46

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/struct_missing.ron

Failed in:
  struct nominal_streaming::client::StreamingClient, previously in file /tmp/.tmpUJfNKS/nominal-streaming/src/client.rs:71
Changelog

0.5.0 - 2025-10-15

Added

  • create workspace with nominal-streaming package, allow customizing api base url (#27)


This PR was generated with release-plz.

@nominal-bot nominal-bot force-pushed the release-plz-2025-10-07T14-59-05Z branch 3 times, most recently from 99815a0 to c1998b5 Compare October 14, 2025 17:30
@nominal-bot nominal-bot force-pushed the release-plz-2025-10-07T14-59-05Z branch from c1998b5 to 3a6a377 Compare October 15, 2025 20:18
@alxhill alxhill merged commit cc3f6a2 into main Oct 16, 2025
3 checks passed
@drake-nominal drake-nominal deleted the release-plz-2025-10-07T14-59-05Z branch October 23, 2025 00:39
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.

2 participants