Skip to content

Releases: fonoster/routr

Release v2.5.0

22 Nov 03:14
Compare
Choose a tag to compare

v2.5.0 - 2023-11-22

🎉 New Features

🐛 Bugfixes

  • Add null check to prevent break when the "Expires" header is not present 96bfe1c

📚 Documentation Changes

  • Add new parameters for APIServer init container resource request and limits 2c078d8
  • Update section about database migration for APIServer ba725a4
  • Update links to discussions 0691864

Release v2.4.3

29 Oct 18:10
Compare
Choose a tag to compare

v2.4.3 - 2023-10-29

🐛 Bugfixes

Release v2.4.2

29 Oct 18:09
Compare
Choose a tag to compare

v2.4.2 - 2023-10-29

🐛 Bugfixes

  • Correct type import path in the sdk client 0ab7070

📚 Documentation Changes

  • Update section titles for proper linking 8e2eec2

Release v2.4.1

29 Oct 18:09
Compare
Choose a tag to compare

v2.4.1 - 2023-10-10

🐛 Bugfixes

  • Resolve edge case related to issue #0f08725 ed70a01

Release v2.4.0

09 Oct 22:37
Compare
Choose a tag to compare

v2.4.0 - 2023-10-02

🎉 New Features

  • Add experimental support for agent-to-agent routing with ephemeral agents a5020fb

🐛 Bugfixes

  • Separate UDP and TCP into two services to resolve #223 9679d04
  • Return appropriate error code when route is missing 0f08725
  • Include contact in OK response for registration 31300b9

🏗️ Build System

  • Migrate from Lerna bootstrap to NPM workspaces 09eb9b0

Release v2.3.1

09 Oct 22:35
Compare
Choose a tag to compare

v2.3.1 - 2023-09-28

🐛 Bugfixes

  • Ensure ok response is returned for ephemeral agent 1151b27

Release v2.3.0

27 Sep 23:52
Compare
Choose a tag to compare

v2.3.0 - 2023-09-27

🎉 New Features

  • Add experimental support for Homer server 4234a81

🐛 Bugfixes

  • Remove incorrect RTPEngine offer parameter "to-tag" 0d1da54
  • Send the RTPEngine "flag" value as an array instead of a string f73a217
  • Revert changes from version 2.2.1 due to signaling issues 69146c5
  • Solve returning 500 in place of 404 for agent-to-agent routing 8e9c514

📚 Documentation Changes

  • Update README to include info about Processors 087d1e9

Release v2.2.0

16 Sep 13:06
Compare
Choose a tag to compare

v2.2.0 - 2023-09-16

🎉 New Features

  • Introduce new alteration method for contact manipulation d0c875e

🏗️ Build System

  • Bump protobufjs from 7.2.2 to 7.2.5 in /mods/common 2620a64
  • Bump protobufjs from 7.1.2 to 7.2.5 in /mods/sdk 1b3897c
  • Bump protobufjs from 6.11.3 to 7.2.5 in /mods/processor 1a0590d
  • Bump protobufjs from 6.11.3 to 7.2.5 in /mods/edgeport 472be3d

Release v2.1.15

15 Sep 19:00
Compare
Choose a tag to compare

v2.1.15 - 2023-09-15

🐛 Bugfixes

  • Empty continuation line in Dockerfile 0bd0795
  • Update broken links to point to the source code fabdbfa
  • Made ignoring loopback address the default behavior 8153688

📚 Documentation Changes

  • Add examples for the CTL and NodeSDK a5f14a4

Release v2.1.14

12 Sep 11:56
Compare
Choose a tag to compare

v2.1.14 - 2023-09-12

🏗️ Build System

  • Change release action to manual mode [skip ci] ceae6e2

🪚 Refactors

  • Remove rtprelay dependency for the all-in-one distro 641df3c
  • Merge services & simplify Docker deploy 9a9ff5a

📚 Documentation Changes

  • Remove remnants of old config 8f447ff
  • Make installation instructions clearer f79c1a9