Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

89 lines (65 loc) · 3.91 KB

Routr 1.0.2

Changes in 1.0.2 include:

Bugfix:

Breaking changes:

Routr 1.0 RC6

Changes in RC6 include:

Bugfix:

Breaking changes:

  • None

Routr 1.0 RC5

Changes in RC5 include:

  • 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 fonoster#85
  • Fixed fonoster#84
  • Fixed fonoster#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

  • 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 RC2

Release Highlights:

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

Routr 1.0 RC1

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.