Releases: asterisk-java/asterisk-java
Releases · asterisk-java/asterisk-java
3.41.0
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
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
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
What's Changed
🚀 Features & Enhancements
- (#507) add dynamic CDR properties by @scgm11
- (#497) add asterisk MES by @scgm11
- (#500) add hangup handlers by @scgm11
- (#501) add missing property by @scgm11
📦 Dependency Updates
9 changes
- (#504) Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by @dependabot
- (#505) Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot
- (#502) Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot
- (#503) Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot
- (#498) Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 by @dependabot
- (#495) Bump junit-jupiter from 5.9.2 to 5.9.3 by @dependabot
- (#491) Bump slf4j-api from 2.0.6 to 2.0.7 by @dependabot
- (#492) Bump maven-release-plugin from 2.5.3 to 3.0.0 by @dependabot
- (#489) Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot
3.38.0
What's Changed
🚀 Features & Enhancements
- (#485) Add
logintime
toQueueMemberEvent
by @scgm11 - (#469) Add receive property to PlayDtmfAction by @nbruning
- (#447) Add asterisk 18 certified a supported version (#446) by @laubair
📦 Dependency Updates
21 changes
- (#472) Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by @dependabot
- (#471) Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 by @dependabot
- (#474) Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0 by @dependabot
- (#478) Bump actions/setup-java from 3.9.0 to 3.11.0 by @dependabot
- (#470) Bump log4j-core from 2.19.0 to 2.20.0 by @dependabot
- (#480) Bump peter-evans/create-pull-request from 4.2.3 to 5.0.0 by @dependabot
- (#468) Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot
- (#484) Bump actions/checkout from 3.3.0 to 3.5.2 by @dependabot
- (#461) Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by @dependabot
- (#458) Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot
- (#456) Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 by @dependabot
- (#460) Bump junit-jupiter from 5.9.1 to 5.9.2 by @dependabot
- (#463) Bump assertj-core from 3.23.1 to 3.24.2 by @dependabot
- (#451) Bump slf4j-api from 2.0.5 to 2.0.6 by @dependabot
- (#453) Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot
- (#452) Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot
- (#454) Bump actions/setup-java from 3.7.0 to 3.9.0 by @dependabot
- (#449) Bump actions/setup-java from 3.6.0 to 3.7.0 by @dependabot
- (#448) Bump bnd-maven-plugin from 6.3.1 to 6.4.0 by @dependabot
- (#444) Bump slf4j-api from 2.0.4 to 2.0.5 by @dependabot
- (#445) Bump peter-evans/create-pull-request from 4.2.2 to 4.2.3 by @dependabot
3.37.0
What's Changed
🚀 Features & Enhancements
📦 Dependency Updates
- (#442) Bump peter-evans/create-pull-request from 4.2.1 to 4.2.2 by @dependabot
3.36.1
What's Changed
🐛 Bug Fixes
📦 Dependency Updates
- (#438) Bump peter-evans/create-pull-request from 4.2.0 to 4.2.1 by @dependabot
3.36.0
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 toConfbridgeStartRecordAction
by @piotrooo - (#428) Add
ChannelTalkingStartEvent
andChannelTalkingStopEvent
events by @piotrooo - (#426) Add missing properties to
ChanSpyStopEvent
by @piotrooo
🧹 Refactor
- (#434) Add missing tests for
AttendedTransferEvent
by @piotrooo - (#430) Add missing tests by @piotrooo
- (#429) Add tests for
AgentConnectEvent
by @piotrooo - (#425) Add tests for
AgiExecStartEvent
by @piotrooo
📦 Dependency Updates
- (#433) Bump slf4j-api from 2.0.3 to 2.0.4 by @dependabot
- (#427) Bump mockito-core from 4.8.1 to 4.9.0 by @dependabot
3.35.0
What's Changed
🚀 Features & Enhancements
- (#423) Introduce new release process based on GitHub Releases and Actions by @piotrooo
- (#412) Add fields to ListDialplanEvent and ShowDialplanCompleteEvent by @piotrooo
- (#411) Call parking missing fields by @piotrooo
- (#416) Add release drafter by @piotrooo
- (#408) Add maven wrapper by @piotrooo
🐛 Bug Fixes
- (#409) Fix maven javadoc plugin configuration property after update by @piotrooo
- (#410) Fix maven plugin coordinates by @piotrooo
🧹 Refactor
- (#422) Add issue management info to pom.xml by @piotrooo
- (#421) Removed templates from release drafter by @piotrooo
- (#420) Add labels to dependabot by @piotrooo
📦 Dependency Updates
14 changes
- (#396) Bump log4j-core from 2.18.0 to 2.19.0 by @dependabot
- (#398) Bump bnd-maven-plugin from 3.2.0 to 6.3.1 by @dependabot
- (#399) Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M7 by @dependabot
- (#400) Bump slf4j-api from 2.0.0 to 2.0.3 by @dependabot
- (#402) Bump maven-source-plugin from 2.4 to 3.2.1 by @dependabot
- (#403) Bump maven-javadoc-plugin from 2.10.3 to 3.4.1 by @dependabot
- (#406) Bump maven-compiler-plugin from 3.2 to 3.10.1 by @dependabot
- (#404) Bump maven-assembly-plugin from 2.5.3 to 3.4.2 by @dependabot
- (#397) Bump maven-jar-plugin from 2.5 to 3.3.0 by @dependabot
- (#414) Bump logback-classic from 1.3.3 to 1.4.4 by @dependabot
- (#417) Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 by @dependabot
- (#418) Bump actions/setup-java from 3.5.1 to 3.6.0 by @dependabot
- (#419) Bump mockito-core from 4.8.0 to 4.8.1 by @dependabot
- (#413) Bump maven-gpg-plugin from 1.6 to 3.0.1 by @dependabot
Asterisk-Java Version 2.0.3
Version-2.0.3 release 2.0.3