All Versions
5
Latest Version
Avg Release Cycle
165 days
Latest Release
1069 days ago
Changelog History
Changelog History
-
v1.0.0-rc5 Changes
April 26, 2020๐ 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
- ๐ Drop support for Nashorn
- โ Re-work the testing strategy
- Convert project to monorepo
- โ Implement NAT test scenarios
๐ Bugfix:
- ๐ 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
- โก๏ธ Updated
-
v1.0.0-rc4 Changes
December 28, 2019The 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
- 0๏ธโฃ 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
- Freeze changes in the public API(
-
v1.0.0-rc3 Changes
August 31, 2019๐ 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)
- 0๏ธโฃ 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
-
v1.0.0-rc2 Changes
April 06, 2019๐ Release Highlights:
- ๐ Improves NAT support
- โก๏ธ Updates CTL to the newest version
- โ Added a new parameter
expires
. See issue #27
-
v1.0.0-rc1 Changes
July 08, 2018๐ 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.