Commit graph

1289 commits

Author SHA1 Message Date
Joachim Bauch 91033bf8c2
Merge pull request #709 from strukturag/dependabot/pip/docs/sphinx-7.3.5
build(deps): Bump sphinx from 7.2.6 to 7.3.5 in /docs
2024-04-18 11:22:56 +02:00
dependabot[bot] b541ebc4c6
build(deps): Bump sphinx from 7.2.6 to 7.3.5 in /docs
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.5.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.5)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 20:24:44 +00:00
Joachim Bauch 0aed690463
Merge pull request #669 from strukturag/janus-multistream
Improve support for Janus 1.x
2024-04-16 16:23:58 +02:00
Joachim Bauch 71a4248568
Merge pull request #705 from strukturag/dependabot/go_modules/go.uber.org/zap-1.27.0
build(deps): Bump go.uber.org/zap from 1.17.0 to 1.27.0
2024-04-16 14:29:15 +02:00
dependabot[bot] df210a6a85
build(deps): Bump go.uber.org/zap from 1.17.0 to 1.27.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.17.0 to 1.27.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.17.0...v1.27.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 20:22:57 +00:00
Joachim Bauch 5bc9ada233
Merge pull request #704 from strukturag/etcd-prev-value
Include previous value with etcd watch events.
2024-04-15 12:07:37 +02:00
Joachim Bauch d0d68f0d21
Include previous value with etcd watch events. 2024-04-15 11:57:52 +02:00
Joachim Bauch 9a892a194e
Merge pull request #701 from strukturag/etcd-watch-updates
Update etcd watch handling.
2024-04-15 08:58:46 +02:00
Joachim Bauch 26102e7acb
Backoff when retrying watch. 2024-04-15 08:37:52 +02:00
Joachim Bauch 88a575c36c
Cancel GRPC self-check if client is closed. 2024-04-15 08:37:52 +02:00
Joachim Bauch fdab3db819
Update etcd watch handling.
- Properly cancel watch if object is closed.
- Retry watch if interupted.
- Pass revision to watch to not miss changes.
2024-04-15 08:37:52 +02:00
Joachim Bauch c8aa4c71e0
Merge pull request #702 from strukturag/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.10.14
build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.12 to 2.10.14
2024-04-15 08:29:24 +02:00
Joachim Bauch ec9e44f5d6
Merge pull request #700 from strukturag/dependabot/go_modules/google.golang.org/grpc-1.63.2
build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2
2024-04-15 08:29:13 +02:00
dependabot[bot] 543a85f8aa
build(deps): Bump github.com/nats-io/nats-server/v2
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.12 to 2.10.14.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.10.12...v2.10.14)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 20:31:46 +00:00
dependabot[bot] 9f104cb281
build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.0...v1.63.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 20:22:09 +00:00
Joachim Bauch 4e623a8e08
Merge pull request #699 from strukturag/dependabot/go_modules/google.golang.org/grpc-1.63.0
build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0
2024-04-08 11:57:28 +02:00
Joachim Bauch 9ba5b4330a
Switch to "grpc.NewClient" from deprecated "grpc.Dial". 2024-04-08 11:50:15 +02:00
dependabot[bot] 4b6a4dbfe1
build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.1...v1.63.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 20:04:08 +00:00
Joachim Bauch e1f40a024e
Merge pull request #698 from strukturag/filewatcher-rename
Improve detecting renames in file watcher.
2024-04-04 09:55:55 +02:00
Joachim Bauch 47fc6694ca
Merge pull request #697 from strukturag/dependabot/go_modules/github.com/nats-io/nats.go-1.34.1
build(deps): Bump github.com/nats-io/nats.go from 1.34.0 to 1.34.1
2024-04-04 09:48:07 +02:00
Joachim Bauch d0c711b500
Improve detecting renames in file watcher. 2024-04-04 09:47:59 +02:00
dependabot[bot] 7dc450350b
build(deps): Bump github.com/nats-io/nats.go from 1.34.0 to 1.34.1
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.34.0 to 1.34.1.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.34.0...v1.34.1)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 20:20:26 +00:00
Joachim Bauch b2c6bd320b
Update changelog for 1.2.4 2024-04-03 11:06:12 +02:00
Joachim Bauch 4f26d6e2a5
Merge pull request #696 from strukturag/update-readme
Remove deprecated section on multiple signaling servers from README.
2024-04-03 10:53:05 +02:00
Joachim Bauch ddfd976627
Remove deprecated section on multiple signaling servers from README.
This is covered by the "Clustering" section above.
2024-04-03 10:46:40 +02:00
Joachim Bauch 879e1ca5b0
Merge pull request #695 from strukturag/ci-docker-paths
CI: Limit when to run Docker build jobs.
2024-04-03 10:43:43 +02:00
Joachim Bauch 0b698556d6
CI: Only run deploy jobs on relevant PRs. 2024-04-03 10:40:59 +02:00
Joachim Bauch ec96256f29
CI: Limit when to run Docker build jobs. 2024-04-03 10:38:29 +02:00
Joachim Bauch 8d60f81969
Merge pull request #692 from strukturag/ci-check-dependencies
CI: Check dependencies for minimum supported version.
2024-04-03 10:14:54 +02:00
Joachim Bauch 280c2681be
CI: Check dependencies for minimum supported version. 2024-04-03 10:12:19 +02:00
Joachim Bauch 9c7b38d4ff
Merge pull request #691 from strukturag/revert-686-dependabot/go_modules/etcd-a88448dd84
Revert "build(deps): Bump the etcd group with 4 updates"
2024-04-03 10:11:33 +02:00
Joachim Bauch 283da1436a
Revert "build(deps): Bump the etcd group with 4 updates" 2024-04-03 10:01:38 +02:00
Joachim Bauch fdfeeefa39
Update dependencies in go.mod
Package github.com/fsnotify/fsnotify is now directly required.
Follow-up to #680
2024-04-03 09:53:10 +02:00
Joachim Bauch f2bcc000ae
Merge pull request #680 from strukturag/file-watcher
Use fsnotify to detect file changes
2024-04-03 09:51:16 +02:00
Joachim Bauch 2ef9b39959
Update tests to wait for certificate / pool reload to happen before continuing. 2024-04-03 09:41:38 +02:00
Joachim Bauch 1358285c4a
Merge pull request #690 from strukturag/flaky-dnsmonitor-test
Fix flaky DnsMonitor test.
2024-04-03 09:41:33 +02:00
Joachim Bauch 68528d4674
Fix flaky DnsMonitor test. 2024-04-03 09:05:40 +02:00
Joachim Bauch cc7625c544
Use new file watcher to detect changed files. 2024-04-02 17:18:54 +02:00
Joachim Bauch c325fbeae6
Add file watcher class. 2024-04-02 17:18:52 +02:00
Joachim Bauch c859064a45
Merge pull request #685 from strukturag/dependabot/go_modules/github.com/nats-io/nats.go-1.34.0
build(deps): Bump github.com/nats-io/nats.go from 1.33.1 to 1.34.0
2024-04-02 17:18:14 +02:00
Joachim Bauch 2f31532ee2
Merge pull request #686 from strukturag/dependabot/go_modules/etcd-a88448dd84
build(deps): Bump the etcd group with 4 updates
2024-04-02 17:18:04 +02:00
dependabot[bot] d97b071ccf
build(deps): Bump github.com/nats-io/nats.go from 1.33.1 to 1.34.0
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.33.1 to 1.34.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.33.1...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 15:09:12 +00:00
dependabot[bot] 95e2bc10d4
build(deps): Bump the etcd group with 4 updates
Bumps the etcd group with 4 updates: [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd), [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd), [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) and [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd).


Updates `go.etcd.io/etcd/api/v3` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.12...v3.5.13)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.12...v3.5.13)

Updates `go.etcd.io/etcd/client/v3` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.12...v3.5.13)

Updates `go.etcd.io/etcd/server/v3` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.12...v3.5.13)

---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: etcd
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: etcd
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: etcd
- dependency-name: go.etcd.io/etcd/server/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: etcd
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 15:08:30 +00:00
Joachim Bauch 66dc55a3a5
Merge pull request #687 from strukturag/dependabot/go_modules/github.com/pion/sdp/v3-3.0.9
build(deps): Bump github.com/pion/sdp/v3 from 3.0.8 to 3.0.9
2024-04-02 17:07:22 +02:00
dependabot[bot] 74944ee547
build(deps): Bump github.com/pion/sdp/v3 from 3.0.8 to 3.0.9
Bumps [github.com/pion/sdp/v3](https://github.com/pion/sdp) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/pion/sdp/releases)
- [Changelog](https://github.com/pion/sdp/blob/master/.goreleaser.yml)
- [Commits](https://github.com/pion/sdp/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: github.com/pion/sdp/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 15:00:45 +00:00
Joachim Bauch 61b8a91749
Merge pull request #689 from strukturag/db-ip-geoip
Support getting GeoIP DB from db-ip.com for tests.
2024-04-02 16:59:20 +02:00
Joachim Bauch 886ad912da
CI: Use db-ip.com for tests for now.
Ideally should test both with MaxMind and db-ip and make MaxMind optional
(which can happen due to their download quota).
2024-04-02 16:53:35 +02:00
Joachim Bauch 3b4699c11e
CI: Use db-ip.com for tarball tests. 2024-04-02 16:52:06 +02:00
Joachim Bauch 7844a9c21a
Support getting GeoIP DB from db-ip.com for tests. 2024-04-02 16:50:15 +02:00
Joachim Bauch f8eae0b71f
Merge pull request #683 from strukturag/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.10.12
build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.11 to 2.10.12
2024-03-18 09:07:35 +01:00