]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bump ARI version to 2.0.0 75/4475/3
authorMark Michelson <mmichelson@digium.com>
Fri, 18 Nov 2016 15:46:48 +0000 (09:46 -0600)
committerMark Michelson <mmichelson@digium.com>
Fri, 18 Nov 2016 15:56:22 +0000 (10:56 -0500)
In order to not have version number overlap between different versions
of Asterisk, each new major version of Asterisk will mean we also bump
the ARI major version number.

This particular change does NOT introduce any known breaking changes to
ARI.

For discussion relating to this topice, see:
http://lists.digium.com/pipermail/asterisk-dev/2016-November/075964.html

Change-Id: I712ee0df177a8fe1252da2bc029705268b97b665

13 files changed:
CHANGES
rest-api/api-docs/applications.json
rest-api/api-docs/asterisk.json
rest-api/api-docs/bridges.json
rest-api/api-docs/channels.json
rest-api/api-docs/deviceStates.json
rest-api/api-docs/endpoints.json
rest-api/api-docs/events.json
rest-api/api-docs/mailboxes.json
rest-api/api-docs/playbacks.json
rest-api/api-docs/recordings.json
rest-api/api-docs/sounds.json
rest-api/resources.json

diff --git a/CHANGES b/CHANGES
index a5362a69b2942c798396c5fff5573dd5ab2037e5..409c04ca191e4854c9df67eb76d2e927ad8ca1f0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,12 @@ ARI
    Applications subscribed to a bridge will receive this event when the source
    of video changes in a mixing bridge.
 
+ * The ARI major version has been bumped. There are not any known breaking changes
+   in ARI. The major version has been bumped because otherwise we can end up with
+   overlapping version numbers between different Asterisk versions. Now each major
+   version of Asterisk will bring with it a change in the major version of ARI.
+   The ARI version in Asterisk 14 is now 2.0.0.
+
 res_pjsip
 ------------------
  * Automatic dual stack support is now implemented. Depending on DNS resolution
index 6dcdb78b169da176ecfe2efaead6b448b61e53e7..cdd69c4178da55c68be6342b79c6b83b8d30fb16 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/applications.{format}",
index 0db206227c47238855fa4677861e1a25f765b796..f40bf5c6b7e3151d49709bea3aeaeb3718cbac19 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/asterisk.{format}",
index 8289b43e1a2c1fb190efe088a5204395bab719d3..03a1e7a69e325a39ce92108aaa365e1775d01d17 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/bridges.{format}",
index bfa282ee673c8403abc3b6a77abd852001367c50..a254d56512ee54efca8ca5b152e8b9f15a44ab0f 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/channels.{format}",
index e23227396127be79ede6777b10558314caa21e05..94d5b93ce08384db4e72456f56206749c5486c4a 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "Kevin Harwell <kharwell@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/deviceStates.{format}",
index 4fd077c1461fef6651f65359aa40cf4d049c7c58..264c0eb2d065c9e772b89899d92fa88a3d0a93d4 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/endpoints.{format}",
index f99f52e67beda6631490e7f743c291b22be83f53..9ebbac061f848fe022f64e7ada59d74a0d16b210 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.2",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/events.{format}",
index 324e37885452ccb614bf5f27bcd6298bbf0bc052..ed50019f5001c2162c4dd911cadb3cb6e8d3e7f3 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2013, Digium, Inc.",
        "_author": "Jonathan Rose <jrose@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/mailboxes.{format}",
index 9f90035588cc7a49eb9a7efff8b43abe2e6258b6..3dc4e1da5a9e2c61b5bcec729f470bbd2e50fa3c 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/playbacks.{format}",
index d173ac98eb5ca944ece283c6f4d2fb0f7c0e5bdf..d0b9630da282bba6ccda10ece291df98110863b9 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/recordings.{format}",
index 628aa1948b730a10716ad4de0357755645f0a1bb..8fbe1c5789e6a5051339cbe469b106f22c1c642a 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/sounds.{format}",
index ecaf723b60162ce374b69b83a85a94d14e731b68..df5b8d6fd06e9436398f24ed5ec8f3bcf9baad46 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.10.0",
+       "apiVersion": "2.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "apis": [