| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,21 +1,29 @@ | |||
| 1 | 1 | # ARI4Java Changelog | |
| 2 | 2 | ||
| 3 | 3 | ## [Unreleased] | |
| 4 | - [Unreleased]: https://github.com/l3nz/ari4java/compare/v0.12.2...HEAD | ||
| 4 | + [Unreleased]: https://github.com/ari4java/ari4java/compare/v0.12.2...HEAD | ||
| 5 | + | ||
| 6 | + ## [0.13.0] | ||
| 7 | + [0.13.0]: https://github.com/ari4java/ari4java/compare/v0.12.2...v0.13.0 | ||
| 8 | + ### Changed | ||
| 9 | + - Library updates | ||
| 10 | + | ||
| 11 | + ### Added | ||
| 12 | + - `AriVersion.ARI_8_0_0` | ||
| 5 | 13 | ||
| 6 | 14 | ## [0.12.2] | |
| 7 | - [0.12.2]: https://github.com/l3nz/ari4java/compare/v0.12.1...v0.12.2 | ||
| 15 | + [0.12.2]: https://github.com/ari4java/ari4java/compare/v0.12.1...v0.12.2 | ||
| 8 | 16 | ### Changed | |
| 9 | 17 | - groupId changed from `ch.loway.oss.ari4java` to `io.github.ari4java` | |
| 10 | 18 | ||
| 11 | 19 | ### Added | |
| 12 | 20 | ## [0.12.1] | |
| 13 | - [0.12.1]: https://github.com/l3nz/ari4java/compare/v0.12.0...v0.12.1 | ||
| 21 | + [0.12.1]: https://github.com/ari4java/ari4java/compare/v0.12.0...v0.12.1 | ||
| 14 | 22 | ### Added | |
| 15 | 23 | - ARI 4.1.3, 5.1.1 & 7.0.0 | |
| 16 | 24 | ||
| 17 | 25 | ## [0.12.0] | |
| 18 | - [0.12.0]: https://github.com/l3nz/ari4java/compare/v0.11.0...v0.12.0 | ||
| 26 | + [0.12.0]: https://github.com/ari4java/ari4java/compare/v0.11.0...v0.12.0 | ||
| 19 | 27 | ### Fixes | |
| 20 | 28 | - onFailure long after WS Connect error #156 | |
| 21 | 29 | - execute shutdown immediately #159 | |
@@ -24,13 +32,13 @@ | |||
| 24 | 32 | - WS reconnect count #158 | |
| 25 | 33 | ||
| 26 | 34 | ## [0.11.0] | |
| 27 | - [0.11.0]: https://github.com/l3nz/ari4java/compare/v.0.10.0...v0.11.0 | ||
| 35 | + [0.11.0]: https://github.com/ari4java/ari4java/compare/v.0.10.0...v0.11.0 | ||
| 28 | 36 | ### Added | |
| 29 | 37 | - Unit tests to increase coverage #11 | |
| 30 | 38 | - New ARI binding | |
| 31 | 39 | ||
| 32 | 40 | ## [0.10.0] | |
| 33 | - [0.10.0]: https://github.com/l3nz/ari4java/compare/v0.9.1...v.0.10.0 | ||
| 41 | + [0.10.0]: https://github.com/ari4java/ari4java/compare/v0.9.1...v.0.10.0 | ||
| 34 | 42 | ### Fixed | |
| 35 | 43 | - UnsupportedOperationException #15 | |
| 36 | 44 | - Javadoc warnings #149 | |
@@ -42,14 +50,14 @@ | |||
| 42 | 50 | - Script to map Asterisk versions to ARI version | |
| 43 | 51 | ||
| 44 | 52 | ## [0.9.1] - 2020-02-23 | |
| 45 | - [0.9.1]: https://github.com/l3nz/ari4java/compare/REL-0.9.0...v0.9.1 | ||
| 53 | + [0.9.1]: https://github.com/ari4java/ari4java/compare/REL-0.9.0...v0.9.1 | ||
| 46 | 54 | ### Added | |
| 47 | 55 | - Test connection when creating ARI #19 | |
| 48 | 56 | ### Fixed | |
| 49 | 57 | - Mistakenly removed the http aggregator | |
| 50 | 58 | ||
| 51 | 59 | ## [0.9.0] - 2020-02-20 | |
| 52 | - [0.9.0]: https://github.com/l3nz/ari4java/compare/REL-0.8.1...REL-0.9.0 | ||
| 60 | + [0.9.0]: https://github.com/ari4java/ari4java/compare/REL-0.8.1...REL-0.9.0 | ||
| 53 | 61 | ### Added | |
| 54 | 62 | - SLF4J Logger | |
| 55 | 63 | - Connection timeouts #85 #86 | |
@@ -58,41 +66,41 @@ | |||
| 58 | 66 | - Support SSL, 150MB limit for `ActionRecordings.getStoredFile()` | |
| 59 | 67 | ||
| 60 | 68 | ## [0.8.1] - 2020-01-25 | |
| 61 | - [0.8.1]: https://github.com/l3nz/ari4java/compare/REL-0.8.0...REL-0.8.1 | ||
| 69 | + [0.8.1]: https://github.com/ari4java/ari4java/compare/REL-0.8.0...REL-0.8.1 | ||
| 62 | 70 | ### Changed | |
| 63 | 71 | - Exception messages #6 | |
| 64 | 72 | ### Fixed | |
| 65 | 73 | - Java 8 Compatibility #142 | |
| 66 | 74 | ||
| 67 | 75 | ## [0.8.0] - 2019-12-23 | |
| 68 | - [0.8.0]: https://github.com/l3nz/ari4java/compare/REL-070...REL-0.8.0 | ||
| 76 | + [0.8.0]: https://github.com/ari4java/ari4java/compare/REL-070...REL-0.8.0 | ||
| 69 | 77 | ### :exclamation: **!! BREAKING CHANGES !!** | |
| 70 | 78 | - API Actions signatures only contain manditory params and returns a Request object which follows the builder/factory pattern | |
| 71 | 79 | ||
| 72 | 80 | ## [0.7.0] - 2019-12-22 | |
| 73 | - [0.7.0]: https://github.com/l3nz/ari4java/compare/REL-061...REL-070 | ||
| 81 | + [0.7.0]: https://github.com/ari4java/ari4java/compare/REL-061...REL-070 | ||
| 74 | 82 | ### Fixed | |
| 75 | 83 | - Treat `fields` as `fields` not `variables` in body parameters | |
| 76 | 84 | - fix `ActionRecordings.getStoredFile()` for `byte[]` & add `ARI.mailboxes()` | |
| 77 | 85 | ||
| 78 | 86 | ## [0.6.1] - 2019-11-07 | |
| 79 | - [0.6.1]: https://github.com/l3nz/ari4java/compare/REL-060...REL-061 | ||
| 87 | + [0.6.1]: https://github.com/ari4java/ari4java/compare/REL-060...REL-061 | ||
| 80 | 88 | ### Fixed | |
| 81 | 89 | - Codegen bug fixes for object | |
| 82 | 90 | ||
| 83 | 91 | ## [0.6.0] - 2019-10-15 | |
| 84 | - [0.6.0]: https://github.com/l3nz/ari4java/compare/REL-051...REL-060 | ||
| 92 | + [0.6.0]: https://github.com/ari4java/ari4java/compare/REL-051...REL-060 | ||
| 85 | 93 | ### Change | |
| 86 | 94 | - Project restructure | |
| 87 | 95 | - Script to include all past and present versions of ARI | |
| 88 | 96 | ||
| 89 | 97 | ## [0.5.1] - 2019-10-15 | |
| 90 | - [0.5.1]: https://github.com/l3nz/ari4java/compare/REL-050...REL-051 | ||
| 98 | + [0.5.1]: https://github.com/ari4java/ari4java/compare/REL-050...REL-051 | ||
| 91 | 99 | ### Fixes | |
| 92 | 100 | - Various fixes (Goodbye Naama!) | |
| 93 | 101 | ||
| 94 | 102 | ## [0.5.0] - 2019-01-07 | |
| 95 | - [0.5.0]: https://github.com/l3nz/ari4java/compare/REL-045...REL-050 | ||
| 103 | + [0.5.0]: https://github.com/ari4java/ari4java/compare/REL-045...REL-050 | ||
| 96 | 104 | ### Added | |
| 97 | 105 | - Support java 9 (#108) | |
| 98 | 106 | - code generation from gradle(#110) | |
@@ -101,47 +109,47 @@ | |||
| 101 | 109 | - unsubscribing from application correctly(#59) | |
| 102 | 110 | ||
| 103 | 111 | ## [0.4.5] - 2017-12-19 | |
| 104 | - [0.4.5]: https://github.com/l3nz/ari4java/compare/REL-044...REL-045 | ||
| 112 | + [0.4.5]: https://github.com/ari4java/ari4java/compare/REL-044...REL-045 | ||
| 105 | 113 | ### Added | |
| 106 | 114 | - ARI 3.0.0 (#78) | |
| 107 | 115 | ||
| 108 | 116 | ## [0.4.4] - 2017-02-04 | |
| 109 | - [0.4.4]: https://github.com/l3nz/ari4java/compare/REL-043...REL-044 | ||
| 117 | + [0.4.4]: https://github.com/ari4java/ari4java/compare/REL-043...REL-044 | ||
| 110 | 118 | ### Added | |
| 111 | 119 | - ARI 2.0.0 (#62) | |
| 112 | 120 | ### Changed | |
| 113 | 121 | - quicker deserialization (#63) | |
| 114 | 122 | ||
| 115 | 123 | ## [0.4.3] - 2016-11-30 | |
| 116 | - [0.4.3]: https://github.com/l3nz/ari4java/compare/REL-042...REL-043 | ||
| 124 | + [0.4.3]: https://github.com/ari4java/ari4java/compare/REL-042...REL-043 | ||
| 117 | 125 | ### Fixed | |
| 118 | 126 | - Graham's AutoReconnect patch - #60 | |
| 119 | 127 | ||
| 120 | 128 | ## [0.4.2] - 2016-10-21 | |
| 121 | - [0.4.2]: https://github.com/l3nz/ari4java/compare/REL-041...REL-042 | ||
| 129 | + [0.4.2]: https://github.com/ari4java/ari4java/compare/REL-041...REL-042 | ||
| 122 | 130 | ### Fixing | |
| 123 | 131 | - URL Prefix regression #57 | |
| 124 | 132 | - Findbugs string concatenation #55 | |
| 125 | 133 | ||
| 126 | 134 | ## [0.4.1] - 2016-10-17 | |
| 127 | - [0.4.1]: https://github.com/l3nz/ari4java/compare/REL-040...REL-041 | ||
| 135 | + [0.4.1]: https://github.com/ari4java/ari4java/compare/REL-040...REL-041 | ||
| 128 | 136 | ### Added | |
| 129 | 137 | - Graham's AutoReconnect patch #52 | |
| 130 | 138 | ||
| 131 | 139 | ## [0.4.0] - 2016-08-31 | |
| 132 | - [0.4.0]: https://github.com/l3nz/ari4java/compare/REL-034...REL-040 | ||
| 140 | + [0.4.0]: https://github.com/ari4java/ari4java/compare/REL-034...REL-040 | ||
| 133 | 141 | ### Added | |
| 134 | 142 | - ARI 1.10.0 (Asterisk 14) | |
| 135 | 143 | ### Fixed | |
| 136 | 144 | - some bugs | |
| 137 | 145 | ||
| 138 | 146 | ## [0.3.4] - 2016-01-30 | |
| 139 | - [0.3.4]: https://github.com/l3nz/ari4java/compare/REL-033...REL-034 | ||
| 147 | + [0.3.4]: https://github.com/ari4java/ari4java/compare/REL-033...REL-034 | ||
| 140 | 148 | ### Added | |
| 141 | 149 | - ARI 1.9.0 | |
| 142 | 150 | ||
| 143 | 151 | ## [0.3.3] - 2015-09-23 | |
| 144 | - [0.3.3]: https://github.com/l3nz/ari4java/compare/REL-022...REL-032 | ||
| 152 | + [0.3.3]: https://github.com/ari4java/ari4java/compare/REL-022...REL-032 | ||
| 145 | 153 | ### Added | |
| 146 | 154 | - 201 statuses (bug #33) | |
| 147 | 155 | ||
@@ -158,13 +166,13 @@ | |||
| 158 | 166 | - ARI 1.7.0 (bug #28) | |
| 159 | 167 | ||
| 160 | 168 | ## [0.2.2] - 2014-11-09 | |
| 161 | - [0.2.2]: https://github.com/l3nz/ari4java/compare/v011...REL-022 | ||
| 169 | + [0.2.2]: https://github.com/ari4java/ari4java/compare/v011...REL-022 | ||
| 162 | 170 | ### Added | |
| 163 | 171 | - ARI bindings for 1.5.0 as coming from the official Asterisk 13.0.0 release | |
| 164 | 172 | - Added a minimal application under tests/ class ch.loway.oss.ari4java.sandbox.sample to be used as a style laboratory | |
| 165 | 173 | ||
| 166 | 174 | ## [0.1.1] - 2013-12-31 | |
| 167 | - [0.1.1]: https://github.com/l3nz/ari4java/commits/v011 | ||
| 175 | + [0.1.1]: https://github.com/ari4java/ari4java/commits/v011 | ||
| 168 | 176 | ### Added | |
| 169 | 177 | - Netty.io based HTTP and WebSocket implementation, factory, sync and async methods | |
| 170 | 178 | - Imported the definitions for Asterisk 12.0.0 - ARI 1.0.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ plugins { | |||
| 8 | 8 | } | |
| 9 | 9 | ||
| 10 | 10 | group = "io.github.ari4java" | |
| 11 | - version = "0.12.2" | ||
| 11 | + version = "0.13.0" | ||
| 12 | 12 | ||
| 13 | 13 | def projectUrl = "http://github.com/ari4java/ari4java" | |
| 14 | 14 | def build_number = "x" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments