Skip to content

chore: release #210

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

Merged
merged 1 commit into from
Mar 24, 2025
Merged

chore: release #210

merged 1 commit into from
Mar 24, 2025

Conversation

darioalessandro
Copy link
Member

🤖 New release

  • videocall-types: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • sec-api: 0.1.0
  • bot: 0.1.0
  • videocall-client: 0.1.0

videocall-types 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.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field AudioMetadata.sequence in /tmp/.tmpz3bgiL/videocall-rs/videocall-types/src/protos/media_packet.rs:365

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant PacketType:DIAGNOSTICS in /tmp/.tmpz3bgiL/videocall-rs/videocall-types/src/protos/packet_wrapper.rs:199
Changelog

videocall-types

0.2.0 - 2025-03-24

Other

  • Diagnostics P2 (#208)
  • Diagnostics Part 1 (#206)

sec-api

0.1.0 - 2025-03-24

Other

  • Diagnostics P2 (#208)
  • Fix ci (#191)
  • Upload images with the latest TAG (#190)
  • Release video call daemon (#176)
  • Fix webtransport (#165)
  • make db optional and update instructions to digital ocean (#163)
  • Video daemon (#144)
  • Form validation (#141)
  • Async nats (#135)
  • End to end encryption (#107)
  • Fix fmt & clippy on ci (#124)
  • Use cargo workspace (#113)
  • Remove spots that websocket API looks at packets to prep for e2ee (#109)
  • Moving to digital ocean (#97)
  • Fix UI stuttering by playing key frames asap (#91)
  • Deploy webtransport to k8s (#88)
  • Add Webtransport part 2 (#86)
  • Basic Webtransport (#79)
  • Bump openssl from 0.10.41 to 0.10.55 in /actix-api (#78)
  • refactor chat server join room method (#77)
  • Helm chart (#71)
  • Horizontal scaling with NATS (#62)
  • Fix audio && screenshare (#65)
  • cargo clippy (#45)
  • Add videoframe reordering on the UI (#44)
  • Video 2 version (#42)
  • Add bots (#21)
  • Refactor for video shooting (#11)
  • removes command module (#8)
  • Add audio (#2)
  • Initial MVP (#1)
  • Initial commit

bot

0.1.0 - 2025-03-24

Added

  • bot dotenv (#54)

Other

  • Diagnostics P2 (#208)
  • Release video call daemon (#176)
  • updating base images (#160)
  • Video daemon (#144)
  • Implement allow list (#143)
  • End to end encryption (#107)
  • Use cargo workspace (#113)
  • Video 2 version (#42)
  • Add bots (#21)

videocall-client

0.1.0 - 2025-03-24

Fixed

  • fix instructions (#161)

Other

  • Diagnostics P2 (#208)
  • Diagnostics P1 (UI tweaks) (#207)
  • Diagnostics Part 1 (#206)
  • yew-ui enhance error handling for unable to access camera (#200)
  • Fix ci (#191)
  • Release video call daemon (#176)
  • Fix webtransport (#165)
  • updating base images (#160)
  • Add peer heartbeat monitor (#157)
  • Video daemon (#144)
  • Revert "Revert "Move VideoCallClient into its own crate (#142)" (#147)" (#150)
  • Revert "Move VideoCallClient into its own crate (#142)" (#147)
  • Move VideoCallClient into its own crate (#142)


This PR was generated with release-plz.

@darioalessandro darioalessandro merged commit e4814a2 into main Mar 24, 2025
2 checks passed
@darioalessandro darioalessandro deleted the release-plz-2025-03-24T07-25-41Z branch March 24, 2025 07:31
@darioalessandro darioalessandro mentioned this pull request Mar 24, 2025
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