Skip to content

Releases: fonoster/routr

Routr 1.2.2

Choose a tag to compare

@github-actions github-actions released this 21 Dec 00:53
a160205

Changes in 1.2.2 include:

  • Added feature flag to enforce E.164 numbers

Bugfix:

None.

Breaking changes:

  • None

Routr 1.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Nov 01:41

Changes in 1.2.1 include:

Bugfix:

  • Fixed not matching CSeq in response using IP based authentication

Breaking changes:

  • None

Routr 1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Nov 23:22
4ebaf59

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

Choose a tag to compare

@github-actions github-actions released this 06 Nov 21:07
77e43fd

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:

Breaking changes:

  • Removed unsecured TLS options (v1.0 and v1.1)

Routr 1.0.7

Choose a tag to compare

@github-actions github-actions released this 07 Oct 02:52
49dc6d7

Changes in 1.0.7 include:

Experimental support to send CallRecords to Event Hubs (Kafka)

Breaking changes:

  • None

Routr 1.0.5

Choose a tag to compare

@github-actions github-actions released this 14 Jun 01:35

Changes in 1.0.5 include:

  • The healthcheck now uses curl with the system/status endpoint

Bugfix:

  • None

Breaking changes:

  • None

Routr 1.0.4

Choose a tag to compare

@github-actions github-actions released this 10 Jun 18:14

Changes in 1.0.4 include:

  • Updated the JRE to include JMX monitoring

Bugfix:

  • None

Breaking changes:

  • None

Routr 1.0.3

Choose a tag to compare

@github-actions github-actions released this 14 May 23:31
ab72be0

Changes in 1.0.3 include:

  • No changes

Bugfix:

  • Fixed gap in registration cycle ab72be0

Breaking changes:

  • None

Routr 1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Apr 13:30
4b4894b

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

Choose a tag to compare

@github-actions github-actions released this 18 Oct 16:15

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