Skip to content

Releases: fonoster/routr

Routr 1.0.2

19 Apr 13:30
4b4894b
Compare
Choose a tag to compare

Changes in 1.0.2 include:

  • Reduced the size of the cache on FilesStore object e88c2ef
  • Changed default Registry Expires from 3600 to 600 f818c98
  • Reduced the use of getConfig 792c187
  • Improved logging 8d03896
  • Updated/removed vulnerable dependencies 792c187

Bugfix:

  • Fixed multi-threading conflict caused by the Rest API f4263e5
  • Fixed RR configuration (Which caused hangup issues) e199327

Breaking changes:

  • The K8s distro now uses Statefulset instead of Deployment 1bc3b68

Routr 1.0 RC6

18 Oct 16:15
Compare
Choose a tag to compare

Changes in RC6 are:

  • Added the ability to change the initial admin password
  • Improved environment detection (For Docker containers) - 0fb5e80
  • Added max registration feature - ee5d339
  • Improved support for WebRTC clients
  • Improved signaling - 2e40bab 5d574ef
  • Added support for RTPEngine (Experimental) - 9470450

Bugfix:

Breaking changes:

  • None

Routr 1.0 RC5

03 Jul 14:58
Compare
Choose a tag to compare
Routr 1.0 RC5 Pre-release
Pre-release

Changes in RC5 are:

  • Updated system/config endpoint to accept PUT method
  • Introduce two new endpoint: system/logs and system/logs-ws (experimental)
  • Web Console added a new Logs section
  • Web Console assists the user in refreshing for new available versions
  • The Command-Line tool added new commands: logout, version, stop, restart, config, ping, logs
  • Dropped support for Nashorn

Bugfix:

  • Fixed #85
  • Fixed #84
  • Fixed #70
  • Prevent resource from staying in the cache after removed from db
  • Prevent transport parameter from accepting arbitrary values

Breaking changes:

  • Redis user will have to remove the config key from the database for it to be re-built

Routr 1.0 RC4

28 Dec 22:43
Compare
Choose a tag to compare
Routr 1.0 RC4 Pre-release
Pre-release

The areas of focus for RC4 are:

  • Freeze changes in the public API(apiVersion == v1beta1)
  • Replace the testing tool with Mocha and Istanbul to allow for test coverage
  • Bring GraalJS as the default JS engine
  • Re-write the Location module to improve performance
  • Review the architecture to allow for better decoupling and scalability
  • Work on bringing the server to the following platforms:
    • Ubuntu Snaps
    • DigitalOcean droplet
    • Docker
    • Kubernetes
    • Google Cloud Shell
    • Custom
  • Add experimental support for IPv6
  • Bring the routr-ui to a beta version

Routr 1.0

28 Nov 21:30
Compare
Choose a tag to compare
Routr 1.0 Pre-release
Pre-release

The areas of focus for RC4 are:

  • Freeze changes in the public API(apiVersion == v1beta1)
  • Replace the testing tool with Mocha and Istanbul to allow for test coverage
  • Bring GraalJS as the default JS engine
  • Re-write the Location module to improve performance
  • Review the architecture to allow for better decoupling and scalability
  • Work on bringing the server to the following platforms:
    • Ubuntu Snaps
    • DigitalOcean droplet
    • Docker
    • Kubernetes
    • Google Cloud Shell
    • Custom
  • Add experimental support for IPv6
  • Bring the routr-ui to a beta version

Routr 1.0 RC4(pre)

14 Oct 21:09
Compare
Choose a tag to compare
Routr 1.0 RC4(pre) Pre-release
Pre-release

The areas of focus for RC4 are:

  • Freeze changes in the public API(apiVersion == v1beta1)
  • Replace the testing tool with Mocha and Istanbul to allow for test coverage
  • Bring GraalJS as the default JS engine
  • Re-write the Location module to improve performance
  • Review the architecture to allow for better decoupling and scalability
  • Work on bringing the server to the following platforms:
    • Ubuntu Snaps
    • DigitalOcean droplet
    • Docker
    • Kubernetes
    • Google Cloud Shell
    • Custom
  • Add experimental support for IPv6
  • Bring the routr-ui to a beta version

Routr 1.0 RC3

31 Aug 14:49
Compare
Choose a tag to compare
Routr 1.0 RC3 Pre-release
Pre-release

Release Highlights:

  • Ships with a custom JRE based on JDK 12
  • Unofficially supports the SIPConnect v1.1 / SIP-PBX recommendation (tests: 9 passing / 14 pending)
  • Offers GraalJS as an optional Javascript engine(We are working to make this the default in the future)
  • Removed restful_datasource
  • Deprecated the /credentials endpoint and replaced with /token
  • Added parameters to increase control of module restService
  • Added privacy parameters at Agent level

Routr 1.0 RC2

06 Apr 19:23
Compare
Choose a tag to compare
Routr 1.0 RC2 Pre-release
Pre-release

Release Highlights:

  • Improves NAT support
  • Updates CTL to the newest version
  • Added a new parameter expires. See issue #27

Routr 1.0 RC1

08 Jul 15:32
Compare
Choose a tag to compare
Routr 1.0 RC1 Pre-release
Pre-release

This is the first release since we renamed the project as Routr. We'd love to get your feedback to make this project even better.