Releases: mynaparrot/plugNmeet-server
Releases · mynaparrot/plugNmeet-server
v1.4.6
v1.4.5
What's Changed
- feat: control user webcam to be record by @jibon57 in #288
- fix(deps): update module github.com/gofiber/fiber/v2 to v2.47.0 by @renovate in #291
- fix(deps): update module github.com/livekit/server-sdk-go to v1.0.12 by @renovate in #290
- fix(deps): update github.com/livekit/protocol digest to 519c966 by @renovate in #277
- websocket token by @jibon57 in #300
- fix(deps): update github.com/mynaparrot/plugnmeet-protocol digest to 1fac01a by @renovate in #296
Full Changelog: v1.4.4...v1.4.5
v1.4.4
v1.4.3
Full Changelog: v1.4.2...v1.4.3
v1.4.2
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
What's Changed
- fix(deps): update module github.com/gofiber/fiber/v2 to v2.44.0 by @renovate in #249
- fix(deps): update module github.com/redis/go-redis/v9 to v9.0.3 by @renovate in #247
- fix(deps): update module github.com/livekit/server-sdk-go to v1.0.10 by @renovate in #250
- fix(deps): update module github.com/gofiber/websocket/v2 to v2.1.6 by @renovate in #252
- fix(deps): update module github.com/gofiber/template to v1.8.1 by @renovate in #251
- fix(deps): update module github.com/livekit/protocol to v1.5.5 by @renovate in #248
- dependencies update by @jibon57 in #260
- Feat: Speech to text by @jibon57 in #266
- use table id for recording response by @jibon57 in #268
- use more specific name to avoid confusion by @jibon57 in #270
- move Marshal/Unmarshal metadata in one place by @jibon57 in #271
- step to use proto by @jibon57 in #272
- step to use proto for all auth requests by @jibon57 in #273
Full Changelog: v1.3.4...v1.4.0
Note:
- This version will require minimum client version 1.4.0 & recorder version 1.3.0
- For supporting Speech to text/translation feature will require to add following code in your config.yaml file
azure_cognitive_services_speech:
enabled: false
subscription_keys:
-
id: "key_1"
# https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-text-to-speech?pivots=programming-language-go&tabs=linux%2Cterminal#prerequisites
subscription_key: "your_key_here"
service_region: "key_region"
# Azure has limit to max concurrent connection for single key.
# you should communicate with azure to know your limit. Default 20
max_connection: 20
v1.3.4
What's Changed
- fix(deps): update module github.com/livekit/protocol to v1.5.0 by @renovate in #226
- fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.2 by @renovate in #225
- fix(deps): update module google.golang.org/protobuf to v1.29.1 by @renovate in #227
- feat: ingress by @jibon57 in #229
- missed to add
ingress
by @jibon57 in #230 - change responses to use
protojson
by @jibon57 in #231 - fix(deps): update github.com/mynaparrot/plugnmeet-protocol digest to 4bbac2f by @renovate in #232
- chore(deps): update actions/setup-go action to v4 by @renovate in #234
- fix(deps): update module github.com/goccy/go-json to v0.10.2 by @renovate in #235
- fix(deps): update github.com/mynaparrot/plugnmeet-protocol digest to 4d8092a by @renovate in #239
- fix(deps): update module github.com/go-playground/validator/v10 to v10.12.0 by @renovate in #237
- fix(deps): update module github.com/urfave/cli/v2 to v2.25.1 by @renovate in #240
- fix(deps): update module github.com/gofiber/websocket/v2 to v2.1.5 by @renovate in #241
- fix(deps): update module github.com/livekit/server-sdk-go to v1.0.9 by @renovate in #242
- fix(deps): update module github.com/gofiber/template to v1.8.0 by @renovate in #243
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Bump github.com/pion/dtls/v2 from 2.1.5 to 2.2.4 by @dependabot in #209
- update deps by @jibon57 in #219
- chore(deps): update docker/build-push-action action to v4 by @renovate in #207
- chore(deps): update mariadb docker tag to v10.11 by @renovate in #220
- Transfer factory to protocol by @jibon57 in #222
- feat: room default settings by @jibon57 in #223
New Contributors
- @dependabot made their first contribution in #209
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- fix(deps): update module github.com/gofiber/fiber/v2 to v2.40.1 by @renovate in #174
- fix(deps): update module github.com/gofiber/websocket/v2 to v2.1.2 by @renovate in #176
- fix(deps): update module github.com/gofiber/template to v1.7.3 by @renovate in #175
- fix(deps): update module github.com/goccy/go-json to v0.10.0 by @renovate in #180
- fix(deps): update module github.com/go-sql-driver/mysql to v1.7.0 by @renovate in #179
- fix(deps): update module github.com/livekit/protocol to v1.3.0 by @renovate in #182
- fix(deps): update module github.com/livekit/server-sdk-go to v1.0.6 by @renovate in #184
- fix(deps): update module github.com/urfave/cli/v2 to v2.23.7 by @renovate in #181
- fix(deps): update github.com/antoniodipinto/ikisocket digest to b1455c1 by @renovate in #187
- fix(deps): update github.com/antoniodipinto/ikisocket digest to 824cc1f by @renovate in #189
- fix(deps): update module github.com/livekit/protocol to v1.3.1 by @renovate in #188
- fix(deps): update module github.com/gofiber/fiber/v2 to v2.41.0 by @renovate in #191
- fix(deps): update github.com/mynaparrot/plugnmeet-protocol digest to cc1117c by @renovate in #190
Full Changelog: v1.3.1...v1.3.2