Releases: fonoster/routr
Releases · fonoster/routr
Routr 1.0.4
Changes in 1.0.4 include:
- Updated the JRE to include JMX monitoring
Bugfix:
- None
Breaking changes:
- None
Routr 1.0.3
Changes in 1.0.3 include:
- No changes
Bugfix:
- Fixed gap in registration cycle ab72be0
Breaking changes:
- None
Routr 1.0.2
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
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
Changes in RC5 are:
- Updated
system/config
endpoint to accept PUT method - Introduce two new endpoint:
system/logs
andsystem/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
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
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)
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
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
Release Highlights:
- Improves NAT support
- Updates CTL to the newest version
- Added a new parameter
expires
. See issue #27