Skip to content

Releases: skrusty/AsterNET.ARI

AsterNET.ARI 1.2.1

25 Jan 09:08
c4337ca
Compare
Choose a tag to compare

Mostly just due to issues with previous release of 1.2.0. 1.2.1 should be used instead.

AsterNET.ARI 1.2.0

02 Oct 13:08
Compare
Choose a tag to compare

Updated version of AsterNET.ARI. This release includes support for Async/Await, .NET CORE (Standard 1.3) and many improvements and bug fixes.

See commits for full change history.

AsterNET.ARI 1.1.0

20 Feb 09:43
Compare
Choose a tag to compare

Mostly bug fixes with a few improvements to underlying event processing engine.

See changelog for more information

AsterNET.ARI 1.0.0

22 Apr 10:31
Compare
Choose a tag to compare
  • Added auto reconnect support
  • Added middleware support (breaking changes!)
    • Abstracted support for RestSharp to default middleware provider
  • Support for AsterNET.ARI.Proxy ( https://github.com/skrusty/AsterNET-ARI-Proxy )
  • Support for pushing Unhandled events to Unhandled event handler
  • Pushed ARI support up to Asterisk version 13.3.2

AsterNET.ARI 0.2.1

23 Nov 20:12
Compare
Choose a tag to compare
AsterNET.ARI 0.2.1 Pre-release
Pre-release

RELEASE NOTES

  • A number of improvements and fixes, no real changes to framework structure.
  • Added support to codegen for required params
  • Added support for path,query,body,header,form params
  • Fixed issue reported by Claudiu by fixing the codegen and not the generated classes
  • Updated SimpleConf application to tap into new Talker detection in Asterisk 12.4.0
  • Added Exception throw to WebSocket exception handler
  • New Rebuilt class structure from CodeGen with 12.4.0 swagger definitions
  • Added Support for Talk Detection events in 12.4.0