|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## 1.2.4 - 2024-04-03 |
| 6 | + |
| 7 | +### Added |
| 8 | +- Add metrics for current number of HTTP client connections. |
| 9 | + [#668](https://github.com/strukturag/nextcloud-spreed-signaling/pull/668) |
| 10 | +- Support getting GeoIP DB from db-ip.com for tests. |
| 11 | + [#689](https://github.com/strukturag/nextcloud-spreed-signaling/pull/689) |
| 12 | +- Use fsnotify to detect file changes |
| 13 | + [#680](https://github.com/strukturag/nextcloud-spreed-signaling/pull/680) |
| 14 | +- CI: Check dependencies for minimum supported version. |
| 15 | + [#692](https://github.com/strukturag/nextcloud-spreed-signaling/pull/692) |
| 16 | + |
| 17 | +### Changed |
| 18 | +- build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.9 to 2.10.10 |
| 19 | + [#650](https://github.com/strukturag/nextcloud-spreed-signaling/pull/650) |
| 20 | +- CI: Also test with Golang 1.22 |
| 21 | + [#651](https://github.com/strukturag/nextcloud-spreed-signaling/pull/651) |
| 22 | +- build(deps): Bump the etcd group with 4 updates |
| 23 | + [#649](https://github.com/strukturag/nextcloud-spreed-signaling/pull/649) |
| 24 | +- Improve Makefile |
| 25 | + [#653](https://github.com/strukturag/nextcloud-spreed-signaling/pull/653) |
| 26 | +- build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 |
| 27 | + [#659](https://github.com/strukturag/nextcloud-spreed-signaling/pull/659) |
| 28 | +- build(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 |
| 29 | + [#658](https://github.com/strukturag/nextcloud-spreed-signaling/pull/658) |
| 30 | +- Minor improvements to DNS monitor |
| 31 | + [#663](https://github.com/strukturag/nextcloud-spreed-signaling/pull/663) |
| 32 | +- build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 |
| 33 | + [#662](https://github.com/strukturag/nextcloud-spreed-signaling/pull/662) |
| 34 | +- build(deps): Bump google.golang.org/grpc from 1.61.1 to 1.62.0 |
| 35 | + [#664](https://github.com/strukturag/nextcloud-spreed-signaling/pull/664) |
| 36 | +- Support ports in full URLs for DNS monitor. |
| 37 | + [#667](https://github.com/strukturag/nextcloud-spreed-signaling/pull/667) |
| 38 | +- Calculate proxy load based on maximum bandwidth. |
| 39 | + [#670](https://github.com/strukturag/nextcloud-spreed-signaling/pull/670) |
| 40 | +- build(deps): Bump github.com/nats-io/nats.go from 1.32.0 to 1.33.1 |
| 41 | + [#661](https://github.com/strukturag/nextcloud-spreed-signaling/pull/661) |
| 42 | +- build(deps): Bump golang from 1.21-alpine to 1.22-alpine in /docker/server |
| 43 | + [#655](https://github.com/strukturag/nextcloud-spreed-signaling/pull/655) |
| 44 | +- build(deps): Bump golang from 1.21-alpine to 1.22-alpine in /docker/proxy |
| 45 | + [#656](https://github.com/strukturag/nextcloud-spreed-signaling/pull/656) |
| 46 | +- docker: Update Janus from 0.11.8 to 0.14.1. |
| 47 | + [#672](https://github.com/strukturag/nextcloud-spreed-signaling/pull/672) |
| 48 | +- build(deps): Bump alpine from 3.18 to 3.19 in /docker/janus |
| 49 | + [#613](https://github.com/strukturag/nextcloud-spreed-signaling/pull/613) |
| 50 | +- Reuse backoff waiting code where possible |
| 51 | + [#673](https://github.com/strukturag/nextcloud-spreed-signaling/pull/673) |
| 52 | +- build(deps): Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 |
| 53 | + [#674](https://github.com/strukturag/nextcloud-spreed-signaling/pull/674) |
| 54 | +- Docker improvements |
| 55 | + [#675](https://github.com/strukturag/nextcloud-spreed-signaling/pull/675) |
| 56 | +- make: Don't update dependencies but use pinned versions. |
| 57 | + [#679](https://github.com/strukturag/nextcloud-spreed-signaling/pull/679) |
| 58 | +- build(deps): Bump github.com/pion/sdp/v3 from 3.0.6 to 3.0.7 |
| 59 | + [#678](https://github.com/strukturag/nextcloud-spreed-signaling/pull/678) |
| 60 | +- build(deps): Bump google.golang.org/grpc from 1.62.0 to 1.62.1 |
| 61 | + [#677](https://github.com/strukturag/nextcloud-spreed-signaling/pull/677) |
| 62 | +- build(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 |
| 63 | + [#676](https://github.com/strukturag/nextcloud-spreed-signaling/pull/676) |
| 64 | +- build(deps): Bump github.com/pion/sdp/v3 from 3.0.7 to 3.0.8 |
| 65 | + [#681](https://github.com/strukturag/nextcloud-spreed-signaling/pull/681) |
| 66 | +- Update source of continentmap to original CSV file. |
| 67 | + [#682](https://github.com/strukturag/nextcloud-spreed-signaling/pull/682) |
| 68 | +- build(deps): Bump markdown from 3.5.2 to 3.6 in /docs |
| 69 | + [#684](https://github.com/strukturag/nextcloud-spreed-signaling/pull/684) |
| 70 | +- build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.11 to 2.10.12 |
| 71 | + [#683](https://github.com/strukturag/nextcloud-spreed-signaling/pull/683) |
| 72 | +- build(deps): Bump github.com/pion/sdp/v3 from 3.0.8 to 3.0.9 |
| 73 | + [#687](https://github.com/strukturag/nextcloud-spreed-signaling/pull/687) |
| 74 | +- build(deps): Bump the etcd group with 4 updates |
| 75 | + [#686](https://github.com/strukturag/nextcloud-spreed-signaling/pull/686) |
| 76 | +- build(deps): Bump github.com/nats-io/nats.go from 1.33.1 to 1.34.0 |
| 77 | + [#685](https://github.com/strukturag/nextcloud-spreed-signaling/pull/685) |
| 78 | +- Revert "build(deps): Bump the etcd group with 4 updates" |
| 79 | + [#691](https://github.com/strukturag/nextcloud-spreed-signaling/pull/691) |
| 80 | +- CI: Limit when to run Docker build jobs. |
| 81 | + [#695](https://github.com/strukturag/nextcloud-spreed-signaling/pull/695) |
| 82 | +- Remove deprecated section on multiple signaling servers from README. |
| 83 | + [#696](https://github.com/strukturag/nextcloud-spreed-signaling/pull/696) |
| 84 | + |
| 85 | +### Fixed |
| 86 | +- Fix race condition when accessing "expected" in proxy_config tests. |
| 87 | + [#652](https://github.com/strukturag/nextcloud-spreed-signaling/pull/652) |
| 88 | +- Fix deadlock when entry is removed while receiver holds lock in lookup. |
| 89 | + [#654](https://github.com/strukturag/nextcloud-spreed-signaling/pull/654) |
| 90 | +- Fix flaky "TestProxyConfigStaticDNS". |
| 91 | + [#671](https://github.com/strukturag/nextcloud-spreed-signaling/pull/671) |
| 92 | +- Fix flaky DnsMonitor test. |
| 93 | + [#690](https://github.com/strukturag/nextcloud-spreed-signaling/pull/690) |
| 94 | + |
| 95 | + |
5 | 96 | ## 1.2.3 - 2024-01-31 |
6 | 97 |
|
7 | 98 | ### Added |
|
0 commit comments