Commit graph

1039 commits

Author SHA1 Message Date
Joachim Bauch 825d95c8d7
Merge pull request #584 from strukturag/improve-version
Improve get-version.sh
2023-10-26 14:20:06 +02:00
Joachim Bauch 1fb2d93ce0
Merge pull request #583 from strukturag/dependabot/docker/docker/server/golang-1.21-alpine
build(deps): Bump golang from 1.20-alpine to 1.21-alpine in /docker/server
2023-10-26 14:13:22 +02:00
Joachim Bauch 29998777a4
Merge pull request #582 from strukturag/dependabot/docker/docker/janus/alpine-3.18
build(deps): Bump alpine from 3.14 to 3.18 in /docker/janus
2023-10-26 14:13:06 +02:00
Joachim Bauch b1bd1a1f79
Remove useless "cat" invocation. 2023-10-26 14:11:34 +02:00
Joachim Bauch e972f911b0
Use double quotes to prevent globbing and word splitting. 2023-10-26 14:10:33 +02:00
Joachim Bauch 4e140dd334
Get version from tag if building from tag. 2023-10-26 14:09:26 +02:00
dependabot[bot] 835836419e
build(deps): Bump golang in /docker/server
Bumps golang from 1.20-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 12:06:36 +00:00
dependabot[bot] f448a09794
build(deps): Bump alpine from 3.14 to 3.18 in /docker/janus
Bumps alpine from 3.14 to 3.18.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 12:06:05 +00:00
Joachim Bauch 24193f47ac
Merge pull request #576 from strukturag/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.10.3
build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.22 to 2.10.3
2023-10-26 14:06:01 +02:00
Joachim Bauch 4868349ac8
Merge pull request #581 from strukturag/dependabot/docker/docker/proxy/golang-1.21-alpine
build(deps): Bump golang from 1.20-alpine to 1.21-alpine in /docker/proxy
2023-10-26 14:04:50 +02:00
dependabot[bot] 213c836b9c
build(deps): Bump golang in /docker/proxy
Bumps golang from 1.20-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 11:59:47 +00:00
Joachim Bauch a2a3771906
dependabot: Check for updates in docker files. 2023-10-26 13:59:19 +02:00
dependabot[bot] cd94e7886e
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.9.22 to 2.10.3.
- [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.9.22...v2.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 11:53:12 +00:00
Joachim Bauch 9ef8cbe83e
Merge pull request #580 from strukturag/deprecate-golang-1.19
No longer support Golang 1.19.
2023-10-26 13:51:28 +02:00
Joachim Bauch 3f30271e72
No longer support Golang 1.19.
This follows the Go release policy of only supporting the last two versions.
2023-10-26 13:43:51 +02:00
Joachim Bauch 0936d40f8b
Merge pull request #563 from strukturag/dialout-support
Implement message handler for dialout support.
2023-10-26 13:30:45 +02:00
Joachim Bauch 225f5bbd97
Add lock for TestClient connections to support writing from multiple goroutines. 2023-10-26 10:58:59 +02:00
Joachim Bauch 8e98ad3438
Add tests for dialout messages. 2023-10-26 10:43:52 +02:00
Joachim Bauch e333ddfd53
Make sure room ids for dial-out are numeric. 2023-10-26 10:43:51 +02:00
Joachim Bauch fdb4d74dd6
Add note on control messages and phone sessions. 2023-10-26 10:43:51 +02:00
Joachim Bauch 7c9632575b
Merge pull request #577 from strukturag/dependabot/go_modules/github.com/nats-io/nats.go-1.31.0
build(deps): Bump github.com/nats-io/nats.go from 1.30.2 to 1.31.0
2023-10-26 10:19:54 +02:00
Joachim Bauch 3a7b4c48dc
Pass along dialout status through transient data. 2023-10-26 09:53:58 +02:00
Joachim Bauch e1273a3c52
Keep list of possible dialout sessions. 2023-10-26 09:53:58 +02:00
Joachim Bauch d1544dcb2c
Implement message handler for dialout support. 2023-10-26 09:53:57 +02:00
Joachim Bauch 04192e96f1
Document APi to start dialout. 2023-10-26 09:53:56 +02:00
Joachim Bauch 1333d821d9
CI: Run lint if ".golangci.yml" was changed. 2023-10-26 09:53:40 +02:00
Joachim Bauch 861c4e628d
lint: Disable rule "indent-error-flow". 2023-10-26 09:53:39 +02:00
Joachim Bauch 0c552d7e16
Merge pull request #578 from strukturag/dependabot/go_modules/google.golang.org/grpc-1.59.0
build(deps): Bump google.golang.org/grpc from 1.58.3 to 1.59.0
2023-10-24 11:28:09 +02:00
dependabot[bot] 39cd9f50fb
build(deps): Bump google.golang.org/grpc from 1.58.3 to 1.59.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.3...v1.59.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>
2023-10-18 20:59:35 +00:00
dependabot[bot] 8ebfa81c13
build(deps): Bump github.com/nats-io/nats.go from 1.30.2 to 1.31.0
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.30.2 to 1.31.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.30.2...v1.31.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>
2023-10-16 20:46:13 +00:00
Joachim Bauch 152bbe1287
Merge pull request #568 from strukturag/dependabot/go_modules/github.com/nats-io/nats.go-1.30.2
build(deps): Bump github.com/nats-io/nats.go from 1.29.0 to 1.30.2
2023-10-12 11:53:55 +02:00
Joachim Bauch 4a9b25981d
Merge pull request #574 from strukturag/dependabot/go_modules/golang.org/x/net-0.17.0
build(deps): Bump golang.org/x/net from 0.12.0 to 0.17.0
2023-10-12 11:53:45 +02:00
Joachim Bauch 43f88c35a5
Merge pull request #569 from strukturag/dependabot/go_modules/github.com/prometheus/client_golang-1.17.0
build(deps): Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
2023-10-12 11:48:07 +02:00
Joachim Bauch 4bd656e8fd
Merge pull request #573 from strukturag/dependabot/go_modules/google.golang.org/grpc-1.58.3
build(deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.3
2023-10-12 11:47:18 +02:00
dependabot[bot] 050475dfc8
build(deps): Bump golang.org/x/net from 0.12.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 09:33:45 +00:00
dependabot[bot] d877f5193d
build(deps): Bump github.com/nats-io/nats.go from 1.29.0 to 1.30.2
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.29.0 to 1.30.2.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.29.0...v1.30.2)

---
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>
2023-10-12 09:33:39 +00:00
dependabot[bot] 4c0043521a
build(deps): Bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.17.0/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 09:33:08 +00:00
dependabot[bot] da03095d1b
build(deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.1...v1.58.3)

---
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>
2023-10-12 09:32:52 +00:00
Joachim Bauch c17c5fd444
Merge pull request #575 from strukturag/transient-ttl
Support TTL for transient data.
2023-10-12 11:31:38 +02:00
Joachim Bauch e895fe3aeb
Attempt to fix flaky TestBackendServer_RoomDisinviteDifferentRooms. 2023-10-12 11:19:07 +02:00
Joachim Bauch b006903a56
Support passing TTL when setting transient data from clients. 2023-10-12 11:07:11 +02:00
Joachim Bauch 1ace748432
Support TTL for transient data. 2023-10-12 11:07:10 +02:00
Joachim Bauch 4190f2709d
Merge pull request #570 from strukturag/dependabot/pip/docs/markdown-3.5
build(deps): Bump markdown from 3.4.4 to 3.5 in /docs
2023-10-11 09:05:46 +02:00
dependabot[bot] a96a1c5ebc
build(deps): Bump markdown from 3.4.4 to 3.5 in /docs
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.4 to 3.5.
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.4...3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 20:25:53 +00:00
Joachim Bauch 4d21091172
Merge pull request #561 from strukturag/dependabot/pip/docs/mkdocs-1.5.3
build(deps): Bump mkdocs from 1.5.2 to 1.5.3 in /docs
2023-09-20 12:42:34 +02:00
dependabot[bot] 94ce9a6067
build(deps): Bump mkdocs from 1.5.2 to 1.5.3 in /docs
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.2...1.5.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 20:09:12 +00:00
Joachim Bauch 15f6204990
Merge pull request #560 from strukturag/dependabot/pip/docs/sphinx-7.2.6
build(deps): Bump sphinx from 7.2.5 to 7.2.6 in /docs
2023-09-18 14:19:35 +02:00
Joachim Bauch a232fb7fc3
Merge pull request #559 from strukturag/dependabot/go_modules/google.golang.org/grpc-1.58.1
build(deps): Bump google.golang.org/grpc from 1.58.0 to 1.58.1
2023-09-18 14:19:18 +02:00
Joachim Bauch b7be0bf910
Merge pull request #547 from strukturag/response-join-twice
Return response if session tries to join room again.
2023-09-18 14:18:54 +02:00
dependabot[bot] 858b176e37
build(deps): Bump sphinx from 7.2.5 to 7.2.6 in /docs
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.5 to 7.2.6.
- [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.5...v7.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 20:51:56 +00:00