Releases: fonoster/routr
Releases · fonoster/routr
Routr 1.2.1
Changes in 1.2.1 include:
Bugfix:
- Fixed not matching
CSeqin response using IP based authentication
Breaking changes:
- None
Routr 1.2.0
Changes in 1.2.0 include:
- Adds the sendRegister flag to the Gateway resource
- Adds Fluent CDRS sender
Bugfix:
None
Breaking changes:
- None
Routr 1.0.8
Changes in 1.0.8 include:
- Finalized support for Kafka CDRs sender
- Removed unsecured TLS options (v1.0 and v1.1)
- Improved Docker image creation
- Upgraded Jedis to v4.2.3
Bugfix:
- Fixed issue #145
Breaking changes:
- Removed unsecured TLS options (v1.0 and v1.1)
Routr 1.0.7
Changes in 1.0.7 include:
Experimental support to send CallRecords to Event Hubs (Kafka)
Breaking changes:
- None
Routr 1.0.5
Changes in 1.0.5 include:
- The healthcheck now uses curl with the
system/statusendpoint
Bugfix:
- None
Breaking changes:
- None
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
Expiresfrom 3600 to 600 f818c98 - Reduced the use of
getConfig792c187 - 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/configendpoint to accept PUT method - Introduce two new endpoint:
system/logsandsystem/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
transportparameter from accepting arbitrary values
Breaking changes:
- Redis user will have to remove the
configkey from the database for it to be re-built