Skip to content

Commit 71b3516

Browse files
authored
Merge pull request #820 from mynaparrot/release-please--branches--main
chore(main): release 2.1.4
2 parents 35d5d35 + 0af7ca9 commit 71b3516

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.3"
2+
".": "2.1.4"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.1.4](https://github.com/mynaparrot/plugNmeet-server/compare/v2.1.3...v2.1.4) (2026-03-02)
4+
5+
6+
### Bug Fixes
7+
8+
* bump deps ([35d5d35](https://github.com/mynaparrot/plugNmeet-server/commit/35d5d3574d04988bcfcec26536c5c458d04aaada))
9+
* configurable option to `fallback_turn` when connection bad ([e05b55e](https://github.com/mynaparrot/plugNmeet-server/commit/e05b55e1a1b02952c12de9065486264186c09a87))
10+
* **deps:** update module buf.build/go/protovalidate to v1.1.2 ([79b81ad](https://github.com/mynaparrot/plugNmeet-server/commit/79b81ad221320efb25e2495d095c051ff483562c))
11+
* **deps:** update module buf.build/go/protovalidate to v1.1.2 ([04a2ec7](https://github.com/mynaparrot/plugNmeet-server/commit/04a2ec7a132ac75f09f78e155805bee2ff5cab9f))
12+
* **deps:** update module buf.build/go/protovalidate to v1.1.3 ([541ac68](https://github.com/mynaparrot/plugNmeet-server/commit/541ac684b0f23b38afecfc6e2a707e3aa82071fa))
13+
* **deps:** update module buf.build/go/protovalidate to v1.1.3 ([82a259a](https://github.com/mynaparrot/plugNmeet-server/commit/82a259ab1fbf9c07b26a206aa8f7b6885bb286ca))
14+
* **deps:** update module github.com/gofiber/fiber/v2 to v2.52.12 [security] ([736860a](https://github.com/mynaparrot/plugNmeet-server/commit/736860af443ef30e304e44d54af89bc3d1cb6304))
15+
* **deps:** update module github.com/gofiber/fiber/v2 to v2.52.12 [security] ([d39747d](https://github.com/mynaparrot/plugNmeet-server/commit/d39747db851549642d663a417b6d8248d609a8f2))
16+
* **deps:** update module github.com/microsoft/cognitive-services-speech-sdk-go to v1.48.2 ([cf84a12](https://github.com/mynaparrot/plugNmeet-server/commit/cf84a12a9b0d0dc27718c6fb1f0cb361819ee3e5))
17+
* **deps:** update module github.com/microsoft/cognitive-services-speech-sdk-go to v1.48.2 ([3e41609](https://github.com/mynaparrot/plugNmeet-server/commit/3e41609ec0b17bba2d4721ba1293bff6d2ee93b2))
18+
* ensure max 64 characters ([dace4f2](https://github.com/mynaparrot/plugNmeet-server/commit/dace4f2b371470d9ab2a51c3c11901e18ecdb530))
19+
* **feat:** option to auto download client ([22449f1](https://github.com/mynaparrot/plugNmeet-server/commit/22449f159f6e98c157644a507e34785c2c93fbb5))
20+
* **feat:** option to configure custom turn servers ([1fc45a7](https://github.com/mynaparrot/plugNmeet-server/commit/1fc45a75ebe19c669b78f398a5ba399f7801ef22))
21+
* **feat:** option to configure custom turn servers ([1cd9b65](https://github.com/mynaparrot/plugNmeet-server/commit/1cd9b6592aa99760d643a82bc912f2f8ecd5a19e))
22+
* nats connection tag name ([5cb471b](https://github.com/mynaparrot/plugNmeet-server/commit/5cb471b97ca119c9a7b4866b8784048cf8ab4f65))
23+
* option to set `fallbackTimerDuration` in server config ([a58048a](https://github.com/mynaparrot/plugNmeet-server/commit/a58048a109b7de04c68f06343c54c9dada482eb9))
24+
* the value of `customIdentifier` can't be too long ([55990a6](https://github.com/mynaparrot/plugNmeet-server/commit/55990a6addec2a8318e6edd3f54dcd947a048cf1))
25+
* use `jetstream.InterestPolicy` as `Retention` ([212275a](https://github.com/mynaparrot/plugNmeet-server/commit/212275a998609589ce3fbd824a21c9eb7589b394))
26+
327
## [2.1.3](https://github.com/mynaparrot/plugNmeet-server/compare/v2.1.2...v2.1.3) (2026-02-11)
428

529

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
// x-release-please-start-version
4-
const Version = "2.1.3"
4+
const Version = "2.1.4"
55
// x-release-please-end

0 commit comments

Comments
 (0)