Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: asterisk-java/asterisk-java

3.41.0

04 Oct 14:19

Choose a tag to compare

What's Changed

  • Bump actions/setup-java from 4.2.2 to 4.3.0 by @dependabot in #644
  • Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 by @dependabot in #642
  • Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 by @dependabot in #645
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #646
  • Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 by @dependabot in #647
  • Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 by @dependabot in #649
  • Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in #653
  • Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #654
  • Bump com.google.guava:guava from 32.1.3-jre to 33.3.1-jre by @dependabot in #651
  • Bump actions/setup-java from 4.3.0 to 4.4.0 by @dependabot in #652
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #657
  • pom.xml: Use slf4j-simple as a test-time log implementation. by @seanbright in #658
  • bnd.bnd: Correct generated Import-Package OSGi header. by @seanbright in #659
  • Bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.1 by @dependabot in #656
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #655

Full Changelog: 3.40.1...3.41.0

3.40.1

10 Sep 21:01

Choose a tag to compare

What's Changed

  • (#634) README.md: Various cleanups by @seanbright
  • (#628) regression: org.slf4j used instead of internal logging abstraction by @seanbright
  • (#621) Base64.java: Deprecate our Base64 implementation in favor of Java's. by @seanbright
  • (#538) Add BridgeVideoSourceUpdate event by @hectorespert
  • (#598) AsteriskMapping.java: Allow @AsteriskMapping use on types. by @seanbright
  • (#612) AsteriskVersion.java: Add Asterisk 22 & 23 and missing AMI versions. by @seanbright
  • (#601) CoherentEventFactory.java: Use org.reflections in ReflectionsUtil. by @seanbright
  • (#599) AsteriskVersion.java: Correct certified Asterisk version matching. by @seanbright
  • (#614) FastScannerRandomTest.java: Use our toHexString() instead of Logback's. by @seanbright
  • (#616) AsteriskServer.java: Remove traces of previous merge conflict. by @seanbright
  • (#618) pom.xml: Correct @bsutton's <id> in project developers list. by @seanbright
  • (#619) main: Update some deprecated Java API. by @seanbright

🚀 Features & Enhancements

  • (#596) AsteriskVersion.java: Add Asterisk v21 and Certified Asterisk v20. by @seanbright
  • (#595) CoreSettingsResponse.java: Support 'SoundsSearchCustomDir' property. by @seanbright

🧹 Refactor

📦 Dependency Updates

39 changes
  • (#638) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot
  • (#637) Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 by @dependabot
  • (#633) Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot
  • (#632) Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.11.0 by @dependabot
  • (#631) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot
  • (#630) Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot
  • (#629) Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.16 by @dependabot
  • (#626) Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 by @dependabot
  • (#625) Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.23.1 by @dependabot
  • (#624) Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.5 by @dependabot
  • (#623) Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot
  • (#622) Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.2 by @dependabot
  • (#607) Bump peter-evans/create-pull-request from 5.0.2 to 6.1.0 by @dependabot
  • (#608) Bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot
  • (#609) Bump actions/setup-java from 3.13.0 to 4.2.2 by @dependabot
  • (#620) Bump org.assertj:assertj-core from 3.24.2 to 3.26.3 by @dependabot
  • (#617) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.4.0 by @dependabot
  • (#605) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.8.0 by @dependabot
  • (#585) Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 by @dependabot
  • (#602) Bump ch.qos.logback:logback-classic from 1.3.4 to 1.3.12 by @dependabot
  • (#560) Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot
  • (#558) Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 by @dependabot
  • (#559) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot
  • (#555) Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1 by @dependabot
  • (#556) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by @dependabot
  • (#541) Bump com.google.guava:guava from 32.0.1-jre to 32.1.3-jre by @dependabot
  • (#534) Bump actions/setup-java from 3.11.0 to 3.13.0 by @dependabot
  • (#531) Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot
  • (#543) Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot
  • (#544) Bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot
  • (#533) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot
  • (#530) Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot
  • (#524) Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot
  • (#519) Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 by @dependabot
  • (#517) Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 by @dependabot
  • (#512) Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot
  • (#513) Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot
  • (#514) Bump guava from 31.1-jre to 32.0.1-jre by @dependabot
  • (#515) Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot

What's Changed

  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 by @dependabot in #637
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #638
  • pom.xml: Update version to 3.40.1-SNAPSHOT by @seanbright in #640

Full Changelog: 3.40.0...3.40.1

3.40.0

30 Aug 04:50
1e1e1c6

Choose a tag to compare

3.40.0 Pre-release
Pre-release

This release has retroactively been made a pre-release due to some versioning issues.

It is not in Maven Central so hopefully will not be problematic for anyone.

What's Changed

  • (#634) README.md: Various cleanups by @seanbright
  • (#628) regression: org.slf4j used instead of internal logging abstraction by @seanbright
  • (#621) Base64.java: Deprecate our Base64 implementation in favor of Java's. by @seanbright
  • (#538) Add BridgeVideoSourceUpdate event by @hectorespert
  • (#598) AsteriskMapping.java: Allow @AsteriskMapping use on types. by @seanbright
  • (#612) AsteriskVersion.java: Add Asterisk 22 & 23 and missing AMI versions. by @seanbright
  • (#601) CoherentEventFactory.java: Use org.reflections in ReflectionsUtil. by @seanbright
  • (#599) AsteriskVersion.java: Correct certified Asterisk version matching. by @seanbright
  • (#614) FastScannerRandomTest.java: Use our toHexString() instead of Logback's. by @seanbright
  • (#616) AsteriskServer.java: Remove traces of previous merge conflict. by @seanbright
  • (#618) pom.xml: Correct @bsutton's <id> in project developers list. by @seanbright
  • (#619) main: Update some deprecated Java API. by @seanbright

🚀 Features & Enhancements

  • (#596) AsteriskVersion.java: Add Asterisk v21 and Certified Asterisk v20. by @seanbright
  • (#595) CoreSettingsResponse.java: Support 'SoundsSearchCustomDir' property. by @seanbright

🧹 Refactor

📦 Dependency Updates

37 changes
  • (#633) Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot
  • (#632) Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.11.0 by @dependabot
  • (#631) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot
  • (#630) Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot
  • (#629) Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.16 by @dependabot
  • (#626) Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 by @dependabot
  • (#625) Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.23.1 by @dependabot
  • (#624) Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.5 by @dependabot
  • (#623) Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot
  • (#622) Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.2 by @dependabot
  • (#607) Bump peter-evans/create-pull-request from 5.0.2 to 6.1.0 by @dependabot
  • (#608) Bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot
  • (#609) Bump actions/setup-java from 3.13.0 to 4.2.2 by @dependabot
  • (#620) Bump org.assertj:assertj-core from 3.24.2 to 3.26.3 by @dependabot
  • (#617) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.4.0 by @dependabot
  • (#605) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.8.0 by @dependabot
  • (#585) Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 by @dependabot
  • (#602) Bump ch.qos.logback:logback-classic from 1.3.4 to 1.3.12 by @dependabot
  • (#560) Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot
  • (#558) Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 by @dependabot
  • (#559) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot
  • (#555) Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.1 by @dependabot
  • (#556) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by @dependabot
  • (#541) Bump com.google.guava:guava from 32.0.1-jre to 32.1.3-jre by @dependabot
  • (#534) Bump actions/setup-java from 3.11.0 to 3.13.0 by @dependabot
  • (#531) Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot
  • (#543) Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot
  • (#544) Bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot
  • (#533) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot
  • (#530) Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot
  • (#524) Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot
  • (#519) Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 by @dependabot
  • (#517) Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 by @dependabot
  • (#512) Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot
  • (#513) Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot
  • (#514) Bump guava from 31.1-jre to 32.0.1-jre by @dependabot
  • (#515) Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot

3.39.0

26 May 10:39
800ffc2

Choose a tag to compare

What's Changed

🚀 Features & Enhancements

📦 Dependency Updates

9 changes

3.38.0

19 Apr 18:47
d252b2d

Choose a tag to compare

What's Changed

🚀 Features & Enhancements

📦 Dependency Updates

21 changes

3.37.0

25 Nov 17:07
bf1c7b0

Choose a tag to compare

What's Changed

🚀 Features & Enhancements

  • (#441) Add asterisk 19 and 20 as a supported versions by @piotrooo

📦 Dependency Updates

  • (#442) Bump peter-evans/create-pull-request from 4.2.1 to 4.2.2 by @dependabot

3.36.1

24 Nov 07:29
18cbe12

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • (#439) Support for AMI versions 8.0 for Asterisk 19 and 9.0 for Asterisk 20 by @piotrooo

📦 Dependency Updates

  • (#438) Bump peter-evans/create-pull-request from 4.2.0 to 4.2.1 by @dependabot

3.36.0

18 Nov 16:21
1b0b180

Choose a tag to compare

What's Changed

🚀 Features & Enhancements

  • (#435) Add supported AMI version for Asterisk 20 by @piotrooo
  • (#432) Add missing fields to SipShowPeerResponse by @piotrooo
  • (#431) Add recordFile field to ConfbridgeStartRecordAction by @piotrooo
  • (#428) Add ChannelTalkingStartEvent and ChannelTalkingStopEvent events by @piotrooo
  • (#426) Add missing properties to ChanSpyStopEvent by @piotrooo

🧹 Refactor

📦 Dependency Updates

3.35.0

11 Nov 17:47
1bbfc08

Choose a tag to compare

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

  • (#409) Fix maven javadoc plugin configuration property after update by @piotrooo
  • (#410) Fix maven plugin coordinates by @piotrooo

🧹 Refactor

📦 Dependency Updates

14 changes

Asterisk-Java Version 2.0.3

12 Jul 01:17

Choose a tag to compare

Version-2.0.3

release 2.0.3
Morty Proxy This is a proxified and sanitized view of the page, visit original site.